]> git.sesse.net Git - vlc/history - modules/stream_out/transcode
v4l2: add per-codec bytes per pixel in codec table (refs #8802)
[vlc] / modules / stream_out / transcode /
2013-06-11 Steinar H. GundersonSet up the encoder after the transcode filter chain
2013-06-11 Steinar H. GundersonIn video transcode, use the correct format for calculations
2013-06-11 Steinar H. GundersonMake the video transcoder support filter chains that...
2013-06-11 Steinar H. GundersonIn transcoding, move frame output into its own function
2013-04-29 Rémi Denis-Courmonttranscode: fix audio format given to filters (fixes...
2013-04-26 Christoph MiebachString removal
2013-04-26 Rémi Denis-Courmonttranscode: use aout filters instead of filter chain...
2013-04-17 Jean-Paul Samantranscode/video.c: Do not leak mutex/conditional or...
2013-04-16 Ilkka OllakkaRevert "transcode: ask for audio converter instead...
2013-04-16 Ilkka Ollakkatranscode: ask for audio converter instead of audio...
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-03-08 Ilkka Ollakkatranscode: use correct size on overlays
2013-02-08 Ilkka Ollakkatranscode: use 1001 as framerate base
2013-02-08 Ilkka Ollakkatranscode: reinit filter-chain when aspect-ratio changes
2012-12-30 Ilkka Ollakkatranscode: take codec earlier on so codec aliases are...
2012-12-21 Rémi Denis-Courmontaout: remove FI32 intermediate-only codec
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-01 Ilkka Ollakkatranscode: set hurry-up off by default
2012-10-24 Ilkka Ollakkatranscode: actually do the audio encode flushing
2012-10-19 Rémi Denis-Courmontaout: use distinct "audio converter" capability for...
2012-10-19 Ilkka Ollakkatranscode: send NULL packet to audio encoder when closing
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/stream_out/transcode/
2012-09-04 Rafaël Carrétranscode: try FI32 as intermediate format
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-14 Rémi Denis-CourmontEnsure string list always has text
2012-07-31 Rafaël Carrétranscode: simplify drift calculation
2012-06-01 Laurent AimarFixed potential NULL dereference when using video filte...
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-02 Jean-Paul Samantranscode: replace PICTURE_RING_BUFFER with picture_fifo_t
2012-02-02 Ilkka Ollakkatranscode: typo
2012-02-01 Ilkka Ollakkatranscode: user ENC_FRAMERATE_BASE instead of fixed...
2012-02-01 Ilkka Ollakkatranscode: add likely/unlikely in video process
2012-01-22 Ilkka Ollakkatranscode: run user speficied videofilters before overlays
2012-01-10 Laurent AimarAvoid potential integer overflow when computing AR...
2012-01-10 Laurent AimarFixed the format used for subtitles blending when trans...
2012-01-10 Laurent AimarFixed video AR given to the encoder when transcoding.
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-01 Laurent AimarAllowed to use mp2/mp3 to specify layer 2/3 for mpeg...
2011-09-05 Rémi Denis-CourmontRemove filter_t.pf_audio_buffer_new
2011-08-25 Rémi Denis-CourmontRemove unused/unusable decoder_DeleteAudioBuffer()
2011-08-25 Rémi Denis-Courmonttranscode: set audio.i_format for filters (fix #5244)
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-18 Laurent AimarConverted transcode to vlc_clone().
2011-05-18 Laurent AimarRemoved unused b_error field (transcode).
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-03-29 Rémi Denis-Courmontsout: remove broken statistics code
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-09 Laurent AimarExtended spu_Render to accept a list of supported chrom...
2011-01-09 Laurent AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarReworked the way subtitles are rendered on video.
2010-11-18 Rafaël Carrétranscode: reduce decoder aspect ratio fraction
2010-11-08 Rafaël Carrétranscode: fix crash on eof when using threads >=1
2010-11-08 Rémi DuraffortShould fix #4224.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
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