summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_stereo3d.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_stereo3d: assert that out variable is validPaul B Mahol2019-09-161-1/+2
* avfilter/vf_stereo3d: merge same code in case branchesPaul B Mahol2019-09-161-2/+0
* avfilter/vf_stereo3d: add tb (top-bottom) aliasesPaul B Mahol2019-09-151-0/+8
* avfilter/vf_stereo3d: improve dubois anaglyphsPaul B Mahol2019-08-301-6/+6
* lavfi/stereo3d: Set SAR for every output frame.Carl Eugen Hoyos2017-09-201-10/+12
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-5/+5
* avfilter/vf_stereo3d: add interleave columns input supportPaul B Mahol2015-12-191-51/+166
* avfilter/vf_stereo3d: fix interleaved columns outputPaul B Mahol2015-12-181-6/+6
* avfilter/vf_stereo3d: multiply linesize only once for interleaved row to monoPaul B Mahol2015-12-181-2/+1
* avfilter/vf_stereo3d: add fast path for interleave rows to monoPaul B Mahol2015-12-181-1/+9
* avfilter/vf_stereo3d: fix interleave rows outputPaul B Mahol2015-12-181-2/+0
* avfilter/vf_stereo3d: add fast path for interleave rows to alternatingPaul B Mahol2015-12-181-1/+9
* avfilter/vf_stereo3d: get rid of ts_unit hackPaul B Mahol2015-12-161-11/+43
* avfilter/vf_stereo3d: add direct (faster) path:Paul B Mahol2015-12-151-20/+101
* avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol2015-10-061-32/+38
* avfilter/vf_stereo3d: rewrite in preparation for SIMDPaul B Mahol2015-10-031-16/+29
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter/vf_stereo3d: simplify blank calculations and check heightPaul B Mahol2015-09-151-4/+6
* avfilter/vf_stereo3d: stop dumping half of data for interleave rows outputPaul B Mahol2015-09-061-14/+5
* avfilter/vf_stereo3d: add interleave columns output formatPaul B Mahol2015-09-061-0/+63
* avfilter/vf_stereo3d: add HDMI output formatPaul B Mahol2015-09-061-0/+19
* avfilter/vf_stereo3d: support interleaved rows as input formatPaul B Mahol2015-09-061-27/+55
* avfilter/vf_stereo3d: add checkerboard output formatPaul B Mahol2015-09-061-1/+64
* avfilter/vf_stereo3d: implement slice threading for anaglyph outputPaul B Mahol2015-07-121-23/+48
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+5
* avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-231-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_stereod3d: add const qualifiers to ana_convert()Paul B Mahol2013-09-161-3/+3
* avfilter/vf_stereo3d: BGR24 support for anaglyphsPaul B Mahol2013-09-161-5/+14
* avfilter/vf_stereo3d: avoid pointless copyPaul B Mahol2013-09-161-7/+6
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* lavfi/stereo3d: subsampled yuv support for non-anaglyph outputsPaul B Mahol2013-07-141-7/+40
* lavfi/stereo3d: add support for alternating frames input & output formatPaul B Mahol2013-04-301-24/+101
* lavfi/stereo3d: avoid division when changing aspect ratioPaul B Mahol2013-04-261-4/+4
* lavfi/stereo3d: support more formats for non-anaglyph outputsPaul B Mahol2013-04-201-29/+96
* lavfi/stereo3d: fix interleave row output modesPaul B Mahol2013-04-171-8/+13
* lavfi/stereo3d: check input width & heightPaul B Mahol2013-04-171-0/+28
* lavfi/stereo3d: fix output width for sbsl/sbs2lPaul B Mahol2013-04-171-1/+1
* lavfi/stereo3d: remove pointless storePaul B Mahol2013-04-161-6/+1
* lavfi/stereo3d: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* lavfi/vf_stereo3d: use standard options parsingPaul B Mahol2013-03-211-24/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-10/+6
* vf_stereo3d: Add AVOption table terminatorMichael Niedermayer2013-03-051-0/+1
* lavfi: port MP stereo3d filterPaul B Mahol2013-03-051-0/+478
OpenPOWER on IntegriCloud