summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_framestep.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-2/+1
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-2/+2
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-2/+0
* Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")uau2006-06-211-11/+0
* intercept VFCTRL_FLIP_PAGE if neededmichael2006-06-211-0/+11
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-2/+3
* 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-4/+4
* 2 new filters: tile & framesteparpi2003-08-311-0/+193