summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp_template.c
Commit message (Expand)AuthorAgeFilesLines
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-051-4/+4
* hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-051-0/+12
* hevcdsp: split the pred functions by widthAnton Khirnov2015-12-051-18/+63
* hevcdsp: split the epel functions by widthAnton Khirnov2015-12-051-16/+59
* hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-051-3/+79
* hevcdsp: fix a function nameAnton Khirnov2015-08-211-4/+4
* hevcdsp_template: templatize transquant_bypassAnton Khirnov2014-11-171-40/+13
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-261-4/+5
* hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato2014-02-231-1/+1
* hevc: Remove useless clipGuillaume Martres2014-01-211-1/+1
* hevc: clip pixels when transquant bypass is usedGuillaume Martres2014-01-211-4/+4
* Add HEVC decoderGuillaume Martres2013-10-311-0/+1340
OpenPOWER on IntegriCloud