]> git.sesse.net Git - ffmpeg/history - libavcodec/hevcdsp_template.c
lzf: update pointer p after realloc
[ffmpeg] / libavcodec / hevcdsp_template.c
2016-10-16 Anton Khirnovhevc: rename hevc.[ch] to hevcdec.[ch]
2016-09-29 Diego Biurrunhevc: Change type of array stride parameters to ptrdiff_t
2016-07-18 Mickaël Raulethevc: Add coefficient limiting to speed up IDCT
2016-07-18 Mickaël Raulethevc: Add DC IDCT
2016-07-18 Mickaël Raulethevcdsp_template: Templatize IDCT
2016-07-18 Alexandra Hájkováhevc: Separate adding residual to prediction from IDCT
2015-12-05 Anton Khirnovhevcdsp: add x86 SIMD for MC
2015-12-05 Anton Khirnovhevc: change the stride of the MC buffer to be in bytes...
2015-12-05 Anton Khirnovhevcdsp: split the pred functions by width
2015-12-05 Anton Khirnovhevcdsp: split the epel functions by width
2015-12-05 Anton Khirnovhevcdsp: split the qpel functions by width instead...
2015-08-21 Anton Khirnovhevcdsp: fix a function name
2014-11-17 Anton Khirnovhevcdsp_template: templatize transquant_bypass
2014-07-26 Anton Khirnovhevcdsp: remove an unneeded variable in the loop filter
2014-02-23 Luca Barbatohevc: Do not left shift a negative value in hevc_loop_f...
2014-01-21 Guillaume Martreshevc: Remove useless clip
2014-01-21 Guillaume Martreshevc: clip pixels when transquant bypass is used
2013-10-31 Guillaume MartresAdd HEVC decoder