aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_format.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31332Gravatar Uoti Urpala2010-06-05
|\
| * Extend -vf format to allow substituting the format for a compatible oneGravatar reimar2010-06-05
| * Fix -vf format and -vf noformat to work with slices.Gravatar reimar2010-06-05
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * Mark vf_opts/vf_opts_fields structures as const.Gravatar diego2010-02-26
| | | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| | |/
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Remove unreachable parsing code: for filters that use the option parser,Gravatar reimar2009-11-21
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* RGBA variantsGravatar michael2004-08-11
* New options stuffGravatar albeu2003-03-15
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* fixing rgb4 & bgr4 (2 pixels per byte)Gravatar michael2003-01-30
* added new formats: 444p,422p, 411pGravatar arpi2002-08-02
* added missing formats :)Gravatar rfelker2002-07-29
* support for external pp by divx4. some fixes/cosmetics?Gravatar alex2002-07-11
* yvu9 and if09 supportGravatar alex2002-06-23
* reset default capsGravatar arpi2002-05-06
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* 2 new simple filters: yuy2 and formatGravatar arpi2002-04-09