summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-2/+1
|\
| * yadif: support 16-bitJames Darnley2011-04-261-49/+67
| * yadif: support more than yuv420p.James Darnley2011-04-261-4/+25
| * yadif: Fix assert() failureMichael Niedermayer2011-04-261-1/+1
| * Reduce picture size for yadif.Michael Niedermayer2011-04-201-2/+2
| * Change yadif to not use out of picture lines.Michael Niedermayer2011-04-031-15/+16
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
* | Update yadif copyright headerMichael Niedermayer2011-04-051-1/+1
* | Factorise the C filtering in yadifJames Darnley2011-04-051-102/+48
* | Yadif fixes that where missing from the patchMichael Niedermayer2011-04-051-14/+15
* | Support 16-bit in yadifJames Darnley2011-04-051-1/+71
* | support more than yuv420p in yadifJames Darnley2011-04-051-4/+25
* | yadif:Fix assert() failureMichael Niedermayer2011-04-021-1/+1
* | yadif: add parens around macro parametersMans Rullgard2011-03-081-4/+4
* | Reduce picture size for yadif.Michael Niedermayer2011-02-181-2/+2
* | Change yadif to not use out of picture lines.Michael Niedermayer2011-02-181-15/+16
|/
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-151-1/+8
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-041-1/+5
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
* merge #if with if()Aurelien Jacobs2010-09-271-3/+1
* yadif: remove unnecessary #includeMåns Rullgård2010-09-261-1/+0
* Cosmetics: fix style nits.Stefano Sabatini2010-09-261-14/+15
* In yadif filter, use current frame when previous is missing,Baptiste Coudurier2010-09-261-4/+3
* Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer2010-09-251-1/+1
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-251-0/+332
OpenPOWER on IntegriCloud