summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_softpulldown.c
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs: fix coverity issuesreimar2012-10-301-10/+7
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-5/+26
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | 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
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* 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-15/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Remove useless libvo/sub.h include.reimar2006-11-251-1/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-4/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* Fix email addressranma2005-06-191-1/+1
* clean up field flags:rfelker2003-08-181-8/+10
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,ranma2003-08-031-0/+160