summaryrefslogtreecommitdiff
path: root/libavformat/aiffdec.c
Commit message (Collapse)AuthorAge
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
| | | | | | | arrays of fixed length. Code from ffmbc with changes to adapt to our metadata API. Originally committed as revision 20836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-30
| | | | Originally committed as revision 20674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aiff.c to aiffdec.cJustin Ruggles2009-10-15
Originally committed as revision 20235 to svn://svn.ffmpeg.org/ffmpeg/trunk