| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into function | sfan5 | 2017-12-08 | 1 | -17/+3 |
* | libavcodec/hevc_filter: support for all skip_loop_filter levels. | sfan5 | 2017-12-04 | 1 | -2/+27 |
* | avcodec/hevc_filter: Fix invalid shift | Michael Niedermayer | 2017-06-21 | 1 | -1/+1 |
* | 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 | -5/+5 |
|\| |
|
| * | hevc: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -2/+2 |
* | | Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352' | Clément Bœsch | 2016-06-29 | 1 | -1/+0 |
|\| |
|
| * | Drop unnecessary golomb.h #includes | Diego Biurrun | 2016-06-08 | 1 | -1/+0 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
* | | lavc/hevc: rudimentary support for skip_loop_filter. | Nicolas George | 2015-07-23 | 1 | -1/+2 |
* | | Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2' | Michael Niedermayer | 2015-07-12 | 1 | -93/+93 |
|\| |
|
| * | hevc: remove HEVCContext usage from hevc_ps | Anton Khirnov | 2015-07-12 | 1 | -70/+70 |
| * | hevc: Use generic av_clip function, not C implementation | Peter Meerwald | 2015-02-13 | 1 | -2/+2 |
* | | hevc/sao: use unaligned copy | Christophe Gisquet | 2015-03-02 | 1 | -1/+1 |
* | | hevc/sao: do in-place band filtering when possible | Christophe Gisquet | 2015-02-07 | 1 | -2/+9 |
* | | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2} | James Almer | 2015-02-05 | 1 | -4/+4 |
* | | 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 | -1/+3 |
* | | 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 | -1/+2 |
* | | avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirem... | Christophe Gisquet | 2015-02-04 | 1 | -47/+7 |
* | | avcodec/hevc: reduce memory for SAO | Fabrice Bellard | 2015-02-04 | 1 | -11/+173 |
* | | avcodec/hevc_filter: Fix indention | Michael Niedermayer | 2015-02-02 | 1 | -2/+2 |
* | | avcodec/hevc: adding support for monochrome sequences in hevc | Mickaël Raulet | 2015-02-02 | 1 | -58/+60 |
* | | hevc/sao: use aligned copies | Christophe Gisquet | 2015-02-01 | 1 | -8/+18 |
* | | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} | James Almer | 2015-02-01 | 1 | -3/+5 |
* | | hevcdsp: replace the SAOParams struct parameter from sao_band_filter | James Almer | 2015-02-01 | 1 | -1/+2 |
* | | hevcdsp: remove unused parameter from sao_band_filter | James Almer | 2015-02-01 | 1 | -5/+2 |
* | | Merge commit '7acdd3a1275bcd9cad48f9632169f6bbaeb39d84' | Michael Niedermayer | 2014-08-09 | 1 | -19/+21 |
|\| |
|
| * | hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() | Anton Khirnov | 2014-08-09 | 1 | -16/+20 |
* | | Merge commit 'a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4' | Michael Niedermayer | 2014-08-09 | 1 | -17/+23 |
|\| |
|
| * | hevc_filter: move some conditions out of loops | Anton Khirnov | 2014-08-09 | 1 | -18/+23 |
| * | hevc: deobfuscate slice/tile boundary handling for DBF | Anton Khirnov | 2014-08-09 | 1 | -7/+6 |
| * | hevc_filter: drop more redundant checks | Anton Khirnov | 2014-08-09 | 1 | -4/+0 |
| * | hevc_filter: drop redundant checks | Anton Khirnov | 2014-08-09 | 1 | -6/+2 |
* | | hevc_deblock: change tc type | Christophe Gisquet | 2014-08-06 | 1 | -2/+2 |
* | | hevc_filter: run vertical and horizontal together | Christophe Gisquet | 2014-07-29 | 1 | -45/+45 |
* | | hevc: rename variable in boundary strength to b more explicit | Anton Khirnov | 2014-07-28 | 1 | -4/+4 |
* | | hevc: remove non necessary parameters to ff_hevc_set_qpy | Mickaël Raulet | 2014-07-28 | 1 | -5/+3 |
* | | Merge commit '73bb8f61d48dbf7237df2e9cacd037f12b84b00a' | Michael Niedermayer | 2014-07-26 | 1 | -2/+3 |
|\| |
|
| * | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-26 | 1 | -13/+10 |
* | | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-22 | 1 | -13/+9 |
* | | hevc/rext: update boundary strength for chroma deblocking filter | Mickaël Raulet | 2014-07-22 | 1 | -26/+17 |
* | | hevc: report more precise progress | Christophe Gisquet | 2014-07-19 | 1 | -8/+5 |
* | | hevc: fix transquant_bypass | Mickaël Raulet | 2014-07-19 | 1 | -5/+6 |
* | | hevc/sao: optimze sao implementation | Mickaël Raulet | 2014-07-18 | 1 | -19/+47 |
* | | hevc/rext: basic infrastructure for supporting range extension | Mickaël Raulet | 2014-07-15 | 1 | -29/+41 |
* | | hevc: move restore_tqb where it should be. | Mickaël Raulet | 2014-07-15 | 1 | -0/+33 |
* | | hevc: simplify SAO computation, delay from one row its computation | Mickaël Raulet | 2014-07-15 | 1 | -119/+106 |