summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'James Almer2017-10-241-1/+2
|\
| * hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-271-0/+1
* | Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'Clément Bœsch2017-04-171-0/+1
|\ \ | |/
| * hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-121-0/+1
* | Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'Clément Bœsch2017-03-241-1/+1
|\ \ | |/
| * hevc: x86: Add add_residual() SIMD optimizationsPierre Edouard Lepere2016-10-221-1/+1
| * hevc: Add coefficient limiting to speed up IDCTMickaël Raulet2016-07-181-1/+1
| * hevc: Add DC IDCTMickaël Raulet2016-07-181-0/+1
* | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-311-3/+3
|\ \ | |/
| * hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-181-6/+4
| * hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-051-1/+4
| * hevcdsp: split the pred functions by widthAnton Khirnov2015-12-051-12/+24
| * hevcdsp: split the epel functions by widthAnton Khirnov2015-12-051-3/+3
| * hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-051-3/+3
| * hevcdsp: fix a function nameAnton Khirnov2015-08-211-3/+3
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil2015-04-171-0/+1
* | hevcdsp: ARM NEON optimized deblocking filterSeppo Tomperi2015-02-051-1/+1
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer2015-02-051-2/+2
* | hevcdsp: remove compilation-time-fixed parameter from sao_edge_filterJames Almer2015-02-051-3/+3
* | hevcdsp: replace the SAOParams struct parameter from sao_edge_filterJames Almer2015-02-041-2/+2
* | hevcdsp: simplified sao_edge_filterSeppo Tomperi2015-02-041-1/+1
* | hevcdsp: separated sao edge filter and pixel restore funcsSeppo Tomperi2015-02-041-4/+7
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer2015-02-011-2/+2
* | hevcdsp: replace the SAOParams struct parameter from sao_band_filterJames Almer2015-02-011-1/+1
* | hevcdsp: remove unused parameter from sao_band_filterJames Almer2015-02-011-2/+1
* | hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet2014-08-221-4/+4
* | hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet2014-08-221-2/+2
* | hevc: move MAX_PB_SIZE declarationChristophe Gisquet2014-08-221-0/+2
* | hevc_deblock: change tc typeChristophe Gisquet2014-08-061-8/+8
* | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer2014-07-271-1/+1
|\ \ | |/
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-261-0/+2
| * hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-261-4/+4
* | x86/hevc_idct: replace old and unused idct functionsJames Almer2014-07-261-2/+0
* | hevcdsp: change types of SAO parametersChristophe Gisquet2014-07-231-2/+2
* | hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-221-4/+4
* | hevc/sao: optimze sao implementationMickaël Raulet2014-07-181-2/+2
* | hevc/rext: add support for Range extension toolsMickaël Raulet2014-07-151-0/+2
* | hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet2014-07-151-2/+2
* | hevc: separate residu and prediction (needed for Range Extension)Mickaël Raulet2014-07-151-6/+8
* | hevc: simplify SAO computation, delay from one row its computationMickaël Raulet2014-07-151-7/+8
* | avcodec/hevc: new idct + asmplepere2014-06-171-1/+3
* | HEVC : added assembly MC functionsplepere2014-05-061-0/+3
* | hevc: C code update for new motion compensationMickaël Raulet2014-05-061-20/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-221-36/+68
|\ \ | |/
| * hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-221-0/+109
* lavc: add a HEVC decoder.Guillaume Martres2013-10-151-0/+77
OpenPOWER on IntegriCloud