summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_crop.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* 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
* | Merge svn changes up to r30250Uoti Urpala2010-01-251-1/+1
|\|
| * vf crop: do not generate 0-size slices, they are pointless and also confusereimar2010-01-081-1/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-13/+0
|\|
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-211-13/+0
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | 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
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-4/+3
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-091-5/+5
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* 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-3/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* fix segfaults with slices. support slice rendering into a filter evenrfelker2003-05-201-14/+9
* 100l in my 100l fix! :(rfelker2003-04-301-7/+17
* at least 100l for me, the last commit was nonsenserfelker2003-04-281-3/+15
* slices support for vf_crop. now cropping black borders should make arfelker2003-04-271-0/+29
* 10L again with the options minsalbeu2003-03-151-4/+4
* Support for the new options stuffalbeu2003-03-151-2/+26
* 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
* 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