summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-141-6/+6
* 100l -- mismatched type after changing sizes to type long!D Richard Felker III2005-10-171-1/+1
* Reduce unnecessary swscaler verbosity.Diego Biurrun2005-09-061-1/+1
* Should fix altivec detection for g3 system.Nicolas Plourde2005-05-201-4/+5
* check for negative strides before memcpyJindřich Makovička2005-04-241-4/+4
* support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička2005-04-241-4/+28
* 100l, forgot to change an ifdef on last commitReimar Döffinger2005-02-231-1/+1
* fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger2005-02-221-1/+4
* Improved NV12/NV21 support.Ville Syrjälä2005-02-161-4/+70
* FreeBSD fixBohdan Horst2005-02-141-0/+1
* Compile fix on non-x86Reimar Döffinger2005-02-011-0/+2
* makes funnyCode pages executable (for CPU with NX bit)Aurelien Jacobs2005-01-311-0/+22
* fix few x86_64 registers handlingAurelien Jacobs2005-01-211-2/+2
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-211-48/+48
* postproc/yuv2rgb_altivec.c compile fixLuca Barbato2004-10-051-1/+1
* passing an array or double precission parameters for the scaling function, in...Michael Niedermayer2004-09-181-17/+24
* fix altivec.h inclusion (vector keyword in structure)Alex Beregszaszi2004-07-171-3/+0
* Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at iris...Romain Dolbeau2004-07-061-0/+12
* altivec yuv->rgb converterMichael Niedermayer2004-06-271-1/+4
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchD Richard Felker III2004-05-011-6/+6
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Matthieu Castet2004-04-261-27/+27
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...Romain Dolbeau2004-04-061-9/+33
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Magnus Damm2004-03-141-0/+3
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Romain Dolbeau2004-03-111-2/+30
* 1000lMichael Niedermayer2003-11-061-1/+4
* -sws 0 && -ssf chs fixedMichael Niedermayer2003-11-041-11/+12
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer2003-10-221-4/+3
* dither scaling coefficients so they add up to 1.0Michael Niedermayer2003-10-151-1/+6
* rounding fixesMichael Niedermayer2003-10-151-10/+11
* uyvy output support in swscalerAlex Beregszaszi2003-10-091-4/+33
* many small typo and grammar fixesGabucino2003-10-041-8/+8
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-261-1/+4
* fixing "internal error in orderYUV" bugMichael Niedermayer2003-06-191-1/+2
* unusedAlex Beregszaszi2003-06-011-4/+0
* removed the last mp_msg :)Alex Beregszaszi2003-05-011-8/+0
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-251-0/+1
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-251-1/+73
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-241-202/+54
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-171-133/+0
* 10lMichael Niedermayer2003-03-271-2/+2
* 10000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer2003-03-271-39/+43
* cleanupMichael Niedermayer2003-02-241-14/+13
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-231-80/+95
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-211-62/+65
* cleanupMichael Niedermayer2003-02-181-84/+20
* brightness / saturation / contrast / different yuv colorspace support for som...Michael Niedermayer2003-02-131-10/+48
* cleanupMichael Niedermayer2003-02-131-18/+9
* 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Michael Niedermayer2003-02-011-2/+2
* fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer2003-01-301-0/+22
* UYVY inputMichael Niedermayer2003-01-231-4/+5
OpenPOWER on IntegriCloud