summaryrefslogtreecommitdiff
path: root/libavformat/aea.c
Commit message (Collapse)AuthorAge
* Merge libavcore into libavutilReinhard Tartler2011-02-16
| | | | Done to keep ABI compatible. Otherwise this is just silly
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit c2fcd0a7a4d0bda1a3306e40b70ce281a987df60)
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
| | | | | | 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)
* 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