]> git.sesse.net Git - vlc/history - modules/access_output/file.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / access_output / file.c
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-06 Sébastien EscudierFile output : add a sync option
2010-02-07 Rémi Denis-CourmontUse vlc_dup
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-07-23 Rémi DuraffortGlobal include not local.
2009-04-05 Rémi Denis-CourmontWinCE: undefined file descriptor use
2009-02-19 Geoffroy CouprieWinCE: don't use features absent of Windows Mobile
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-29 Rémi Denis-CourmontImplement ACCESS_OUT_CONTROLS_PACE as needed
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-12 Rémi Denis-Courmontaccess_out_file: fix non-atomic write and error handling
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-25 Rémi Denis-Courmontaccess_out_file: fix append mode, relax stdout support...
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-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Antoine CellerierUse str_format_time and str_format_meta in file output...
2006-11-04 Rémi Denis-CourmontUse utf8_open
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).