]> git.sesse.net Git - vlc/history - modules/demux/avi/avi.c
msg_Err -> msg_Dbg
[vlc] / modules / demux / avi / avi.c
2004-09-14 Benjamin Prachtmsg_Err -> msg_Dbg
2004-08-30 Gildas Bazin* modules/demux/avi/avi.c, modules/codec/rawvideo.c...
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-28 Sam Hocevar * Spelling fixes.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-16 Laurent Aimar * avi: fixed the return value of Seek().
2004-06-07 Laurent Aimar * avi: support for track without key flag set in the...
2004-05-15 Laurent Aimar * avi: add +1 to PCR/DTS/PTS.
2004-05-07 Laurent Aimar * avi: hack to let few xvid files working.
2004-04-29 Gildas Bazin* modules/demux/avi/avi.c: fixed infinite loop when...
2004-04-29 Gildas Bazin* modules/demux/avi/avi.c: Fixed infinite loop in the...
2004-04-26 Gildas Bazin* modules/demux/avi/avi.c: fix for a bug introduced...
2004-04-03 Laurent Aimar * avi: demux -> demux2.
2004-04-03 Laurent Aimar * all: do not use input_Clock* anymore (use ES_OUT_SET...
2004-03-29 Laurent Aimar * avi: fixed a cast of lvalue.
2004-03-19 Laurent Aimar * avi: cosmetics.
2004-03-06 Laurent Aimar * avi.c: set frame type.
2004-02-27 Laurent Aimar * avi.c: uses rv15 for 15 and 16 bits file. (I don...
2004-02-27 Laurent Aimar * avi.c: added support for rgb 32 (24 won't work under...
2004-02-08 Sigmund Augdal Helbergmodules/demux/avi/avi.c:
2004-01-31 Laurent Aimar * avi: implemented DEMUX_GET_META.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-05 Clément Stenac modules/demux/util/id3tag.c
2004-01-04 Laurent Aimar * avi: May fix #1545
2003-12-22 Sam Hocevar * toolbox:
2003-12-02 Gildas Bazin* ALL: more MSVC compilation fixes.
2003-11-30 Laurent Aimar * all: added dx50 fourcc (just mpeg4 video).
2003-11-28 Laurent Aimar * avi: fix end of file...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-24 Gildas Bazin* modules/gui/wxwindows/menus.cpp: small fix.
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-22 Laurent Aimar * avi: more check on b_die (when building index).
2003-11-21 Laurent Aimar * avi: use block instead of PES every where.
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-16 Eric Petit avi.c: compile fix
2003-11-16 Laurent Aimar * fixed a segfault with avi without index.
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-13 Laurent Aimar * avi: little clean up, and ported to es_format_t.
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-10-19 Derk-Jan Hartman* modules/demux/avi/*
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-23 Laurent Aimar * avi : fixed a lock problem.
2003-08-22 Laurent Aimar *all : multi-pass clean up/cosmetics.
2003-08-22 Laurent Aimar * avi: use stream_*, some clean and reordering.
2003-08-20 Laurent Aimar * avi: fixed playback of others brokens stream.
2003-08-18 Laurent Aimar * all: move "wave format tag to fourcc" from demuxers...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-07-20 Sigmund Augdal Helbergsome cleanup in file info code, add fourccs in hex...
2003-06-26 Sam Hocevar * modules/demux/util/sub.c,
2003-06-24 Laurent Aimar * avi: for interleaved file (audio_pos - video_pos...
2003-06-24 Laurent Aimar * avi : don't resynch on key frame for audio stream.
2003-05-26 Derk-Jan Hartman* modules/codec/quicktime.c: i had accidently upgraded...
2003-05-22 Gildas Bazin* src/libvlc.h: fixed spelling mistake.
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-05-03 Laurent Aimar * all: shut up valgrind ;) (memory leacks and one...
2003-04-28 Laurent Aimar * avi: fixed playback of broken stream....
2003-04-27 Laurent Aimar * avi: clean up. Some standard file (ie with 1 RIFF...
2003-04-27 Laurent Aimar * avi: Support for OpenDML file.
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-13 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj:
2003-03-03 Christophe Massiot* mpeg_video is back as a built-in because it is reprod...
2003-02-28 Laurent Aimar * try a workaround for BeOS MediaKit files.
2003-02-27 Gildas Bazin* modules/demux/avi/avi.c: compilation fix.
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-27 Laurent Aimar mms: another memory leak
2003-01-26 Laurent Aimar * avi : fix play back for some broken avi
2003-01-25 Laurent Aimar * all: fixed wrong usage of input_DeletePES.
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-23 Laurent Aimar * don't send audio in fast/slow playing speed unless...
2003-01-20 Laurent Aimar * all: changed some msg_Err into msg_Warn.
2003-01-19 Christophe MassiotRequalified some error messages into warnings.
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-12 Laurent Aimar * avi: partial fix for non interleaved file with incor...
2003-01-11 Laurent Aimar * avi: fix my last fix :)
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-09 Laurent Aimar * avi: read less data at once as it seems to give...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-27 Sam Hocevar * ./modules/demux/avi/avi.c: replaced a useless aspri...
2002-12-19 Sigmund Augdal Helbergthe avi demux now gives some info about the file being...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-04 Laurent Aimar * all: Fix an other (and last ? ;) endian issue.
2002-12-03 Laurent Aimar * adpcm.c: add adpcm decoding support (Now just ms...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-16 Laurent Aimar * avi: fix playing over http (a bug I have introduced).
2002-11-15 Laurent Aimar* modules/demux/util : add a text subtitle demuxer...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-06 Sam Hocevar * ./modules/demux/avi/avi.c, ./modules/demux/avi...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-28 Laurent Aimar * avi.c : fix a bug (bad choice in stream to be read)
next