| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' | Clément Bœsch | 2017-03-23 | 1 | -1/+1 |
|\ |
|
| * | hevc: rename hevc.[ch] to hevcdec.[ch] | Anton Khirnov | 2016-10-16 | 1 | -1/+1 |
* | | Merge commit 'ba479f3daafc7e4359ec1212164569ebe59f0bb7' | James Almer | 2017-03-21 | 1 | -4/+4 |
|\| |
|
| * | hevc: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -18/+18 |
* | | lavc/hevc: remove a few random spaces to reduce diff with libav | Clément Bœsch | 2017-01-31 | 1 | -2/+0 |
* | | Merge commit 'cc16da75c2f99d92f7a6461100f041352deb6d88' | Clément Bœsch | 2017-01-31 | 1 | -6/+7 |
|\| |
|
| * | hevc: Add coefficient limiting to speed up IDCT | Mickaël Raulet | 2016-07-18 | 1 | -13/+25 |
* | | Merge commit 'a92fd8a06256e71a0be87b03751ec3c2a4a8aa21' | Clément Bœsch | 2017-01-31 | 1 | -13/+13 |
|\| |
|
| * | hevc: Add DC IDCT | Mickaël Raulet | 2016-07-18 | 1 | -0/+19 |
* | | Merge commit '4f247de3b797cdc9d243d26534412f81c306e5b5' | Clément Bœsch | 2017-01-31 | 1 | -79/+79 |
|\| |
|
| * | hevcdsp_template: Templatize IDCT | Mickaël Raulet | 2016-07-18 | 1 | -78/+30 |
* | | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d' | Clément Bœsch | 2017-01-31 | 1 | -22/+17 |
|\| |
|
| * | hevc: Separate adding residual to prediction from IDCT | Alexandra Hájková | 2016-07-18 | 1 | -61/+28 |
| * | hevcdsp: add x86 SIMD for MC | Anton Khirnov | 2015-12-05 | 1 | -4/+4 |
| * | hevc: change the stride of the MC buffer to be in bytes instead of elements | Anton Khirnov | 2015-12-05 | 1 | -0/+12 |
| * | hevcdsp: split the pred functions by width | Anton Khirnov | 2015-12-05 | 1 | -18/+63 |
| * | hevcdsp: split the epel functions by width | Anton Khirnov | 2015-12-05 | 1 | -16/+59 |
| * | hevcdsp: split the qpel functions by width instead of by the subpixel fraction | Anton Khirnov | 2015-12-05 | 1 | -3/+79 |
| * | hevcdsp: fix a function name | Anton Khirnov | 2015-08-21 | 1 | -4/+4 |
* | | lavc/hevcdsp: fix pretty printing mistake | Clément Bœsch | 2017-01-30 | 1 | -1/+3 |
* | | avcodec/hevcdsp: rename sao_band_filter c functions | James Almer | 2015-08-21 | 1 | -4/+4 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | avcodec/hevcdsp: add missing () to CMP macro | James Almer | 2015-02-16 | 1 | -1/+1 |
* | | avcodec/hevcdsp: optimize pixel comparison in sao_edge_filter | James Almer | 2015-02-16 | 1 | -1/+1 |
* | | hevcdsp: remove compilation-time-fixed parameter from sao_edge_filter | James Almer | 2015-02-05 | 1 | -3/+2 |
* | | hevcdsp: replace the SAOParams struct parameter from sao_edge_filter | James Almer | 2015-02-04 | 1 | -5/+2 |
* | | hevcdsp: further simplify sao_edge_filter | James Almer | 2015-02-04 | 1 | -7/+5 |
* | | hevcdsp: simplified sao_edge_filter | Seppo Tomperi | 2015-02-04 | 1 | -20/+16 |
* | | hevcdsp: separated sao edge filter and pixel restore funcs | Seppo Tomperi | 2015-02-04 | 1 | -10/+5 |
* | | hevcdsp: replace the SAOParams struct parameter from sao_band_filter | James Almer | 2015-02-01 | 1 | -4/+3 |
* | | hevcdsp: remove unused parameter from sao_band_filter | James Almer | 2015-02-01 | 1 | -2/+1 |
* | | Merge commit 'de1f8ead8993512925a3ee6c7491473414419e55' | Michael Niedermayer | 2014-11-17 | 1 | -40/+13 |
|\| |
|
| * | hevcdsp_template: templatize transquant_bypass | Anton Khirnov | 2014-11-17 | 1 | -40/+13 |
| * | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-26 | 1 | -4/+5 |
* | | hevcdsp: remove more instances of compile-time-fixed parameters | Christophe Gisquet | 2014-08-22 | 1 | -28/+28 |
* | | hevcdsp: remove compilation-time-fixed parameter | Christophe Gisquet | 2014-08-22 | 1 | -14/+13 |
* | | hevc_deblock: change tc type | Christophe Gisquet | 2014-08-06 | 1 | -4/+4 |
* | | hevcdsp: change types of SAO parameters | Christophe Gisquet | 2014-07-23 | 1 | -4/+4 |
* | | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-22 | 1 | -4/+5 |
* | | hevc/sao: optimze sao implementation | Mickaël Raulet | 2014-07-18 | 1 | -45/+46 |
* | | hevc/rext: add support for Range extension tools | Mickaël Raulet | 2014-07-15 | 1 | -0/+23 |
* | | hevc/rext: basic infrastructure for supporting range extension | Mickaël Raulet | 2014-07-15 | 1 | -3/+3 |
* | | hevc: separate residu and prediction (needed for Range Extension) | Mickaël Raulet | 2014-07-15 | 1 | -83/+85 |
* | | hevc: simplify SAO computation, delay from one row its computation | Mickaël Raulet | 2014-07-15 | 1 | -315/+74 |
* | | avcodec/hevc: new idct + asm | plepere | 2014-06-17 | 1 | -152/+102 |
* | | hevc: C code update for new motion compensation | Mickaël Raulet | 2014-05-06 | 1 | -195/+858 |
* | | Merge commit '8eeacf31c5ea37baf6b222dc38d20cf4fd33c455' | Michael Niedermayer | 2014-02-23 | 1 | -1/+1 |
|\| |
|
| * | hevc: Do not left shift a negative value in hevc_loop_filter_chroma | Luca Barbato | 2014-02-23 | 1 | -1/+1 |
| * | hevc: Remove useless clip | Guillaume Martres | 2014-01-21 | 1 | -1/+1 |
| * | hevc: clip pixels when transquant bypass is used | Guillaume Martres | 2014-01-21 | 1 | -4/+4 |