summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_format.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31332Uoti Urpala2010-06-051-2/+17
|\
| * Extend -vf format to allow substituting the format for a compatible onereimar2010-06-051-2/+16
| * 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 options stuffalbeu2003-03-151-6/+26
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-301-0/+2
* added new formats: 444p,422p, 411parpi2002-08-021-0/+3
* added missing formats :)rfelker2002-07-291-0/+4
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-111-0/+5
* yvu9 and if09 supportalex2002-06-231-0/+3
* reset default capsarpi2002-05-061-0/+1
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-1/+2
* 2 new simple filters: yuy2 and formatarpi2002-04-091-0/+53