]> git.sesse.net Git - vlc/history - modules/mux/mp4.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / mux / mp4.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-05-25 Laurent AimarCompilation warning fixes.
2007-04-19 Gildas Bazin* modules/demux/mp4/*, modules/mux/mp4.c: add support...
2006-12-12 Jean-Paul SamanSmall readability enhancement
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Derk-Jan Hartman* Don't skip SPS/PPS after all. Apparently there is...
2006-10-08 Derk-Jan Hartman* Skip h264 SPS/PPS in bitstream when muxing mp4
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-30 Clément StenacRe-enable art fetching when in "ALL" mode
2006-08-15 Derk-Jan Hartman* Get and write the correct profile_compat_byte
2006-08-06 Jean-Paul SamanRemove some whitespace
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-31 Clément StenacMuxers (Refs:#438)
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-01-12 Antoine CellerierFSF address change.
2005-09-28 Antoine Cellerier * remove signedness gcc warnings (lots of cast from...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-29 Gildas Bazin* modules/mux/mp4.c: added support for amr nb/wb and...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-10-29 Gildas Bazin* modules/mux/mp4.c: added a 3gp mode which writes...
2004-08-06 Gildas Bazin* modules/access/udp.c: use the "ts" demux when in...
2004-07-24 Laurent Aimar * mp4.c: compute avg/max bitrate info. removed a fprin...
2004-07-24 Laurent Aimar * mp4.c: really(?) fixed the tkhd invalid width (thx...
2004-07-16 Laurent Aimar * libmp4.c: MMhh .mp4 is 99.99% the same thing than...
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-06-22 Laurent Aimar * mp4: fixed width in tkhd. (at least I hope).
2004-06-19 Laurent Aimar * mp4: avcC atom fixed. (Missing sps/pps).
2004-06-16 Laurent Aimar * all: fixed the way h264 streams are stored in .mp4
2004-06-05 Laurent Aimar * mp4: fixed a small bug with subtitle.
2004-06-03 Laurent Aimar * mp4: fix for width in tkhd for video stream with...
2004-05-28 Laurent Aimar * mp4: first try to add text subtitle muxing support...
2004-05-15 Laurent Aimar * mp4: added support for h264. I have no idea if it...
2004-05-06 Gildas Bazin* modules/mux/mp4.c:fixed a minor mem leak.
2004-04-23 Laurent Aimar * mp4: use sout_ParseCfg and rename option to --sout...
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-03-11 Gildas Bazin* modules/mux/mp4.c: support for a few more user data...
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.