summaryrefslogtreecommitdiff
path: root/libavfilter/vf_stereo3d.c
Commit message (Expand)AuthorAgeFilesLines
* 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