summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_pullup.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fast_memcpy() useswm42012-11-111-2/+2
* Rip out 3DNOW supportwm42012-07-301-2/+0
* vf_pullup, vf_yadif: pts handling fixesRudolf Polzer2011-06-241-13/+8
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-6/+32
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-6/+6
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-2/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+7
* | 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