summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_rotate.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* 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
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* 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
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* 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
* 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/+1
* cannot rotate non-symmetric yuv pixel formatsarpi2003-01-031-0/+18
* Fix draw_slice() in passthrough mode.arpi2002-12-051-0/+3
* automatic rotation for mode 4..7, based onarpi2002-10-231-1/+7
* changing return type of put_image void->intarpi2002-09-101-2/+2
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-2/+2
* rotation/mirror filterarpi2002-04-191-0/+108