]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_template.c
Fix indention.
[ffmpeg] / libswscale / swscale_template.c
2008-09-13 Michael NiedermayerFix indention.
2008-09-13 Michael NiedermayerDisable mmx routines that are not bitexact when the...
2008-09-13 Michael NiedermayerMake horizontal mmx scaling code match C code.
2008-09-12 Michael NiedermayerMake the horizontal C scaler code clip only against...
2008-09-12 Michael NiedermayerFix another 1000l bug in the mono input code.
2008-09-12 Michael Niedermayer10000l PIX_FMT_MONOWHITE check was really a || 1.
2008-09-12 Michael NiedermayerSupport mono as input format.
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_MONOWHITE as output format.
2008-09-11 Michael NiedermayerFix typo that lead to averaging of the same pixel in...
2008-09-11 Michael NiedermayerImplement full horizontal chroma for rgb/bgr24/32 output.
2008-09-11 Michael NiedermayerFactorize yuv2packedXinC().
2008-09-10 Michael NiedermayerMake the 2point linear interpolation coefficients corre...
2008-09-10 Michael NiedermayerFix overflow.
2008-09-10 Michael NiedermayerFix build failure due to %%eip on x86_64.
2008-09-10 Michael NiedermayerChange RGB2YUV_SHIFT from 16 to 15 to make it able...
2008-09-10 Michael NiedermayerAdd bgr/rgb15/16/32->UV-half to the macro so theres...
2008-09-10 Michael NiedermayerFactorize RGB/BGR15/16/32->UV by using the preprocessor.
2008-09-10 Michael NiedermayerFactorize rgb/bgr15/16/32->Y by using the preprocessor.
2008-09-10 Michael NiedermayerMake SWS_FULL_CHR_H_INP work.
2008-09-09 Michael NiedermayerRewrite bgr24->yuv mmx code, the new code is cleaner...
2008-09-09 Michael NiedermayerMore correct rounding for the rgb/bgr->yuv converters.
2008-09-09 Michael NiedermayerPrevent overflows during mpeg->jpeg yuv.
2008-09-08 Michael NiedermayerFix jpeg yuv.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-07 Luca BarbatoMake ToY and ToUV family of function consistent part I
2008-09-04 Michael NiedermayerMake 16bit grayscale output work.
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part2.
2008-07-18 Michael NiedermayerMake C code in yuv2yuv1() do accurate rounding, this...
2008-07-17 Michael Niedermayerindent
2008-07-17 Michael NiedermayerForgotten accurate rounding function YSCALEYUV2YV121_AC...
2008-07-17 Michael Niedermayersimplify yuv2yuv1()
2008-07-06 Luca BarbatoRemove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-03-22 Diego Biurruncosmetics: comment typo fixes
2008-03-06 Baptiste Coudurierremove redundant SwScaler text since av_log uses AVClas...
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 3
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2007-11-30 Diego BiurrunComment some #endif directives.
2007-11-04 Diego BiurrunThe function names of [rgb|bgr]1[56]to[UV|Y] had rgb...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-28 Diego Biurruncomment grammar fixes
2007-05-09 Ivo van Poortenremove the need of one extra shift in rgb16ToUV
2007-05-09 Ivo van PoortenFix rgb15ToUV. Correct order of components and use...
2007-04-30 Diego Biurruncosmetics attack, part IV: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-15 Michael Niedermayerimprove horizontal chroma resolution with pal
2007-04-15 Michael Niedermayerconvert palette to yuv instead of converting each pixel...
2007-04-07 Diego Biurruntypo
2007-03-01 Reimar DöffingerFix a possible crash on 64 bit systems when the lumSrcP...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-17 Michael NiedermayerBGR/RGB4 byte formats as input
2007-02-16 Michael Niedermayerpal8 input
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-12-26 Luca AbeniAdd some explicit casts to avoid some warnings
2006-12-20 Luca AbeniFix compilation of non-MMX code with gcc 2.95
2006-11-27 Reimar DöffingerChange "p" asm constraints to "g", since "p" was a...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-16 Michael Niedermayerforgotten 2 converters (yeah svn up, svn di svn ci...
2006-11-16 Michael Niedermayerfixing the lamest bug in swscale, all the rgb/bgr-...
2006-11-07 Nigel PearsonFix MacIntel build: "/nop" is illegal on Apple's older...
2006-11-02 Luca AbeniAdd support for conversions from the rgb565 and rgb555...
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunFix unused variable warning when compiling with MMX...
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-08-15 Uoti UrpalaFix compilation with -no-PIC and without -fomit-frame...
2006-08-15 Jason Tackaberry-fPIC support for libswscale
2006-08-13 Diego BiurrunReplace asmalign.h hack by ASMALIGN cpp macros from...
2006-07-26 Luca AbeniReplace MIN() and MAX() with FFMIN() and FFMAX()
2006-07-24 Michael Niedermayera tiny bit of cleanup
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-06-30 Luca AbeniMove postproc ---> libswscale