summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_crop.c
Commit message (Expand)AuthorAgeFilesLines
* use mp_msg for messages. prolly more filters need to be fixed like this toorfelker2003-01-101-1/+1
* ehh.. 10l againarpi2003-01-051-0/+1
* - added x/y rounding for YUV formats (should be moved to mp_image.c|h later)arpi2003-01-051-2/+23
* changing return type of put_image void->intarpi2002-09-101-2/+2
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-121-7/+13
* export width tooarpi2002-04-141-2/+2
* 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
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-0/+91