summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_tinterlace.c
Commit message (Expand)AuthorAgeFilesLines
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-5/+5
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-6/+6
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-6/+6
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-16/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* New mode for tinterlace filteriive2006-04-081-0/+68
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-5/+5
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* we do not read from dmpi, so it doesn't have to be readablereimar2005-07-281-1/+1
* 'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.co...alex2003-08-111-0/+181