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
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a216ed2948885772154a2eed696e0cb4aca)
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
and supporting it for more formats, fixing issue 2258. Originally committed as revision 25378 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-10adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse
Originally committed as revision 25091 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-31split raw.c into rawdec.c and rawenc.cAurelien Jacobs
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-29move ADTS AAC demuxer to its own fileAurelien Jacobs
Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk