summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_detc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless video filterswm42012-10-031-458/+0
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-4/+9
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+5
* 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-6/+6
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-8/+6
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
|/
* Avoid warning:reimar2008-01-191-1/+1
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove unused crappy hash_pic function, blessed by Rich.diego2007-09-261-19/+0
* 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-1/+1
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* try to break pattern at scene changes to prevent merging pictures thatrfelker2003-03-231-0/+7
* improvements to detc filter:rfelker2003-03-231-15/+16
* compiler warning fix by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-03-211-1/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* new version of the de-telecine filter, largely rewritten. should workrfelker2003-03-091-122/+310
* experimental de-telecine filter. not documented or configurable yet,rfelker2003-02-201-0/+275