]> git.sesse.net Git - vlc/history - modules/demux/mp4/mp4.c
Improvements to preferences
[vlc] / modules / demux / mp4 / mp4.c
2004-12-11 Clément StenacImprovements to preferences
2004-11-28 Gildas Bazin* modules/demux/mp4/mp4.c: avoid reading raw audio...
2004-11-28 Gildas Bazin* modules/demux/mp4/mp4.c: couple of fixes for audio...
2004-11-27 Gildas Bazin* modules/demux/mp4/*: bug fix for MP4_TrackNextSample...
2004-11-20 Clément StenacAdd MP4 playlist items as children
2004-11-04 Derk-Jan Hartman* Added more annotations boxes
2004-10-22 Derk-Jan Hartman* Fix reference modules to add after their own playlist...
2004-10-08 Gildas Bazin* modules/access/mms, modules/demux/mp4, modules/misc...
2004-08-30 Derk-Jan Hartman* Remove fprintf debug statement in the mp4 demux
2004-08-29 Laurent Aimar * mp4: support vobsub in .mp4 (NeroRecode), but won...
2004-08-01 Laurent Aimar * mp4: with ref .mov, don't forget to add the access.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-07-07 Gildas Bazin* modules/demux/mp4/mp4.c: a couple of fixes for track...
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-16 Laurent Aimar * all: fixed the way h264 streams are stored in .mp4
2004-05-28 Laurent Aimar * mp4: convert all \r to \n in subt.
2004-05-27 Laurent Aimar * mp4: added text track support. (there is a problem...
2004-05-25 Laurent Aimar* mp4: fix for alaw/ulaw. Clever people that designed...
2004-05-15 Laurent Aimar * mp4: mmh removed a fprintf.
2004-05-15 Laurent Aimar * mp4: - add +1 to PCR/DTS/PTS.
2004-05-06 Gildas Bazin* modules/demux/mp4/mp4.c: fixed memory leak.
2004-04-03 Laurent Aimar * mp4*: demux -> demux2.
2004-04-03 Laurent Aimar * all: do not use input_Clock* anymore (use ES_OUT_SET...
2004-03-12 Gildas Bazin* modules/demux/mp4/mp4.c: work-around buggy muxers...
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-02-07 Laurent Aimar * mp4: handle DEMUX_GET_META (avoid a msg_Err)
2004-01-30 Laurent Aimar * all: fill psz_language with the iso639 code.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-23 Gildas Bazin* modules/demux/mp4/mp4.c: don't segfault on reference...
2004-01-18 Laurent Aimar * all: added support for edts/elst entries (needed...
2004-01-18 Laurent Aimar * mp4: cosmetics.
2004-01-18 Laurent Aimar * mp4: added 'pnot' fourcc as a valid header signature.
2004-01-13 Laurent Aimar * mp4: convert 3 bytes codes into language (track...
2004-01-13 Laurent Aimar * mp4: fixed playback for files that have 0 byte samples.
2004-01-09 Jon Lech Johansen * ./modules/demux/mp4/drms.c: improved sci handling.
2004-01-06 Jon Lech Johansen * ./modules/demux/mp4: added some DRMS debug statements.
2004-01-05 Clément Stenac* ALL: playlist API changes
2004-01-05 Jon Lech Johansen * ./modules/demux/mp4: DRMS support.
2003-12-20 Gildas Bazin* modules/demux/mp4/mp4.c: fixed problem with buggy...
2003-12-02 Gildas Bazin* modules/demux/mp4/mp4.c: find out aspect ratio from...
2003-11-29 Laurent Aimar * mp4: another fix for another buggy file.
2003-11-27 Laurent Aimar * mp4: converted to es_out* and partialy to stream_*
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-10-07 Gildas Bazin* modules/mux/mp4.c: Use SoundDescription instead of...
2003-09-19 Laurent Aimar * playlist.c : unlock playlist before calling vout_Des...
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-08 Laurent Aimar * all: clean up.
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-05-24 Derk-Jan Hartman* modules/codec/quicktime.c: cleaning up of the code...
2003-05-22 Gildas Bazin* src/libvlc.h: fixed spelling mistake.
2003-05-09 Laurent Aimar* mp4: fixed mace3/6 decoding. Only mono audio is worki...
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-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-30 Laurent Aimar * mp4: fix playback of some stream with raw audio...
2003-04-25 Laurent Aimar * libmp4: clean up and preliminary work to read mp4...
2003-04-24 Laurent Aimar * mp4: select only first enabled track.
2003-04-22 Laurent Aimar * mp4: fix "mov playlist" handling. (raaah strncpy...
2003-04-22 Laurent Aimar * mp4: preliminary support of "mov playlist(ref) file"
2003-04-22 Laurent Aimar * mp4: more mov fields are parsed.
2003-04-14 Laurent Aimar * all: correctly set p_payload_end when using input_Ne...
2003-04-06 Gildas Bazin* modules/demux/mp4/mp4.c: fixed an off by one error...
2003-03-11 Laurent Aimar * mp4: I have reworked a lot the demuxer. Now it shoul...
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-01-28 Sam Hocevar * ALL: fixes for various compilation warnings and...
2003-01-25 Laurent Aimar * all: fixed wrong usage of input_DeletePES.
2003-01-25 Laurent Aimar *mp4: fixed segfault when it fails to start a decoder...
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-08 Laurent Aimar * mp4.c: allowed multiple moov headers by taking the...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-26 Laurent Aimar * mp4: prevent float exeption with some truncated...
2002-11-19 Laurent Aimar all: Use BITMAPINFOHEADER everywhere (Needed because...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-09-17 Laurent Aimar * all: - fix a memory leak while parsing.
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...