aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAge
* 100l, fix compile error in r23498 due to bad copy in pasteGravatar reimar2007-06-07
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.Gravatar reimar2007-06-07
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar reimar2007-05-27
* swap palette on big endianGravatar michael2007-02-17
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4BGravatar michael2007-02-17
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...Gravatar michael2007-02-17
* another ridiculous palette bug which has nothing to do with the new palete su...Gravatar michael2007-02-17
* PAL8 ...Gravatar michael2007-02-16
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()Gravatar lucabe2006-09-17
* A value of 2 is valid for noup, tooGravatar reimar2006-08-24
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* 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