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-12-02avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali
2017-03-19Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer
2016-08-26prores: Change type of stride parameters to ptrdiff_tDiego Biurrun
2014-07-18Fix make checkheaders for libavcodec/proresdsp.h.Carl Eugen Hoyos
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
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
2013-02-03proresdsp: Fix checkheadersJames Almer
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-06-29prores: Fix license headerMichael Niedermayer
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