]> git.sesse.net Git - vlc/history - modules/mux/mp4.c
* mp4.c: more udta informations (title, author, artists).
[vlc] / modules / mux / mp4.c
2004-03-10 Laurent Aimar * mp4.c: more udta informations (title, author, artists).
2004-03-07 Laurent Aimar * mp4.c: added support for SVQ1.
2004-03-07 Laurent Aimar * mp4.c: - accept adding ES at any time
2004-03-07 Laurent Aimar * mp4.c: * follow guidelines for box order in stbl.
2004-03-07 Laurent Aimar * mp4: really fixed stts table (and no more drift...
2004-03-06 Laurent Aimar * mp4.c: fixed audio/video synchro. Better length...
2004-03-06 Laurent Aimar * mp4: fixed SVQ3 in .mov
2004-03-06 Laurent Aimar * mp4.c: for mp3 in mp4a we need an ESDS.
2004-02-21 Gildas Bazin* include/charset.h: added "extern "C" {" for c++ modules.
2004-01-26 Gildas Bazin* modules/mux/mp4.c: fixed recent screw-up in movie...
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2004-01-25 Gildas Bazin* modules/mux/mp4.c: spec compliance fix.
2004-01-24 Gildas Bazin* modules/mux/mp4.c: store the display size using the...
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2004-01-13 Gildas Bazin* modules/mux/mp4.c: added support for mp4v and mp4a...
2004-01-12 Gildas Bazin* modules/mux/mp4.c: improved mov support a bit.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-10-17 Gildas Bazin* modules/gui/wxwindows/preferences.cpp: fixes some...
2003-10-07 Gildas Bazin* modules/mux/mp4.c: Use SoundDescription instead of...
2003-09-02 Gildas Bazin* modules/mux/mp4.c: mp4 muxer now produces quicktime...
2003-08-01 Gildas Bazin* modules/mux/mp4.c: support for mov muxing + cleanup.
2003-04-19 Laurent Aimar * mp4: some memory leaks fixed.
2003-04-18 Laurent Aimar * mp4.c : begining of a mp4/mov muxer.