summaryrefslogtreecommitdiff
path: root/libavformat/m4vdec.c
Commit message (Collapse)AuthorAge
* Fix mpeg-ps misdetected as m4v.Michael Niedermayer2011-04-03
| | | | | | Fix issue2326 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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)
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move m4v demuxer to its own fileAurelien Jacobs2010-08-29
Originally committed as revision 24976 to svn://svn.ffmpeg.org/ffmpeg/trunk