]> git.sesse.net Git - vlc/commit
* all : preliminary mp4 (and some mov) demux plugin. I've not enabled
authorLaurent Aimar <fenrir@videolan.org>
Wed, 17 Jul 2002 21:37:27 +0000 (21:37 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 17 Jul 2002 21:37:27 +0000 (21:37 +0000)
commit960df9a902a6b1371fbb8793e77e48cf1450c554
tree146394d33e82684c4867e748368245fd0672153d
parent7d5c3cfde31744e1a7b77a60235bfd61c740f512
 * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
probably break it too many times. It work for some mp4(but without
audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
plugins/mp4/Makefile [new file with mode: 0644]
plugins/mp4/libmp4.c [new file with mode: 0644]
plugins/mp4/libmp4.h [new file with mode: 0644]
plugins/mp4/mp4.c [new file with mode: 0644]
plugins/mp4/mp4.h [new file with mode: 0644]