log libmpcodecs/vf_pullup.c @ 30455:cfebff6a5ef9

age author description
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-02-13 cehoyos Fix typo.
2007-12-02 reimar Make all vf_info_t structs const
2007-11-09 rfelker const fix
2007-11-09 rfelker ack, can't believe i wrote this crap with void pointer arithmetic
2007-09-26 diego Disable buggy unused function via #if 0, blessed by Rich.
2007-06-28 reimar Get rid of my_memcpy_pic code duplication in many filters.
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-04-01 rfelker 1l! mplayer's verbose variable is not a flag but a signed number
2005-03-20 rfelker don't buffer more future context that we need
2005-03-20 rfelker direct rendering support drastically improves speed, but it's buggy. :( disabled for now...
2005-03-17 rfelker 1000l to me: could break a/v sync and eventually cause buffer exhaustion on soft-telecined input that's ugly
2004-09-06 rfelker pullup docs + new feature for slow cpus :)
2004-06-10 rfelker configurable 'junk' borders for pullup
2004-06-10 rfelker old changes in my local tree i forgot to commit - minor fixes
2003-12-11 rfelker pass quantizer tables through (averaging values when fields come from
2003-12-11 rfelker simplified frame decision logic and reduced the occurrance of length=1
2003-09-28 rfelker support for selecting which plane to use for metrics in the pullup
2003-09-01 rfelker direct render frames whose fields are not in a common buffer, rather
2003-08-31 rfelker tweaks and cleanup
2003-08-18 rfelker pullup -- third generation inverse telecine engine. the backend