summaryrefslogtreecommitdiff
path: root/libavformat/aacdec.c
Commit message (Collapse)AuthorAgeFilesLines
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-061-5/+0
| | | | | | and supporting it for more formats, fixing issue 2258. Originally committed as revision 25378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse2010-09-091-0/+3
| | | | Originally committed as revision 25091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-301-1/+1
| | | | Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-291-0/+96
Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk