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 (Collapse)Author
2013-11-16dnxhdenc: use the AVFrame API properly.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
Anonymous structs cannot be forward declared and have no benefit.
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-06-30dnxhdenc: add space between function argument type and comment.Ronald S. Bultje
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-07-21dnxhd: 10-bit supportJoseph Artsimovich
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-05-12dnxhdenc: add AVClass in private context.Baptiste Coudurier
Fixes private options. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-02dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-12Move dnxhdenc to execute2 multithreading API.Reimar Döffinger
This allows for some simplifications like removing some outer loops and gives much better performance for thread_count > number of idle CPUs. Originally committed as revision 20211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-12dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier
Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-11move structure definitions in their own headerBaptiste Coudurier
Originally committed as revision 16051 to svn://svn.ffmpeg.org/ffmpeg/trunk