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-10-24avcodec/idctdsp: Move ScanTable to mpegvideoAndreas Rheinhardt
2022-10-24avcodec/idctdsp: Add function to apply permutation to arrayAndreas Rheinhardt
2022-09-28lavc/idctdsp: RISC-V V put_pixels_clamped functionRémi Denis-Courmont
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-15lavc: deprecate FF_IDCT_NONEAnton Khirnov
2022-02-13avcodec/idctdsp: Constify the permutation parameter of ff_init_scantableAndreas Rheinhardt
2022-01-04avcodec: [loongarch] Optimize idctdstp with LASX.Hao Chen
2018-05-30avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer
2018-05-30avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer
2018-04-02mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya
2018-04-02simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya
2017-10-12Fix visual glitch with XvMC, caused by wrong idct permutation.Ivan Kalvachev
2017-04-06jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-03-16lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functionsMatthieu Bouron
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2015-07-07avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functionsShivraj Patil
2014-12-20avcodec/idctdsp: use the 10bit code for 9 bit tooMichael Niedermayer
2014-09-25avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer
2014-09-08Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d'Michael Niedermayer
2014-09-08Split off floating point AAN (I)DCT into separate componentsDiego Biurrun
2014-09-03avcodec/idctdsp: Initialize ff_put/add_pixels_clamped correctly so that the o...Michael Niedermayer
2014-09-03Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
2014-08-27Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer
2014-08-13avcodec/idctdsp: make add/put_pixels_clamped_c internal functionsJames Almer
2014-08-11avcodec/idctdsp: move add/put_pixels_clamped_c to headerMichael Niedermayer
2014-08-10avcodec: remove deprecated use of FF_IDCT_XVIDMMXMichael Niedermayer
2014-08-08Merge commit '6f1960ab71b4f18551243ce22d01913108265233'Michael Niedermayer
2014-08-08idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun
2014-08-01Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer
2014-07-19Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273'Michael Niedermayer
2014-07-19Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer
2014-07-18idctdsp: prettyprinting cosmeticsDiego Biurrun
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-09alpha/idctdsp: move idct init code out of dsputilJames Almer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun