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-10-02avcodec: use designated initializers for bitstream filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2011-01-28Add 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> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
2010-07-02Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.Diego Biurrun
Doxygen mistakes the \ for the start of a Doxygen command. Originally committed as revision 23994 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-20Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse
Originally committed as revision 23196 to svn://svn.ffmpeg.org/ffmpeg/trunk