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
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-15DCA frame size is constantKostya Shishkov
Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-06Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun
Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-04Move dca parser to its own file.Diego Biurrun
Originally committed as revision 8881 to svn://svn.ffmpeg.org/ffmpeg/trunk