]> git.sesse.net Git - vlc/history - modules/stream_out/switcher.c
Include vlc_plugin.h as needed
[vlc] / modules / stream_out / switcher.c
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-02-26 Rémi Denis-CourmontRemove net_ReadNonBlock(),
2007-02-15 Rémi Denis-Courmont- Fix error reporting in net_Read* (refs #1056)
2007-02-15 Rémi Denis-CourmontFix out-of-bound read
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-29 Derk-Jan Hartman* copy [16427] to the switcher module as well. ( is...
2006-08-23 Jean-Paul SamanFix bugs in loading of audio transcoding filters.exit
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-02-22 Jean-Paul SamanUse include <file.h> for include files that can be...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2005-11-23 Christophe Massiot * modules/stream_out/switcher.c: More logging.
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-07-11 Christophe Massiot * modules/stream_out/switcher.c: New option --no-sout...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-31 Christophe Massiot * modules/stream_out/switcher.c: Explicitly set the...
2005-05-10 Gildas Bazin* modules/codec/ffmpeg/*, modules/stream_out/switcher...
2005-03-17 Christophe Massiot* modules/stream_out/switcher.c: Fixed aspect ratio.
2005-03-15 Christophe Massiot* modules/stream_out/switcher.c: Added --sout-switcher...
2005-03-14 Sam Hocevar * modules/stream_out/switcher.c: fixed forbidden...
2005-03-10 Christophe Massiot* modules/stream_out/switcher.c: New module allowing...