]> git.sesse.net Git - vlc/commit
* extras/MacOSX/vlc.pbproj/project.pbxproj:
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 13 Mar 2003 16:09:21 +0000 (16:09 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 13 Mar 2003 16:09:21 +0000 (16:09 +0000)
commit2b4c0fcd12ae848583560d8e805da59d35f6bb98
tree2e188471d818a0af56d4dc8f6d8458a4af7f7156
parente5a0248794a56ac2bc5790f5b794630c5febe47f
* 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.
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.h
modules/demux/avi/avi.c
modules/demux/avi/libavi.h
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.h
modules/gui/macosx/intf.m