summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer2017-12-281-2/+2
* avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer2017-12-261-1/+1
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()Michael Niedermayer2017-12-171-1/+1
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer2017-12-011-1/+1
* avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()Michael Niedermayer2017-11-201-1/+1
* avcodec/hevcdsp_template: Fix undefined shiftMichael Niedermayer2017-10-031-1/+1
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixelsMichael Niedermayer2017-09-111-1/+1
* Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-231-1/+1
|\
| * hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
* | Merge commit 'ba479f3daafc7e4359ec1212164569ebe59f0bb7'James Almer2017-03-211-4/+4
|\ \ | |/
| * hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-18/+18
* | lavc/hevc: remove a few random spaces to reduce diff with libavClément Bœsch2017-01-311-2/+0
* | Merge commit 'cc16da75c2f99d92f7a6461100f041352deb6d88'Clément Bœsch2017-01-311-6/+7
|\ \ | |/
| * hevc: Add coefficient limiting to speed up IDCTMickaël Raulet2016-07-181-13/+25
* | Merge commit 'a92fd8a06256e71a0be87b03751ec3c2a4a8aa21'Clément Bœsch2017-01-311-13/+13
|\ \ | |/
| * hevc: Add DC IDCTMickaël Raulet2016-07-181-0/+19
* | Merge commit '4f247de3b797cdc9d243d26534412f81c306e5b5'Clément Bœsch2017-01-311-79/+79
|\ \ | |/
| * hevcdsp_template: Templatize IDCTMickaël Raulet2016-07-181-78/+30
* | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-311-22/+17
|\ \ | |/
| * hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-181-61/+28
| * 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
* | lavc/hevcdsp: fix pretty printing mistakeClément Bœsch2017-01-301-1/+3
* | avcodec/hevcdsp: rename sao_band_filter c functionsJames Almer2015-08-211-4/+4
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avcodec/hevcdsp: add missing () to CMP macroJames Almer2015-02-161-1/+1
* | avcodec/hevcdsp: optimize pixel comparison in sao_edge_filterJames Almer2015-02-161-1/+1
* | hevcdsp: remove compilation-time-fixed parameter from sao_edge_filterJames Almer2015-02-051-3/+2
* | hevcdsp: replace the SAOParams struct parameter from sao_edge_filterJames Almer2015-02-041-5/+2
* | hevcdsp: further simplify sao_edge_filterJames Almer2015-02-041-7/+5
* | hevcdsp: simplified sao_edge_filterSeppo Tomperi2015-02-041-20/+16
* | hevcdsp: separated sao edge filter and pixel restore funcsSeppo Tomperi2015-02-041-10/+5
* | hevcdsp: replace the SAOParams struct parameter from sao_band_filterJames Almer2015-02-011-4/+3
* | hevcdsp: remove unused parameter from sao_band_filterJames Almer2015-02-011-2/+1
* | Merge commit 'de1f8ead8993512925a3ee6c7491473414419e55'Michael Niedermayer2014-11-171-40/+13
|\ \ | |/
| * hevcdsp_template: templatize transquant_bypassAnton Khirnov2014-11-171-40/+13
| * hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-261-4/+5
* | hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet2014-08-221-28/+28
* | hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet2014-08-221-14/+13
* | hevc_deblock: change tc typeChristophe Gisquet2014-08-061-4/+4
* | hevcdsp: change types of SAO parametersChristophe Gisquet2014-07-231-4/+4
* | hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-221-4/+5
* | hevc/sao: optimze sao implementationMickaël Raulet2014-07-181-45/+46
* | hevc/rext: add support for Range extension toolsMickaël Raulet2014-07-151-0/+23
* | hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet2014-07-151-3/+3
* | hevc: separate residu and prediction (needed for Range Extension)Mickaël Raulet2014-07-151-83/+85
OpenPOWER on IntegriCloud