summaryrefslogtreecommitdiff
path: root/postproc/swscale.c
Commit message (Expand)AuthorAge
* Patch by Stefan Huehner / stefan % huehner ! org \Stefan Huehner2006-02-09
* AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry2006-02-08
* change sws sharpen filter a littleMichael Niedermayer2006-02-04
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-13
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
* 100l -- mismatched type after changing sizes to type long!D Richard Felker III2005-10-17
* Reduce unnecessary swscaler verbosity.Diego Biurrun2005-09-06
* Should fix altivec detection for g3 system.Nicolas Plourde2005-05-20
* check for negative strides before memcpyJindřich Makovička2005-04-24
* support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička2005-04-24
* 100l, forgot to change an ifdef on last commitReimar Döffinger2005-02-23
* fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger2005-02-22
* Improved NV12/NV21 support.Ville Syrjälä2005-02-16
* FreeBSD fixBohdan Horst2005-02-14
* Compile fix on non-x86Reimar Döffinger2005-02-01
* makes funnyCode pages executable (for CPU with NX bit)Aurelien Jacobs2005-01-31
* fix few x86_64 registers handlingAurelien Jacobs2005-01-21
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-21
* postproc/yuv2rgb_altivec.c compile fixLuca Barbato2004-10-05
* passing an array or double precission parameters for the scaling function, in...Michael Niedermayer2004-09-18
* fix altivec.h inclusion (vector keyword in structure)Alex Beregszaszi2004-07-17
* Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at iris...Romain Dolbeau2004-07-06
* altivec yuv->rgb converterMichael Niedermayer2004-06-27
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchD Richard Felker III2004-05-01
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Matthieu Castet2004-04-26
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...Romain Dolbeau2004-04-06
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Magnus Damm2004-03-14
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Romain Dolbeau2004-03-11
* 1000lMichael Niedermayer2003-11-06
* -sws 0 && -ssf chs fixedMichael Niedermayer2003-11-04
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer2003-10-22
* dither scaling coefficients so they add up to 1.0Michael Niedermayer2003-10-15
* rounding fixesMichael Niedermayer2003-10-15
* uyvy output support in swscalerAlex Beregszaszi2003-10-09
* many small typo and grammar fixesGabucino2003-10-04
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-26
* fixing "internal error in orderYUV" bugMichael Niedermayer2003-06-19
* unusedAlex Beregszaszi2003-06-01
* removed the last mp_msg :)Alex Beregszaszi2003-05-01
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-25
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-24
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-17
* 10lMichael Niedermayer2003-03-27
* 10000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer2003-03-27
* cleanupMichael Niedermayer2003-02-24
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-23
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-21
* cleanupMichael Niedermayer2003-02-18
* brightness / saturation / contrast / different yuv colorspace support for som...Michael Niedermayer2003-02-13