]> git.sesse.net Git - vlc/history - modules/mux/dummy.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / mux / dummy.c
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-20 Rémi DuraffortCheck malloc return value and avoid memleaks.
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'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
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.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
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
2004-12-11 Clément StenacImprovements to preferences
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2003-12-14 Gildas Bazin* modules/gui/wxwindows/*: added raw encapsulation...
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-08-17 Laurent Aimar * avi, dummy: removed useless include.
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-24 Laurent Aimar * all : fix compilation.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2002-12-14 Laurent Aimar Added stream output. (common work with titer).