]> git.sesse.net Git - vlc/history - modules/demux/mpeg/m4v.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / demux / mpeg / m4v.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
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)
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-04-21 Gildas Bazin* modules/demux/mpeg/m4v.c: new m4v-fps config option.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-08-06 Jean-Paul SamanRemove unused variable.
2006-07-19 Clément StenacSome more demux and access code factorization
2006-06-09 Gildas Bazin* modules/demux/mpeg/m4v.c: wait until we get p_extra...
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-20 Clément StenacDon't print error on non-fatal problems
2004-12-11 Clément StenacImprovements to preferences
2004-05-23 Laurent Aimar * raw demuxers: few fixes, add es only after first...
2004-04-02 Laurent Aimar * m4v: pts/dts fixes.
2004-04-02 Laurent Aimar * m4v: demux -> demux2.
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2003-12-22 Sam Hocevar * toolbox:
2003-11-24 Laurent Aimar * m4v: ported to es_out*, stream_* and use the mp4v...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-09-10 Laurent Aimar * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-01 Gildas Bazin* src/input/input_clock.c: fixed 2 regressions in 0...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-01-20 Laurent Aimar * all: converted some msg_Err into msg_Warn
2003-01-12 Laurent Aimar * m4v: a raw MPEG-4 video stream demuxer (for now...