summaryrefslogtreecommitdiff
path: root/libavformat/aiffdec.c
Commit message (Collapse)AuthorAge
* 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