| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+5 |
|\ |
|
| * | 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, its 2011 | Michael Niedermayer | 2011-11-11 | 1 | -1/+1 |
* | | yadif: reject reuse2 buffers as we cant use frames that change under our | Michael Niedermayer | 2011-11-11 | 1 | -1/+2 |
* | | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | | yadif: Fix assignment from incompatible pointer type warning | Michael Niedermayer | 2011-10-18 | 1 | -1/+1 |
* | | vf_yadif: add support to yuva420p | Stefano Sabatini | 2011-08-31 | 1 | -1/+2 |
* | | yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-08-04 | 1 | -2/+2 |
* | | yadif must copy buffer properties like aspect for second frame as well | Joakim Plate | 2011-07-28 | 1 | -1/+4 |
* | | Add mode to yadif to enable/disable deinterlacing based on src frame "interla... | Joakim Plate | 2011-07-03 | 1 | -2/+26 |
* | | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -2/+1 |
|\| |
|
| * | 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 |
* | | Update yadif copyright header | Michael Niedermayer | 2011-04-05 | 1 | -1/+1 |
* | | Factorise the C filtering in yadif | James Darnley | 2011-04-05 | 1 | -102/+48 |
* | | Yadif fixes that where missing from the patch | Michael Niedermayer | 2011-04-05 | 1 | -14/+15 |
* | | Support 16-bit in yadif | James Darnley | 2011-04-05 | 1 | -1/+71 |
* | | support more than yuv420p in yadif | James Darnley | 2011-04-05 | 1 | -4/+25 |
* | | yadif:Fix assert() failure | Michael Niedermayer | 2011-04-02 | 1 | -1/+1 |
* | | yadif: add parens around macro parameters | Mans Rullgard | 2011-03-08 | 1 | -4/+4 |
* | | Reduce picture size for yadif. | Michael Niedermayer | 2011-02-18 | 1 | -2/+2 |
* | | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-02-18 | 1 | -15/+16 |
|/ |
|
* | 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 |