]> git.sesse.net Git - vlc/history - modules/demux/mod.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / demux / mod.c
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2009-12-20 Laurent AimarFixed initial timestamp value in MOD demuxer.
2009-08-20 Pierre d'Herbemontmod: Fix an other bad cast from function call.
2009-08-20 Jean-Baptiste KempfMod: use unsigned when needed
2009-04-28 Laurent AimarFixed asprint checks in mod demuxer.
2009-04-28 Laurent AimarFixed coding style in mod demuxer.
2009-04-27 Jean-Baptiste KempfMod: reindent.
2009-04-27 Konstanty BialkowskiExtra meta data from mod files
2009-04-26 KonstantyAdds a few more types of MOD files
2009-02-05 Laurent AimarFixed long term pts rounding error in mod.
2009-02-05 Laurent AimarImproved a bit mod detection checks.
2009-02-05 Laurent AimarAdded mod title support.
2009-02-05 Laurent AimarAdded a few sanity checks to mod.
2009-02-05 Laurent AimarCosmetics (mod).
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-08-20 Eric PetitFixes bad error checking on read errors.
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-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-03-23 Christophe MutricyFix the strings.
2006-11-26 Clément StenacA bit of headers cleanup
2006-05-01 Sreng Jean Use strrchr to extract the file's extension
2006-04-13 Clément StenacString stuff
2006-04-11 Clément StenacMore strings
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-11 Clément StenacStrings (Refs:#438)
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-03-11 Clément StenacString fixes by Christophe Mutricy
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2004-12-11 Clément StenacImprovements to preferences
2004-03-05 Carlo CalabròString review, as promised :)
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-20 Laurent Aimar mod.c: new demux2 for MOD files using libmodplug library.