[vlc-devel] CVS Commit (hartman)
cvs at videolan.org
cvs at videolan.org
Thu Mar 13 17:09:21 CET 2003
Update of /var/cvs/videolan/vlc/extras/MacOSX/vlc.pbproj
Modified Files:
project.pbxproj
Update of /var/cvs/videolan/vlc/modules/codec/ffmpeg
Modified Files:
ffmpeg.c ffmpeg.h
Update of /var/cvs/videolan/vlc/modules/demux/avi
Modified Files:
avi.c libavi.h
Update of /var/cvs/videolan/vlc/modules/demux/mp4
Modified Files:
libmp4.c libmp4.h
Update of /var/cvs/videolan/vlc/modules/gui/macosx
Modified Files:
intf.m
Log Message:
* extras/MacOSX/vlc.pbproj/project.pbxproj:
- added .qt and .pls file extensions.
* modules/gui/macosx/intf.m:
- increased the number of lines the messages dialog can hold to 400.
* added fourcc '3iv1' to .avi and .mov
- this is 3ivx D3.5 video.
- we cannot read them at however and probably never will. I added them
for completeness.
* added fourcc '3iv2' to .avi and ffmpeg
- this is 3ivx D4 video
- it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
* added fourcc '3ivd' to .avi, .mov and ffmpeg.
- this is video which was divx doctored by the 3ivx doctor program.
- it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
* added fourcc '3vid' to .avi, .mov and ffmpeg.
- this is incorrect encoded DIV3. it is an endianness issue by the encoder.
- ffmpeg can decode it however, so it is mapped to MPEG4 v3.
--
hartman
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list