]> git.sesse.net Git - vlc/history - modules/stream_out/transcode
lua: include cleanup
[vlc] / modules / stream_out / transcode /
2014-04-23 Rémi Denis-Courmonttranscode: NULL check
2014-04-02 Rafaël Carrétranscode: copy video orientation to encoder
2014-04-01 Rémi Denis-Courmonttranscode: fix parameter warning
2014-03-22 Ilkka Ollakkatranscode: add parameter limits for audio
2014-03-22 Ilkka Ollakkatranscode: handle fps conversion in one point
2014-03-22 Ilkka Ollakkatranscode: obsolete audio-sync
2014-03-14 Ilkka Ollakkatranscode: cleanup channel setup and allow upmixing
2014-03-06 Ilkka Ollakkatranscode: add more channels on audio
2014-02-26 Ilkka Ollakkatranscode: don't fail spu track if we don't have someth...
2014-02-26 Ilkka Ollakkatranscode: don't check psz_senc on spu overlay/encoding...
2014-02-26 Ilkka Ollakkatranscode: return VLC_SUCCESS on overlay case also
2014-02-15 Ilkka Ollakkatranscode: obsolete hurry-up flag
2014-02-15 Jean-Paul Samansout: report muxer errors back
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2014-02-15 Ilkka Ollakkatranscode: take fps also as rational syntas, so 30000...
2014-02-15 Ilkka Ollakkatranscode: fps sync calculation correction
2014-02-10 Rafaël Carrévideo_format_Setup: set visible dimensions
2014-02-09 Ilkka Ollakkatranscode: don't care other tracks drift when calculati...
2014-02-09 Ilkka Ollakkatranscode: check codec aliasing for SPU also
2014-02-09 Ilkka Ollakkatranscode: only try to create transcode chain if video...
2014-02-09 Ilkka Ollakkatranscode: don't try to setup transcode chain if there...
2014-02-02 Ilkka Ollakkatranscode: update 'input pts' on loop so duplicate...
2014-02-02 Ilkka Ollakkatranscode: add comments on why we check frame dropping...
2014-01-31 Ilkka Ollakkatranscode: set output pts in OutputFrame
2014-01-25 Ilkka Ollakkatranscode: reset audio pts when samplerate changes...
2014-01-20 Jean-Paul Samantranscode: cosmetics
2014-01-20 Jean-Paul Samantranscode: fix object leak with audio transcoding.
2014-01-08 Ilkka Ollakkatranscode: set pts on module open
2014-01-04 Ilkka Ollakkatranscode: handle acodec aliases properly
2014-01-02 Rémi Durafforttranscode: fix memory leak
2013-12-27 Ilkka Ollakkatranscode: add chroma conversion in actually checked...
2013-12-27 Ilkka Ollakkatranscode: add chroma conversion to be the first filter...
2013-12-09 Ilkka Ollakkatranscode: use user given width/height on calculations
2013-12-04 Ilkka Ollakkatranscode: initialize audio encoder properly when first...
2013-12-04 Ilkka Ollakkatranscode: initialize audio encoder after first packet...
2013-12-03 Ilkka Ollakkatranscode: cosmetic
2013-12-03 Ilkka Ollakkatranscode: assume user requests visible width/height...
2013-12-03 Ilkka Ollakkatranscode: small refactor
2013-12-03 Ilkka Ollakkatranscode: add some comments
2013-11-23 Ilkka Ollakkatranscode: initialize filters properly
2013-11-23 Ilkka Ollakkatranscode: check user videofilters when checking chroma...
2013-11-23 Ilkka Ollakkatranscode: when audio samplerate change, also change...
2013-11-23 Ilkka Ollakkatranscode: check if input has changed before sync check
2013-11-23 Ilkka Ollakkatranscode: keep original timestamp in audio and not...
2013-11-20 Ilkka Ollakkatranscode: fix picture release code
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-11-16 Ilkka Ollakkatranscode: don't crash with threads with freeing pictur...
2013-11-16 Ilkka Ollakkatranscode: add my name on authors so bugs can be assign...
2013-11-16 Ilkka Ollakkatranscode: rewrite fps/lipsync code
2013-11-10 Ilkka Ollakkatranscode: encode buffer and flush encoder at the end...
2013-11-09 Ilkka Ollakkatranscode: use video.i_width/height as fallback when...
2013-11-09 Ilkka Ollakkatranscode: set video chroma before trying to query...
2013-10-28 Ilkka Ollakkatranscode: fix logic/code when reinitialize filter...
2013-09-29 Ilkka Ollakkatranscode: don't check drift if we have VLC_TS_INVALID pts
2013-09-29 Ilkka Ollakkatranscode: add mention if it's audio or video that...
2013-09-22 Ilkka Ollakkatrascode: reinit audio filters if audio format changes...
2013-09-09 Rafaël Carrétranscode: use width/height if visible dimension is...
2013-09-09 Rafaël Carrétranscode: set visible resolution correctly
2013-08-17 Ilkka Ollakkatranscode: simplify audio channel stuff a littlebit
2013-07-26 Rémi Denis-Courmontdecoder: separate aout initialization from buffer alloc...
2013-06-18 Ilkka Ollakkatranscode: use 1000 as frame rate base and don't try...
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
next