]> git.sesse.net Git - vlc/history - modules/stream_out/transcode
direct3d11: implement the pixel format fallback
[vlc] / modules / stream_out / transcode /
2015-02-21 Rémi Denis-Courmontsout: constify format parameter to sout_stream_t.pf_add
2015-02-21 Rémi Denis-Courmonttranscode: missing const
2015-02-20 Rémi Denis-Courmontsout: voidify sout_stream_t.pf_del
2015-01-06 Rafaël Carrétranscode: remove unneeded deinit
2015-01-06 Rafaël Carrétranscode: avoid double thread join
2015-01-06 Rafaël Carrétranscode: simplify thread init
2015-01-06 Rafaël Carrétranscode: whitespace
2015-01-06 Rafaël Carrétranscode: simplify locking in encoder thread
2014-12-05 Ilkka Ollakkatranscode: give proper src fmt for subtitle overlay
2014-11-30 Ilkka Ollakkatranscode: refactor fps conversion out from video transcode
2014-11-29 Ilkka Ollakkatranscode: check input picture drop only after deinterl...
2014-11-29 Ilkka Ollakkatranscode: increment input pts even if we don't need...
2014-11-29 Ilkka Ollakkatranscode: set b_master_sync correctly
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_DeleteSubpicture() and fix...
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_UnlinkPicture() and decoder_Del...
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_LinkPicture()
2014-10-30 Rémi Denis-Courmontfilter: remove filter_DeletePicture()
2014-10-30 Thomas Guillemdecoder: separate vout initialization from buffer alloc...
2014-08-13 Rémi Denis-Courmonttranscode: avoid conversion to double
2014-07-31 Rafaël Carrétranscode: fix video filters
2014-07-28 Rémi Denis-Courmontfilter_chain: introduce dedicated filter_chain_NewVideo...
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-07-28 Rémi Denis-Courmonttranscode: remove useless callback
2014-06-07 Rémi Denis-Courmonttranscode: disable hardware decoding by default
2014-05-23 Ilkka Ollakkatranscode: keep in track of input pts drift for video
2014-05-23 Ilkka Ollakkatranscode: store fmt per id/track
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
next