summaryrefslogtreecommitdiff
path: root/libavformat/aea.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
* Reduce the score for the aea demuxer probing function.Benjamin Larsson2010-05-23
| | | | Originally committed as revision 23273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detection of some stereo atrac files by not comparing theBenjamin Larsson2010-05-23
| | | | | | block size mode and info byte. Originally committed as revision 23272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 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
* Add condition to aea demuxer probe.Benjamin Larsson2009-09-13
| | | | Originally committed as revision 19833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics, add spacesBenjamin Larsson2009-09-10
| | | | Originally committed as revision 19816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial commit of the MD studio demuxer, not hooked up yetBenjamin Larsson2009-09-10
Originally committed as revision 19812 to svn://svn.ffmpeg.org/ffmpeg/trunk