]> git.sesse.net Git - vlc/history - modules/stream_out/record.c
aout: add wait parameter to aout_DecFlush()
[vlc] / modules / stream_out / record.c
2015-02-21 Rémi Denis-Courmontsout: constify format parameter to sout_stream_t.pf_add
2015-02-20 Rémi Denis-Courmontsout: voidify sout_stream_t.pf_del
2014-07-15 Ilkka Ollakkarecord: add few likely/unlikely macros
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2014-01-24 Rémi Denis-Courmontrecord: fix sout-access-file syntax (fixes #10473)
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2012-11-20 Rémi Denis-Courmontrecord: explicitly disable append and format
2012-09-24 Jean-Baptiste KempfRecord: escape file names
2012-09-06 Rafaël Carrérecord: remove a few relocations
2012-06-11 Jean-Baptiste KempfRecord: allow better recording of MKV streams
2012-04-17 Rafaël Carréffmpeg options were renamed
2012-04-16 Jean-Baptiste KempfRecord: allow recording of MKV
2012-04-16 Jean-Baptiste KempfRecord: allow recording to .avi
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-06-25 Rémi Denis-CourmontSpell preferred
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
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-17 Rafaël Carrésout: allow duplicate outputs to be merged
2009-09-21 Jean-Baptiste KempfCosmetics and copyright
2009-08-29 Erwan Tulourecord: forgotten initializations
2009-08-29 Erwan Tulourecord: implement record-file
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarRemoved impossible fourcc in record.c
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-04-30 Laurent AimarRecognize VC1 for ASF muxing in record.
2009-04-28 Laurent AimarFixed record DelEs function.
2009-04-16 Laurent AimarUsed mpg extension for PS in record.
2009-04-02 Jean-Baptiste KempfFix typo
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfAnd the final shortnames needed to look correctly in...
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-09 Laurent AimarAdded an assert in record module (invalid CID 169).
2008-08-27 Laurent AimarCosmetic (record.c)
2008-08-26 Laurent AimarRemoved tabs and unwanted spaces in record.c
2008-08-26 Laurent AimarAdded new stream_out record module.