]> git.sesse.net Git - vlc/history - modules/stream_out/transcode/video.c
Fix deinterlacing of packed YUV formats.
[vlc] / modules / stream_out / transcode / video.c
2015-03-29 Steinar H. GundersonFix deinterlacing of packed YUV formats.
2015-02-21 Rémi Denis-Courmonttranscode: missing const
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-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-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-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: handle fps conversion in one point
2014-02-15 Ilkka Ollakkatranscode: obsolete hurry-up flag
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-09 Ilkka Ollakkatranscode: don't care other tracks drift when calculati...
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-20 Jean-Paul Samantranscode: cosmetics
2014-01-08 Ilkka Ollakkatranscode: set pts on module open
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-03 Ilkka Ollakkatranscode: cosmetic
2013-12-03 Ilkka Ollakkatranscode: assume user requests visible width/height...
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-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: 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-09-29 Ilkka Ollakkatranscode: add mention if it's audio or video that...
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-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-17 Jean-Paul Samantranscode/video.c: Do not leak mutex/conditional or...
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-07-31 Rafaël Carrétranscode: simplify drift calculation
2012-06-01 Laurent AimarFixed potential NULL dereference when using video filte...
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-05-18 Laurent AimarConverted transcode to vlc_clone().
2011-05-18 Laurent AimarRemoved unused b_error field (transcode).
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 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-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-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-15 Ilkka Ollakkatranscode: refactor littlebit video-encoding
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
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-11-24 Rafaël Carrétranscode: add/remove needed/unneeded headers
2009-11-24 Rafaël CarréSplit stream_out_transcode in specific files