An error occurred fetching the project authors.
- 06 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: a bunch of additional warning fixes.
-
- 25 Nov, 2002 1 commit
-
-
Laurent Aimar authored
could check if it compiles on other OS than linux ? (I don't known what headers should be included) * asf: fix to support seeking with mms Note: You cannot seek and use demuxdump demuxer...
-
- 14 Nov, 2002 1 commit
-
-
Laurent Aimar authored
Fix playing of some live asf, seek improvement (at least for me ;) but it's more some "kludge" with vlc clock than true fixes ... I will never understand how vlc clock works ....
-
- 10 Nov, 2002 1 commit
-
-
Laurent Aimar authored
-
- 08 Nov, 2002 1 commit
-
-
Gildas Bazin 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().
-
- 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....
-
- 21 Oct, 2002 1 commit
-
-
Laurent Aimar authored
* modules/demux/asf/*: some clean up
-
- 20 Oct, 2002 1 commit
-
-
Laurent Aimar authored
usable, but it begin to give good result.
-