| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/stereo3d: Set SAR for every output frame. | Carl Eugen Hoyos | 2017-09-20 | 1 | -10/+12 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -5/+5 |
* | avfilter/vf_stereo3d: add interleave columns input support | Paul B Mahol | 2015-12-19 | 1 | -51/+166 |
* | avfilter/vf_stereo3d: fix interleaved columns output | Paul B Mahol | 2015-12-18 | 1 | -6/+6 |
* | avfilter/vf_stereo3d: multiply linesize only once for interleaved row to mono | Paul B Mahol | 2015-12-18 | 1 | -2/+1 |
* | avfilter/vf_stereo3d: add fast path for interleave rows to mono | Paul B Mahol | 2015-12-18 | 1 | -1/+9 |
* | avfilter/vf_stereo3d: fix interleave rows output | Paul B Mahol | 2015-12-18 | 1 | -2/+0 |
* | avfilter/vf_stereo3d: add fast path for interleave rows to alternating | Paul B Mahol | 2015-12-18 | 1 | -1/+9 |
* | avfilter/vf_stereo3d: get rid of ts_unit hack | Paul B Mahol | 2015-12-16 | 1 | -11/+43 |
* | avfilter/vf_stereo3d: add direct (faster) path: | Paul B Mahol | 2015-12-15 | 1 | -20/+101 |
* | avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputs | Paul B Mahol | 2015-10-06 | 1 | -32/+38 |
* | avfilter/vf_stereo3d: rewrite in preparation for SIMD | Paul B Mahol | 2015-10-03 | 1 | -16/+29 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/vf_stereo3d: simplify blank calculations and check height | Paul B Mahol | 2015-09-15 | 1 | -4/+6 |
* | avfilter/vf_stereo3d: stop dumping half of data for interleave rows output | Paul B Mahol | 2015-09-06 | 1 | -14/+5 |
* | avfilter/vf_stereo3d: add interleave columns output format | Paul B Mahol | 2015-09-06 | 1 | -0/+63 |
* | avfilter/vf_stereo3d: add HDMI output format | Paul B Mahol | 2015-09-06 | 1 | -0/+19 |
* | avfilter/vf_stereo3d: support interleaved rows as input format | Paul B Mahol | 2015-09-06 | 1 | -27/+55 |
* | avfilter/vf_stereo3d: add checkerboard output format | Paul B Mahol | 2015-09-06 | 1 | -1/+64 |
* | avfilter/vf_stereo3d: implement slice threading for anaglyph output | Paul B Mahol | 2015-07-12 | 1 | -23/+48 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+5 |
* | avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-03-23 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_stereod3d: add const qualifiers to ana_convert() | Paul B Mahol | 2013-09-16 | 1 | -3/+3 |
* | avfilter/vf_stereo3d: BGR24 support for anaglyphs | Paul B Mahol | 2013-09-16 | 1 | -5/+14 |
* | avfilter/vf_stereo3d: avoid pointless copy | Paul B Mahol | 2013-09-16 | 1 | -7/+6 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -4/+4 |
* | lavfi/stereo3d: subsampled yuv support for non-anaglyph outputs | Paul B Mahol | 2013-07-14 | 1 | -7/+40 |
* | lavfi/stereo3d: add support for alternating frames input & output format | Paul B Mahol | 2013-04-30 | 1 | -24/+101 |
* | lavfi/stereo3d: avoid division when changing aspect ratio | Paul B Mahol | 2013-04-26 | 1 | -4/+4 |
* | lavfi/stereo3d: support more formats for non-anaglyph outputs | Paul B Mahol | 2013-04-20 | 1 | -29/+96 |
* | lavfi/stereo3d: fix interleave row output modes | Paul B Mahol | 2013-04-17 | 1 | -8/+13 |
* | lavfi/stereo3d: check input width & height | Paul B Mahol | 2013-04-17 | 1 | -0/+28 |
* | lavfi/stereo3d: fix output width for sbsl/sbs2l | Paul B Mahol | 2013-04-17 | 1 | -1/+1 |
* | lavfi/stereo3d: remove pointless store | Paul B Mahol | 2013-04-16 | 1 | -6/+1 |
* | lavfi/stereo3d: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | lavfi/vf_stereo3d: use standard options parsing | Paul B Mahol | 2013-03-21 | 1 | -24/+3 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -10/+6 |
* | vf_stereo3d: Add AVOption table terminator | Michael Niedermayer | 2013-03-05 | 1 | -0/+1 |
* | lavfi: port MP stereo3d filter | Paul B Mahol | 2013-03-05 | 1 | -0/+478 |