]> git.sesse.net Git - vlc/history - modules/access_output/file.c
forward port [17012] and make update-po
[vlc] / modules / access_output / file.c
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-05-20 Jean-Paul SamanFix data type: Compiler warning
2006-04-23 Jérome DecoodtAdd %T modifier to filename refs: #561
2006-03-02 Rémi Denis-CourmontLocale fixes (refs #528) + clean up
2006-03-02 Rémi Denis-CourmontDon't try to be more clever than umask()
2006-01-12 Antoine CellerierFSF address change.
2005-11-29 Antoine Cellerierwin32 stdout fix by Polyphem
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-10 Rémi Denis-CourmontSupport for large files in stream output
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-07-10 Laurent Aimar * all: sout_ParseCfg -> sout_CfgParse.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-25 Clément StenacAdd option descriptions
2004-04-24 Laurent Aimar * all: use sout_ParseCfg.
2004-04-07 Gildas Bazin* modules/access_out/file.c: added "stream" shortcut...
2004-03-11 Laurent Aimar * access_output: sout_buffer_t -> block_t.
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2003-12-04 Gildas Bazin* toolbox: use the "Output_Dir" property when generatin...
2003-09-07 Laurent Aimar * file: added an append option. (The default is to...
2003-06-21 Gildas Bazin* modules/access_output/file.c: make the output file...
2003-06-12 Gildas Bazin* modules/access_output/file.c: win32 compilation fix.
2003-06-11 Gildas Bazin* modules/access_output/file.c: use open() instead...
2003-04-29 Laurent Aimar * file: use - to write on stdout. (but you can only...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-08 Laurent Aimar * file.c: removed an useless debug message.
2002-12-14 Laurent Aimar Added stream output. (common work with titer).