summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdsp_template.c
Commit message (Expand)AuthorAge
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-05
* hevcdsp: split the pred functions by widthAnton Khirnov2015-12-05
* hevcdsp: split the epel functions by widthAnton Khirnov2015-12-05
* hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-05
* hevcdsp: fix a function nameAnton Khirnov2015-08-21
* hevcdsp_template: templatize transquant_bypassAnton Khirnov2014-11-17
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-26
* hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato2014-02-23
* hevc: Remove useless clipGuillaume Martres2014-01-21
* hevc: clip pixels when transquant bypass is usedGuillaume Martres2014-01-21
* Add HEVC decoderGuillaume Martres2013-10-31