aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAge
* vf_scale.h & related cleanup & some small warning fix by dominikGravatar michael2003-06-01
* fix segfaults with slices. support slice rendering into a filter evenGravatar rfelker2003-05-20
* not needed anymore (vo_jpeg.c and vo_dga.c were depending on it some time ago)Gravatar alex2003-04-29
* generate meaningful d_width & d_height when scaling, rather than useless nons...Gravatar rfelker2003-04-27
* moving getFilter stuff back (vf_scale.c -> swscale.c)Gravatar michael2003-04-25
* removing sws - global verbose var dependancyGravatar michael2003-04-24
* vf_clone_mpi_attributes()Gravatar michael2003-04-19
* 10000l (YUV vs. YVU swscale fix/cleanup)Gravatar michael2003-03-27
* 10L the scale filter accpet w and h to -3Gravatar albeu2003-03-15
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* draw_slice supportGravatar arpi2003-02-23
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedGravatar michael2003-02-21
* move some verbose msg to dbg2Gravatar arpi2003-02-04
* fixing rgb4 & bgr4 (2 pixels per byte)Gravatar michael2003-01-30
* UYVY inputGravatar michael2003-01-23
* exporting palette for 4/8bpp modesGravatar arpi2002-10-17
* yuy2 output supportGravatar michael2002-10-13
* out formats reordered, quality orderGravatar arpi2002-09-15
* changing return type of put_image void->intGravatar arpi2002-09-10
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)Gravatar michael2002-08-18
* imho swscale also likes aligned stride :)Gravatar arpi2002-08-02
* planar yuv 444 422 411 supportGravatar michael2002-08-01
* Put back the ordering of the if as requested by Arpi.Gravatar kmkaplan2002-07-18
* Round height or width to valid values when doing automatic calculation.Gravatar kmkaplan2002-07-18
* support for external pp by divx4. some fixes/cosmetics?Gravatar alex2002-07-11
* more scaling algosGravatar michael2002-07-04
* support dropping some chroma src lines for a bit extra speedGravatar michael2002-06-24
* IF09 addedGravatar arpi2002-06-23
* yvu9 & y8Gravatar michael2002-06-23
* warning fixes, patch by Ulrich Hecht <uli@suse.de>Gravatar arpi2002-05-25
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@h...Gravatar arpi2002-05-19
* keep aspect ratio - based on Fredrik Kuivinen's ideaGravatar arpi2002-05-12
* w/h=0 means d_w/h instead of originalGravatar arpi2002-05-06
* swscaler yv12 vs i420 workaroundGravatar arpi2002-04-19
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* pp passtroughGravatar arpi2002-04-08
* free old context, really use query_formatGravatar arpi2002-04-07
* 10lGravatar arpi2002-04-07
* colorspace conversion supportGravatar arpi2002-04-07
* swscale filterGravatar arpi2002-04-07