aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAge
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* 10l (dont limit dimension components independantly if noup)Gravatar michael2006-02-24
* no upscale flag so automatic downscaling is possible in mencoderGravatar michael2006-02-18
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* deobfuscate some very simple code...Gravatar ods152005-12-17
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 10lGravatar alex2005-05-21
* subtracting 8 from negative w and h rounds the dimension to the closest multi...Gravatar nicodvb2005-03-06
* Improved NV12/NV21 support.Gravatar syrjala2005-02-16
* fix for negative values for width and height (aspect-preserving scaling).Gravatar reimar2004-11-12
* passing an array or double precission parameters for the scaling function, in...Gravatar michael2004-09-18
* do not modify d_width and d_height when -xy option was given, otherwise -xy h...Gravatar reimar2004-09-06
* give Y8 and Y800 lower conversion priority to avoid grayscaled videoGravatar reimar2004-05-14
* prefer yuv formats over rgb in case both are supported by hwGravatar faust32004-04-23
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Gravatar michael2004-03-11
* interlaced scalingGravatar michael2003-12-29
* uninit supportGravatar alex2003-11-29
* another lame workaround for the g1 filter layer ...Gravatar michael2003-11-03
* some missing formatsGravatar alex2003-10-09
* uyvy output support in swscalerGravatar alex2003-10-09
* size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)Gravatar alex2003-09-05
* -brightness && -vf scale fixGravatar michael2003-08-16
* 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