summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_framestep.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-251-3/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-2/+2
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* 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-1/+17
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-1/+17
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+0
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-2/+1
|\|
| * cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-2/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-2/+2
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-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