- 05 Nov, 2004 1 commit
-
-
hartman authored
* recognize subtitles streams in avi. Now to decode them. if anyone has ANY info on how this works :)
-
- 26 Apr, 2004 1 commit
-
-
gbazin authored
-
- 08 Feb, 2004 1 commit
-
-
sigmunau authored
* pass bit per pixel info on to decoder modules/demux/avi/libavi.h: * add 1 as fourcc for msrle module/codec/ffmpeg/video.c: * pass bit per pixel info to libavcodec (needed for msrle)
-
- 25 Jan, 2004 1 commit
-
-
hartman authored
-
- 30 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 19 Oct, 2003 1 commit
-
-
hartman authored
- print a debug message in case of 0xfffe audio This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio - use c-style comments * modules/gui/macosx/info.m: - release your objects when you finished using them.
-
- 22 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 27 Apr, 2003 2 commits
-
-
Laurent Aimar authored
index, so use it when normal index (idx1 chunk) isn't found.
-
Laurent Aimar authored
Not tested with file size > 2Go, so report status.
-
- 13 Mar, 2003 1 commit
-
-
hartman authored
- 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.
-
- 25 Jan, 2003 1 commit
-
-
Laurent Aimar authored
-
- 06 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: a bunch of additional warning fixes.
-
- 04 Dec, 2002 1 commit
-
-
Laurent Aimar authored
-
- 06 Nov, 2002 1 commit
-
-
Sam Hocevar authored
endianness fixes, spelling fixes, reworked return values usage, used C99 types.
-
- 05 Nov, 2002 2 commits
-
-
gbazin authored
* modules/demux/avi/*: should theoretically fix the endianness issues with the avi demuxer.
-
gbazin authored
* modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct rendering when possible. Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian translations that were already done in the demux. * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from include/codecs.h.
-
- 15 Oct, 2002 1 commit
-
-
Laurent Aimar authored
-