summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_pullup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
* Fix typo.cehoyos2008-02-131-1/+1
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* const fixrfelker2007-11-091-1/+1
* ack, can't believe i wrote this crap with void pointer arithmeticrfelker2007-11-091-38/+0
* Disable buggy unused function via #if 0, blessed by Rich.diego2007-09-261-0/+2
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-15/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-5/+5
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-3/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* 1l! mplayer's verbose variable is not a flag but a signed numberrfelker2005-04-011-1/+1
* don't buffer more future context that we needrfelker2005-03-201-1/+1
* direct rendering support drastically improves speed, but it's buggy. :( disab...rfelker2005-03-201-1/+1
* 1000l to me: could break a/v sync and eventually cause buffer exhaustion on s...rfelker2005-03-171-1/+8
* pullup docs + new feature for slow cpus :)rfelker2004-09-061-2/+2
* configurable 'junk' borders for pulluprfelker2004-06-101-6/+9
* old changes in my local tree i forgot to commit - minor fixesrfelker2004-06-101-0/+51
* pass quantizer tables through (averaging values when fields come fromrfelker2003-12-111-1/+29
* simplified frame decision logic and reduced the occurrance of length=1rfelker2003-12-111-8/+7
* support for selecting which plane to use for metrics in the pulluprfelker2003-09-281-1/+2
* direct render frames whose fields are not in a common buffer, ratherrfelker2003-09-011-12/+33
* tweaks and cleanuprfelker2003-08-311-0/+1
* pullup -- third generation inverse telecine engine. the backendrfelker2003-08-181-0/+238