summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_cropdetect.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* 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
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* | Merge svn changes up to r30437Uoti Urpala2010-01-281-4/+16
|\|
| * Add an option to cropdetect to periodically reset the detected area.reimar2010-01-261-4/+16
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | 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