Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-14Unify include paths, -I.. is in CFLAGS.Diego Biurrun
2005-10-17100l -- mismatched type after changing sizes to type long!D Richard Felker III
2005-09-06Reduce unnecessary swscaler verbosity.Diego Biurrun
2005-05-20Should fix altivec detection for g3 system.Nicolas Plourde
2005-04-24check for negative strides before memcpyJindřich Makovička
2005-04-24support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička
2005-02-23100l, forgot to change an ifdef on last commitReimar Döffinger
2005-02-22fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger
2005-02-17Improved NV12/NV21 support.Ville Syrjälä
2005-02-14FreeBSD fixBohdan Horst
2005-02-01Compile fix on non-x86Reimar Döffinger
2005-01-31makes funnyCode pages executable (for CPU with NX bit)Aurelien Jacobs
2005-01-21fix few x86_64 registers handlingAurelien Jacobs
2004-10-21adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs
2004-10-05postproc/yuv2rgb_altivec.c compile fixLuca Barbato
2004-09-18passing an array or double precission parameters for the scaling function, in...Michael Niedermayer
2004-07-17fix altivec.h inclusion (vector keyword in structure)Alex Beregszaszi
2004-07-06Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at iris...Romain Dolbeau
2004-06-27altivec yuv->rgb converterMichael Niedermayer
2004-05-02this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchD Richard Felker III
2004-04-26attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Matthieu Castet
2004-04-06AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...Romain Dolbeau
2004-03-14altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Magnus Damm
2004-03-11AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Romain Dolbeau
2003-11-071000lMichael Niedermayer
2003-11-04-sws 0 && -ssf chs fixedMichael Niedermayer
2003-10-22minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer
2003-10-15dither scaling coefficients so they add up to 1.0Michael Niedermayer
2003-10-15rounding fixesMichael Niedermayer
2003-10-10uyvy output support in swscalerAlex Beregszaszi
2003-10-04many small typo and grammar fixesGabucino
2003-09-27srcSliceY % 4 != 0 fixMichael Niedermayer
2003-06-20fixing "internal error in orderYUV" bugMichael Niedermayer
2003-06-02unusedAlex Beregszaszi
2003-05-01removed the last mp_msg :)Alex Beregszaszi
2003-04-25remove remaining cpudetect dependancyMichael Niedermayer
2003-04-25moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer
2003-04-24removing sws - global verbose var dependancyMichael Niedermayer
2003-04-17mplayer idependant (not really yet) swscale exampleMichael Niedermayer
2003-03-2710lMichael Niedermayer
2003-03-2710000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer
2003-02-24cleanupMichael Niedermayer
2003-02-24sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer
2003-02-21yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer
2003-02-18cleanupMichael Niedermayer
2003-02-13brightness / saturation / contrast / different yuv colorspace support for som...Michael Niedermayer
2003-02-13cleanupMichael Niedermayer
2003-02-0110l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Michael Niedermayer
2003-01-30fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer
2003-01-23UYVY inputMichael Niedermayer