summaryrefslogtreecommitdiff
path: root/libavformat/tmv.c
Commit message (Collapse)AuthorAge
* 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
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 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
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-07
| | | | Originally committed as revision 20471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek function for TMVDaniel Verkamp2009-10-20
| | | | Originally committed as revision 20336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parenthesize correctly in TMV probeDaniel Verkamp2009-10-20
| | | | Originally committed as revision 20335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not allow 0 sample rate in TMV demuxerDaniel Verkamp2009-10-09
| | | | Originally committed as revision 20195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stricter TMV probeDaniel Verkamp2009-10-09
| | | | Originally committed as revision 20194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-06
Patch by Daniel Verkamp daniel|at|drv|nu. Originally committed as revision 18766 to svn://svn.ffmpeg.org/ffmpeg/trunk