summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_noformat.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31332Uoti Urpala2010-06-051-0/+1
|\
| * Fix -vf format and -vf noformat to work with slices.reimar2010-06-051-0/+1
| * Mark vf_opts/vf_opts_fields structures as const.diego2010-02-261-2/+2
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-1/+1
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-1/+1
* | 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
* | 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
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-39/+0
|\|
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-211-39/+0
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | 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
* | Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* RGBA variantsmichael2004-08-111-0/+4
* new filter: vf_noformat.joey2004-02-061-0/+93