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
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos
ff_h263_find_frame_end(). Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-02-02don't cast const awayAurelien Jacobs
Originally committed as revision 11801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-09trivial warning fixesMåns Rullgård
Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-16correct type for h263_parse()Måns Rullgård
Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-08Move H.263 parser to its own file.Diego Biurrun
Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk