]> git.sesse.net Git - vlc/history - modules/stream_out/es.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / es.c
2009-10-15 Rémi Duraffortsout_es: constify.
2009-10-15 Rémi Duraffortsout_es: use var_GetString.
2009-04-16 Rémi Denis-CourmontFix use after free
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Antoine CellerierSort options.
2008-08-29 Rémi Denis-CourmontDisable instance pace control from stream rather than...
2008-08-13 Rémi DuraffortAvoid to leak to many things on es stream output (and...
2008-06-23 Rémi DuraffortMalloc return value.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Rafaël CarréFix double free - CID 131
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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éstream_out: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
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
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-05-02 Benjamin Pracht* Hopefully fix a long lasting refcount issue in the...
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
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-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-07-10 Laurent Aimar * all: cosmetics.
2004-04-24 Gildas Bazin* modules/stream_out/*: attempt at adding descriptions...
2004-04-24 Laurent Aimar * all: use sout_ParseCfg. But "standard" can't use...
2004-03-11 Laurent Aimar * stream_out: sout_buffer_t -> block_t.
2004-01-25 Gildas Bazin* modules/stream_out/*: coding style changes + strings...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-07-05 Alexis de Lattrees.c: fix typo.
2003-04-29 Laurent Aimar all: use /* */ instead of // (we write c code)
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...