]> git.sesse.net Git - vlc/history - modules/stream_out/transcode
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / transcode /
2010-09-22 Ilkka Ollakkatranscode: destroy spu on transcode_spu_close
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-21 Blake LivingstonSetting b_subtitle on subpictures during transcode...
2010-07-11 Ilkka Ollakkatranscode: use var_Get(Int|Bool|String)
2010-06-14 Ilkka Ollakkatranscode: default audio bitrate to 96k
2010-05-25 Ilkka Ollakkatranscode: use same pts with and without threads on...
2010-05-25 Ilkka Ollakkatranscode: use bool instead of int to inform if we...
2010-05-20 Ilkka Ollakkatranscode: add clue to check earlier log-messages when...
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-15 Ilkka Ollakkatranscode: refactor littlebit video-encoding
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-04-14 Erwan Tulouhelp: fix comma wrongly stated when colon is actually...
2010-02-22 Laurent AimarFixed audio transcoding when using filters.
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-21 Laurent AimarFixed transcode audio filters insertion (close #3199).
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2009-12-26 Ilkka Ollakkatranscode: change default scaling factor to 0 -> no...
2009-12-26 Ilkka Ollakkatranscode/video: fit sar-calculation
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-07 Rafaël Carrétranscode osd: use VLC_TS_INVALID (refs #3135)
2009-11-25 Rafaël Carrétranscode: cosmetics
2009-11-24 Rafaël Carrétranscode: add/remove needed/unneeded headers
2009-11-24 Rafaël CarréSplit stream_out_transcode in specific files