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
2017-03-19Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer
2016-08-26prores: Change type of stride parameters to ptrdiff_tDiego Biurrun
2014-07-19Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-02-28Merge commit '92e598a57a7ce4b8ac9ea56274af39f5fd888311'Michael Niedermayer
2014-02-28Merge commit 'd6acefe05862af244fd5a30ae946ed507c063994'Michael Niedermayer
2014-02-28Merge commit 'b23650491fbd579a4365f42bd42575afb7b53f7e'Michael Niedermayer
2014-02-28prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun
2014-02-28proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun
2014-02-28prores: Use consistent names for DSP arch initialization functionsDiego Biurrun
2014-01-14avcodec/proresdsp: rename CLIP_AND_BIAS to BANANAMichael Niedermayer
2014-01-14avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-12avcodec: rename prores encodersMichael Niedermayer
2013-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-04Fix compilation condition for some ProRes dsp encoder functions.Carl Eugen Hoyos
2012-06-04Fix compilation condition for some ProRes dsp decoder functions.Carl Eugen Hoyos
2012-02-17prores: initialise encoder and decoder parts only when neededKostya Shishkov
2012-02-17prores: initialise encoder and decoder parts only when neededKostya Shishkov
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-15prores encoderKostya Shishkov
2011-10-14prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje