| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7' | James Almer | 2017-10-24 | 1 | -1/+2 |
|\ |
|
| * | hevc: Add NEON 4x4 and 8x8 IDCT | Alexandra Hájková | 2017-03-27 | 1 | -0/+1 |
* | | Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae' | Clément Bœsch | 2017-04-17 | 1 | -0/+1 |
|\| |
|
| * | hevc: ppc: Add HEVC 4x4 IDCT for PowerPC | Alexandra Hajkova | 2016-12-12 | 1 | -0/+1 |
* | | Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b' | Clément Bœsch | 2017-03-24 | 1 | -1/+1 |
|\| |
|
| * | hevc: x86: Add add_residual() SIMD optimizations | Pierre Edouard Lepere | 2016-10-22 | 1 | -1/+1 |
| * | hevc: Add coefficient limiting to speed up IDCT | Mickaël Raulet | 2016-07-18 | 1 | -1/+1 |
| * | hevc: Add DC IDCT | Mickaël Raulet | 2016-07-18 | 1 | -0/+1 |
* | | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d' | Clément Bœsch | 2017-01-31 | 1 | -3/+3 |
|\| |
|
| * | hevc: Separate adding residual to prediction from IDCT | Alexandra Hájková | 2016-07-18 | 1 | -6/+4 |
| * | hevcdsp: add x86 SIMD for MC | Anton Khirnov | 2015-12-05 | 1 | -1/+4 |
| * | hevcdsp: split the pred functions by width | Anton Khirnov | 2015-12-05 | 1 | -12/+24 |
| * | hevcdsp: split the epel functions by width | Anton Khirnov | 2015-12-05 | 1 | -3/+3 |
| * | hevcdsp: split the qpel functions by width instead of by the subpixel fraction | Anton Khirnov | 2015-12-05 | 1 | -3/+3 |
| * | hevcdsp: fix a function name | Anton Khirnov | 2015-08-21 | 1 | -3/+3 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert... | Shivraj Patil | 2015-04-17 | 1 | -0/+1 |
* | | hevcdsp: ARM NEON optimized deblocking filter | Seppo Tomperi | 2015-02-05 | 1 | -1/+1 |
* | | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2} | James Almer | 2015-02-05 | 1 | -2/+2 |
* | | hevcdsp: remove compilation-time-fixed parameter from sao_edge_filter | James Almer | 2015-02-05 | 1 | -3/+3 |
* | | hevcdsp: replace the SAOParams struct parameter from sao_edge_filter | James Almer | 2015-02-04 | 1 | -2/+2 |
* | | hevcdsp: simplified sao_edge_filter | Seppo Tomperi | 2015-02-04 | 1 | -1/+1 |
* | | hevcdsp: separated sao edge filter and pixel restore funcs | Seppo Tomperi | 2015-02-04 | 1 | -4/+7 |
* | | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} | James Almer | 2015-02-01 | 1 | -2/+2 |
* | | hevcdsp: replace the SAOParams struct parameter from sao_band_filter | James Almer | 2015-02-01 | 1 | -1/+1 |
* | | hevcdsp: remove unused parameter from sao_band_filter | James Almer | 2015-02-01 | 1 | -2/+1 |
* | | hevcdsp: remove more instances of compile-time-fixed parameters | Christophe Gisquet | 2014-08-22 | 1 | -4/+4 |
* | | hevcdsp: remove compilation-time-fixed parameter | Christophe Gisquet | 2014-08-22 | 1 | -2/+2 |
* | | hevc: move MAX_PB_SIZE declaration | Christophe Gisquet | 2014-08-22 | 1 | -0/+2 |
* | | hevc_deblock: change tc type | Christophe Gisquet | 2014-08-06 | 1 | -8/+8 |
* | | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d' | Michael Niedermayer | 2014-07-27 | 1 | -1/+1 |
|\| |
|
| * | hevc: SSE2 and SSSE3 loop filters | Pierre Edouard Lepere | 2014-07-26 | 1 | -0/+2 |
| * | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-26 | 1 | -4/+4 |
* | | x86/hevc_idct: replace old and unused idct functions | James Almer | 2014-07-26 | 1 | -2/+0 |
* | | hevcdsp: change types of SAO parameters | Christophe Gisquet | 2014-07-23 | 1 | -2/+2 |
* | | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-22 | 1 | -4/+4 |
* | | hevc/sao: optimze sao implementation | Mickaël Raulet | 2014-07-18 | 1 | -2/+2 |
* | | hevc/rext: add support for Range extension tools | Mickaël Raulet | 2014-07-15 | 1 | -0/+2 |
* | | hevc/rext: basic infrastructure for supporting range extension | Mickaël Raulet | 2014-07-15 | 1 | -2/+2 |
* | | hevc: separate residu and prediction (needed for Range Extension) | Mickaël Raulet | 2014-07-15 | 1 | -6/+8 |
* | | hevc: simplify SAO computation, delay from one row its computation | Mickaël Raulet | 2014-07-15 | 1 | -7/+8 |
* | | avcodec/hevc: new idct + asm | plepere | 2014-06-17 | 1 | -1/+3 |
* | | HEVC : added assembly MC functions | plepere | 2014-05-06 | 1 | -0/+3 |
* | | hevc: C code update for new motion compensation | Mickaël Raulet | 2014-05-06 | 1 | -20/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-22 | 1 | -36/+68 |
|\| |
|
| * | hevc: move DSP declarations from hevc.h into hevcdsp.h | Guillaume Martres | 2013-12-22 | 1 | -0/+109 |
* | lavc: add a HEVC decoder. | Guillaume Martres | 2013-10-15 | 1 | -0/+77 |