Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-05avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt
2022-03-02avcodec: [loongarch] Optimize Hevcdsp with LSX.Lu Wang
2021-02-18lavc/aarch64: port HEVC SIMD idct NEONReimar Döffinger
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-10-25Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'James Almer
2017-04-17Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'Clément Bœsch
2017-03-27hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková
2017-03-24Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'Clément Bœsch
2017-01-31Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch
2016-12-12hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova
2016-10-22hevc: x86: Add add_residual() SIMD optimizationsPierre Edouard Lepere
2016-07-18hevc: Separate adding residual to prediction from IDCTAlexandra Hájková
2016-07-18hevc: Add coefficient limiting to speed up IDCTMickaël Raulet
2016-07-18hevc: Add DC IDCTMickaël Raulet
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-12-05hevcdsp: split the pred functions by widthAnton Khirnov
2015-12-05hevcdsp: split the epel functions by widthAnton Khirnov
2015-12-05hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov
2015-08-21hevcdsp: fix a function nameAnton Khirnov
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-04-17avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil
2015-02-06hevcdsp: ARM NEON optimized deblocking filterSeppo Tomperi
2015-02-05x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer
2015-02-05hevcdsp: remove compilation-time-fixed parameter from sao_edge_filterJames Almer
2015-02-04hevcdsp: replace the SAOParams struct parameter from sao_edge_filterJames Almer
2015-02-04hevcdsp: simplified sao_edge_filterSeppo Tomperi
2015-02-04hevcdsp: separated sao edge filter and pixel restore funcsSeppo Tomperi
2015-02-02x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer
2015-02-01hevcdsp: replace the SAOParams struct parameter from sao_band_filterJames Almer
2015-02-01hevcdsp: remove unused parameter from sao_band_filterJames Almer
2014-08-22hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet
2014-08-22hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet
2014-08-22hevc: move MAX_PB_SIZE declarationChristophe Gisquet
2014-08-06hevc_deblock: change tc typeChristophe Gisquet
2014-07-27Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer
2014-07-26x86/hevc_idct: replace old and unused idct functionsJames Almer
2014-07-26hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere
2014-07-26hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov
2014-07-23hevcdsp: change types of SAO parametersChristophe Gisquet
2014-07-22hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov
2014-07-19hevc/sao: optimze sao implementationMickaël Raulet
2014-07-15hevc/rext: add support for Range extension toolsMickaël Raulet
2014-07-15hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet
2014-07-15hevc: separate residu and prediction (needed for Range Extension)Mickaël Raulet
2014-07-15hevc: simplify SAO computation, delay from one row its computationMickaël Raulet
2014-06-17avcodec/hevc: new idct + asmplepere
2014-05-06HEVC : added assembly MC functionsplepere
2014-05-06hevc: C code update for new motion compensationMickaël Raulet
2013-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-22hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres