| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | yadif: Flush filter on eof. | Robert Nagy | 2012-05-14 | 1 | -1/+15 |
* | yadif: Improve pts accuracy. | Robert Nagy | 2012-05-14 | 1 | -6/+21 |
* | vf_yadif: fix missing error handling for avfilter_poll_frame() | Robert Nagy | 2012-05-07 | 1 | -0/+4 |
* | Drop some completely unnecessary av_unused attributes. | Diego Biurrun | 2012-02-13 | 1 | -1/+1 |
* | yadif: support 10bit YUV | Luca Barbato | 2011-12-13 | 1 | -2/+5 |
* | vf_yadif: add support to yuva420p | Stefano Sabatini | 2011-09-21 | 1 | -1/+2 |
* | vf_yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-09-21 | 1 | -2/+2 |
* | vf_yadif: copy buffer properties like aspect for second frame as well | Joakim Plate | 2011-09-21 | 1 | -1/+4 |
* | vf_yadif: add an option to enable/disable deinterlacing based on src frame "i... | Joakim Plate | 2011-09-19 | 1 | -2/+26 |
* | yadif: support 16-bit | James Darnley | 2011-04-26 | 1 | -49/+67 |
* | yadif: support more than yuv420p. | James Darnley | 2011-04-26 | 1 | -4/+25 |
* | yadif: Fix assert() failure | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | Reduce picture size for yadif. | Michael Niedermayer | 2011-04-20 | 1 | -2/+2 |
* | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-04-03 | 1 | -15/+16 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | yadif: add parens around macro parameters | Mans Rullgard | 2011-03-05 | 1 | -4/+4 |
* | In yadif filter, default to top field first if interlacing is unknown | Baptiste Coudurier | 2011-01-15 | 1 | -1/+8 |
* | yadif sse2/ssse3 optimizations | Baptiste Coudurier | 2010-12-04 | 1 | -1/+5 |
* | In yadif filter, copy video props to output picture. | Baptiste Coudurier | 2010-11-22 | 1 | -2/+12 |
* | merge #if with if() | Aurelien Jacobs | 2010-09-27 | 1 | -3/+1 |
* | yadif: remove unnecessary #include | Måns Rullgård | 2010-09-26 | 1 | -1/+0 |
* | Cosmetics: fix style nits. | Stefano Sabatini | 2010-09-26 | 1 | -14/+15 |
* | In yadif filter, use current frame when previous is missing, | Baptiste Coudurier | 2010-09-26 | 1 | -4/+3 |
* | Fix 0 vs 1 porting bug from mplayer. | Michael Niedermayer | 2010-09-25 | 1 | -1/+1 |
* | yadif filter, based on stefanos port of my yadif from mplayer. | Michael Niedermayer | 2010-09-25 | 1 | -0/+332 |