Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-06avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol
2015-10-03avfilter/vf_stereo3d: rewrite in preparation for SIMDPaul B Mahol
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-15avfilter/vf_stereo3d: simplify blank calculations and check heightPaul B Mahol
2015-09-06avfilter/vf_stereo3d: stop dumping half of data for interleave rows outputPaul B Mahol
2015-09-06avfilter/vf_stereo3d: add interleave columns output formatPaul B Mahol
2015-09-06avfilter/vf_stereo3d: add HDMI output formatPaul B Mahol
2015-09-06avfilter/vf_stereo3d: support interleaved rows as input formatPaul B Mahol
2015-09-06avfilter/vf_stereo3d: add checkerboard output formatPaul B Mahol
2015-07-12avfilter/vf_stereo3d: implement slice threading for anaglyph outputPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-23avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-16avfilter/vf_stereod3d: add const qualifiers to ana_convert()Paul B Mahol
2013-09-16avfilter/vf_stereo3d: BGR24 support for anaglyphsPaul B Mahol
2013-09-16avfilter/vf_stereo3d: avoid pointless copyPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-15lavfi/stereo3d: subsampled yuv support for non-anaglyph outputsPaul B Mahol
2013-04-30lavfi/stereo3d: add support for alternating frames input & output formatPaul B Mahol
2013-04-26lavfi/stereo3d: avoid division when changing aspect ratioPaul B Mahol
2013-04-20lavfi/stereo3d: support more formats for non-anaglyph outputsPaul B Mahol
2013-04-17lavfi/stereo3d: fix interleave row output modesPaul B Mahol
2013-04-17lavfi/stereo3d: check input width & heightPaul B Mahol
2013-04-17lavfi/stereo3d: fix output width for sbsl/sbs2lPaul B Mahol
2013-04-17lavfi/stereo3d: remove pointless storePaul B Mahol
2013-04-11lavfi/stereo3d: switch to an AVOptions-based system.Clément Bœsch
2013-03-21lavfi/vf_stereo3d: use standard options parsingPaul B Mahol
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-06vf_stereo3d: Add AVOption table terminatorMichael Niedermayer
2013-03-05lavfi: port MP stereo3d filterPaul B Mahol