]> git.sesse.net Git - vlc/history - modules/mux/mp4.c
Merge branch '1.0-bugfix'
[vlc] / modules / mux / mp4.c
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-22 Rémi DuraffortForgottent "fix warning".
2008-08-20 Rémi DuraffortCheck malloc return value and avoid memleaks.
2008-08-03 Justus PiaterDeclared many static variables const
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemove useless #include
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother time "Remove useless test ..."
2008-01-29 Rafaël Carrémux: fix warnings, fix Control() indentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-11 Dennis van Amerongen* modules/mux/mp4.c: typo opened -> opened spotted...
2007-09-14 Rémi Denis-Courmonttypo
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
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...
next