- 24 Oct, 2003 1 commit
-
-
Laurent Aimar authored
-
- 20 Oct, 2003 1 commit
-
-
gbazin authored
* modules/demux/avi/libavi.c: multiline strings are not valid C.
-
- 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.
-
- 07 Sep, 2003 1 commit
-
-
Laurent Aimar authored
is a generic handler) * avi, mp4 : begin to implement a specific pf_demux_control.
-
- 30 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 22 Aug, 2003 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 17 Aug, 2003 1 commit
-
-
Laurent Aimar authored
(Well, Get(D/Q)WBE are just #define to U16/32/64_AT.
-
- 01 Aug, 2003 1 commit
-
-
gbazin authored
* src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams. * modules/access/dvb/qpsk.c: gettext reserves the use of _(""). * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
-
- 03 May, 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.
-
- 10 Mar, 2003 1 commit
-
-
Laurent Aimar authored
reported size is null).
-
- 28 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 25 Jan, 2003 1 commit
-
-
Laurent Aimar authored
-
- 20 Jan, 2003 1 commit
-
-
Laurent Aimar authored
-
- 11 Jan, 2003 1 commit
-
-
Laurent Aimar authored
* avi: respect frame size (for audio codec) and close bug 75. * ffmpeg: can now read multiples audio frames from the same buffer.
-
- 18 Dec, 2002 2 commits
-
-
Sam Hocevar authored
corrupted headers.
-
Laurent Aimar authored
header.
-
- 16 Dec, 2002 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
-
- 08 Nov, 2002 1 commit
-
-
gbazin authored
* ALL: using "%ll" in printf format strings is not portable (notably on win32) so we now use the I64Fx familly of macros to print 64 bits numbers (x being replaced by d,i,o,u,x or X). eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time ); * src/misc/messages.c: got rid of ConvertPrintfFormatString().
-
- 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.
-
- 27 Oct, 2002 1 commit
-
-
Laurent Aimar authored
some regression.
-
- 26 Oct, 2002 1 commit
-
-
Laurent Aimar authored
* all : fix for new use of p_selected_area->i_tell. Just a word: now we cannot update anymore p_input->p_current_data without updating i_tell. I known that it's used for skipping some bytes in mp3 demux (not yet fixed), I don't known if it's used elsewhere....
-
- 15 Oct, 2002 1 commit
-
-
Laurent Aimar authored
-