aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_crop.c
Commit message (Expand)AuthorAge
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30250Gravatar Uoti Urpala2010-01-25
|\|
| * vf crop: do not generate 0-size slices, they are pointless and also confuseGravatar reimar2010-01-08
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Remove unreachable parsing code: for filters that use the option parser,Gravatar reimar2009-11-21
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Move opt_screen_size_[x|y] to options structGravatar Uoti Urpala2008-04-25
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* begin moving const filter data to .text/.rodata sectionsGravatar rfelker2007-11-09
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* fix segfaults with slices. support slice rendering into a filter evenGravatar rfelker2003-05-20
* 100l in my 100l fix! :(Gravatar rfelker2003-04-30
* at least 100l for me, the last commit was nonsenseGravatar rfelker2003-04-28
* slices support for vf_crop. now cropping black borders should make aGravatar rfelker2003-04-27
* 10L again with the options minsGravatar albeu2003-03-15
* Support for the new options stuffGravatar albeu2003-03-15
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* fixed palette supportGravatar arpi2003-02-04
* use mp_msg for messages. prolly more filters need to be fixed like this tooGravatar rfelker2003-01-10
* ehh.. 10l againGravatar arpi2003-01-05
* - added x/y rounding for YUV formats (should be moved to mp_image.c|h later)Gravatar arpi2003-01-05
* changing return type of put_image void->intGravatar arpi2002-09-10
* keep aspect ratio - based on Fredrik Kuivinen's ideaGravatar arpi2002-05-12
* export width tooGravatar arpi2002-04-14
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...Gravatar arpi2002-04-06