]> 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
2013-08-16 Steinar H. GundersonFix deinterlacing of packed YUV formats.
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