| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_tinterlace: check clone return value | Michael Niedermayer | 2013-11-19 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444p | Paul B Mahol | 2013-09-21 | 1 | -2/+4 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-18 | 1 | -1/+1 |
* | lavfi/tinterlace: remove request frame hack | Paul B Mahol | 2013-05-27 | 1 | -16/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+1 |
* | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -1/+1 |
* | avfilter/vf_tinterlace: fix handling of not so even sizes | Michael Niedermayer | 2013-04-29 | 1 | -2/+2 |
* | lavfi/tinterlace: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+2 |
* | lavfi/tinterlace: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -14/+3 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -29/+29 |
* | vf_tinterlace: fix logical/bit op mixup | Michael Niedermayer | 2013-01-06 | 1 | -1/+1 |
* | vf_tinterlace: dont mix declarations and expressions | Michael Niedermayer | 2012-12-30 | 1 | -2/+3 |
* | lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes | Mark Himsley | 2012-12-30 | 1 | -12/+54 |
* | vf_tinterlace: default of mode switch is impossible, add assert. | Michael Niedermayer | 2012-12-11 | 1 | -0/+2 |
* | lavfi/tinterlace: drop redundant NULL checks in uninit() | Stefano Sabatini | 2012-12-06 | 1 | -2/+2 |
* | lavfi/tinterlace: add support to option parsing | Stefano Sabatini | 2012-12-06 | 1 | -42/+30 |
* | lavfi/tinterlace: switch to filter_frame API | Stefano Sabatini | 2012-12-06 | 1 | -27/+19 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -16/+23 |
* | vf_tinterlace: check av_image_get_linesize() return value | Michael Niedermayer | 2012-11-03 | 1 | -0/+4 |
* | lavfi/tinterlace: remove poll_frame() callback | Stefano Sabatini | 2012-10-30 | 1 | -19/+0 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -2/+2 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -9/+9 |
* | lavfi/tinterlace: declare source buffers in copy_picture_field() as const | Stefano Sabatini | 2012-09-06 | 1 | -10/+10 |
* | lavfi/tinterlace: set inlink->cur to NULL, since it is stored internally | Stefano Sabatini | 2012-09-06 | 1 | -0/+1 |
* | vf_tinterlace: leave harmless permissions alone. | Nicolas George | 2012-08-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -4/+7 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | vf_tinterlace: use av_assert | Michael Niedermayer | 2012-07-08 | 1 | -1/+2 |
* | lavfi: do not pass opaque field to init functions | Stefano Sabatini | 2012-07-08 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -2/+2 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -13/+13 |
* | lavfi/tinterlace: support symbolic names for the parameter | Stefano Sabatini | 2012-04-30 | 1 | -23/+60 |
* | lavfi/tinterlace: make video as interlaced in mode 6 | Stefano Sabatini | 2012-04-30 | 1 | -0/+1 |
* | lavfi/tinterlace: add tinterlace mode 6 | Stuart Morris | 2012-04-30 | 1 | -2/+27 |
* | lavfi/tinterlace: remove unnecessary NULL check in start_frame() | Stefano Sabatini | 2012-04-27 | 1 | -2/+1 |
* | lavfi/tinterlace: use avfilter_unref_bufferp() | Stefano Sabatini | 2012-04-27 | 1 | -8/+5 |
* | lavfi/tinterlace: fix doxy in copy_picture_field() | Stefano Sabatini | 2012-04-27 | 1 | -1/+1 |
* | vf_tinterlace: implement interlace mode 5 | Stefano Sabatini | 2012-01-01 | 1 | -10/+13 |
* | lavfi: port tinterlace filter from MPlayer | Stefano Sabatini | 2011-12-31 | 1 | -0/+325 |