]> git.sesse.net Git - vlc/history - modules/demux/mp4/libmp4.c
Copyright fixes
[vlc] / modules / demux / mp4 / libmp4.c
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-20 Gildas Bazin* modules/demux/mp4: support for QuickDraw video tracks.
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-03-06 Gildas Bazin* modules/demux/mp4, modules/codec/ffmpeg: support...
2004-11-28 Gildas Bazin* src/input/mem_stream.c: fixed a couple of bugs.
2004-11-28 Gildas Bazin* modules/demux/mp4/libmp4.c: no channelcount for AMR...
2004-11-27 Gildas Bazin* modules/demux/mp4/*: bug fix for MP4_TrackNextSample...
2004-11-26 Sigmund Augdal Helbergall: got rid of MP4_Stream
2004-11-04 Derk-Jan Hartman* Added more annotations boxes
2004-10-01 Gildas Bazin* modules/control/hotkeys.c, rc, modules/demux/mp4...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: added support for quicktime video codecs in...
2004-08-29 Laurent Aimar * mp4: support vobsub in .mp4 (NeroRecode), but won...
2004-07-16 Laurent Aimar * libmp4.c: MMhh .mp4 is 99.99% the same thing than...
2004-05-27 Laurent Aimar * mp4: added text track support. (there is a problem...
2004-05-15 Laurent Aimar * mp4: - add +1 to PCR/DTS/PTS.
2004-05-07 Gildas Bazin* modules/demux/asf/*: fixed mem leak.
2004-04-03 Laurent Aimar * mp4*: demux -> demux2.
2004-03-11 Gildas Bazin* src/libvlc.h, src/input/input.c:
2004-03-10 Laurent Aimar * mp4: added partial support for udta meta data.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-18 Laurent Aimar * all: added support for edts/elst entries (needed...
2004-01-09 Jon Lech Johansen * ./modules/demux/mp4/drms.c: improved sci handling.
2004-01-08 Laurent Aimar * modules/demux/mp4/libmp4.c: use vasprintf
2004-01-06 Jon Lech Johansen * ./modules/demux/mp4: added some DRMS debug statements.
2004-01-05 Jon Lech Johansen * ./modules/demux/mp4: DRMS support.
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-15 Gildas Bazin* modules/packetizer/mpeg4audio.c: fixed raw mpeg4...
2003-12-02 Gildas Bazin* ALL: more MSVC compilation fixes.
2003-11-27 Laurent Aimar * mp4: ported to stream_*
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-10-07 Gildas Bazin* modules/mux/mp4.c: Use SoundDescription instead of...
2003-09-08 Laurent Aimar * all: clean up.
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-17 Laurent Aimar * all: added OggS fourcc. (still unsported but allow...
2003-08-01 Gildas Bazin* src/input/input_clock.c: fixed 2 regressions in 0...
2003-07-19 Laurent Aimar * mp4: parse another box.
2003-05-10 Derk-Jan Hartman* added VP31 fourcc's.
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-07 Laurent Aimar * mp4: raaaah, sometime moov box are masqueraded by...
2003-05-06 Laurent Aimar * mp4: fix a segfault and play .3gp with h263 video...
2003-04-25 Laurent Aimar * libmp4: clean up and preliminary work to read mp4...
2003-04-24 Laurent Aimar * mp4: fix a buffer overflow.
2003-04-22 Laurent Aimar * mp4: more mov fields are parsed.
2003-04-16 Laurent Aimar * mp4: fix a string format.
2003-04-16 Laurent Aimar * mp4: removed empty strings in msg_Dbg.
2003-03-13 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj:
2003-03-11 Laurent Aimar * mp4: I have reworked a lot the demuxer. Now it shoul...
2003-03-09 Laurent Aimar * fixed a really stupid bug with compressed header...
2003-02-18 Gildas Bazin* modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC...
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-13 Laurent Aimar * mp4: added parsing of some mov boxes (alternate...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-10-26 Laurent Aimar * all : fix for new use of p_selected_area->i_tell.
2002-10-10 Christophe MassiotDo not use vasprintf under Mac OS X because OS X.1...
2002-09-18 Laurent Aimar * all: fix endian issue with new definition of VLC_FOU...
2002-09-17 Laurent Aimar * all: - fix a memory leak while parsing.
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...
2002-08-11 Gildas Bazin* src/misc/configuration.c: bugfix (don't initialize...
2002-08-10 Laurent Aimar * modules/codec/faad : an AAC decoder module using...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...