| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |