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
2018-05-30avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer
2017-04-06jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje
2017-03-29lavc/idctdsp: use prefix restrict with av_Clément Bœsch
2017-03-29Merge commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb'Clément Bœsch
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-03-16lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functionsMatthieu Bouron
2016-11-02idct: Have function pointer prototype match implementationDiego Biurrun
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-09-25avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer
2014-09-03Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
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-07-19Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer
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