summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_flip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-3/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+2
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-201-27/+21
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* fixed palette supportarpi2003-02-041-0/+2
* Fix IPB DRalbeu2002-11-071-1/+2
* changing return type of put_image void->intarpi2002-09-101-4/+4
* bgr8 palette fixedarpi2002-09-031-1/+2
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-4/+4
* do not pass the flip flag to vo - maybe it support flipping just report no su...arpi2002-05-201-0/+8
* 10larpi2002-04-181-2/+1
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-0/+1
* new filter: fliparpi2002-04-111-0/+84