]> git.sesse.net Git - vlc/history - modules/access_output/file.c
Improvements to preferences
[vlc] / modules / access_output / file.c
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).