summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_cropdetect.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
* 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
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+2
* 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
* restrict to YV12 since the default limit does not work well for anything else.reimar2005-07-261-0/+9
* x1 and y1 give last used position, must be < width/heightreimar2005-01-251-4/+4
* missing initialization of roundreimar2004-09-021-0/+1
* Adds rounding parameter for width and height values returned.reimar2004-08-301-4/+27
* -vop ---> -vfdiego2003-10-251-1/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+0
* changing return type of put_image void->intarpi2002-09-101-2/+2
* parameter overrides limitarpi2002-06-291-0/+1
* ignore first 2 framesarpi2002-05-181-1/+5
* small fixarpi2002-05-181-1/+1
* new filter, to detect best crop sizearpi2002-05-121-0/+135