]> git.sesse.net Git - vlc/commit
* ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
authorLaurent Aimar <fenrir@videolan.org>
Tue, 23 Jul 2002 22:42:20 +0000 (22:42 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 23 Jul 2002 22:42:20 +0000 (22:42 +0000)
commit71f0ea694a90784a5fa95c01d36f0b616fa2e304
tree2a08d8c5339ad69b6587de2ea314366f7bb563c3
parente42c8d0f78945163df1dc25fdeed1115cb1a65be
 * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
but sometimes it's in fact MPEG-4, thx titer ).

 * mp4 : add capability to read mov with mp3 track. But it seems that
mad doesn't like too much fragmented data packets, and thus breaks the
audio.( since with '--codec dummy' I'm able to read resulting audio file
without any problem :)
plugins/ffmpeg/ffmpeg.h
plugins/mp4/libmp4.c
plugins/mp4/libmp4.h
plugins/mp4/mp4.c