summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdsp.c
Commit message (Expand)AuthorAge
* lavc/aarch64: port HEVC SIMD idct NEONReimar Döffinger2021-02-18
* Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'James Almer2017-10-24
|\
| * hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-27
* | hevc: Fix aligned array declarationsMark Thompson2017-10-21
* | Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'Clément Bœsch2017-04-17
|\|
| * hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-12
| * hevc: Add DC IDCTMickaël Raulet2016-07-18
* | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-31
|\|
| * hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-18
| * hevcdsp: add x86 SIMD for MCAnton 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
* | avcodec/hevcdsp: rename sao_band_filter c functionsJames Almer2015-08-21
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil2015-04-17
* | hevcdsp: fix compilation for arm and aarch64James Almer2015-03-12
* | lavc/hevcdsp: Fix compilation for arm with --disable-neon.Carl Eugen Hoyos2015-03-10
* | hevcdsp: ARM NEON optimized deblocking filterSeppo Tomperi2015-02-05
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer2015-02-05
* | hevcdsp: separated sao edge filter and pixel restore funcsSeppo Tomperi2015-02-04
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer2015-02-01
* | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer2014-07-27
|\|
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-26
* | hevc/rext: add support for Range extension toolsMickaël Raulet2014-07-15
* | hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet2014-07-15
* | hevc: separate residu and prediction (needed for Range Extension)Mickaël Raulet2014-07-15
* | hevc: simplify SAO computation, delay from one row its computationMickaël Raulet2014-07-15
* | avcodec/hevc: new idct + asmplepere2014-06-17
* | HEVC : added assembly MC functionsplepere2014-05-06
* | hevc: C code update for new motion compensationMickaël Raulet2014-05-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-22
|\|
| * hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-22
| * Add HEVC decoderGuillaume Martres2013-10-31
* libavcodec/hevc: random cosmetics to reduce diff to 064698d381e1e7790f21b0199...Michael Niedermayer2013-11-02
* libavcodec/hevc: indention related cosmetics to reduce diff to 064698d381e1e7...Michael Niedermayer2013-11-02
* avcodec/hevc: more whitespaces to reduce difference to 064698d381e1e7790f21b0...Michael Niedermayer2013-11-02
* avcodec/hevc: Adjust white-spaces to reduce difference to 064698d381e1e7790f2...Michael Niedermayer2013-11-02
* lavc: add a HEVC decoder.Guillaume Martres2013-10-15