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
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-04-26Don't declare -lm as a dependency of swscale-example.Diego Biurrun
2007-04-26Remove large automatics from stack.Marc Hoffman
2007-04-18preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten
2007-04-18fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten
2007-04-18test widths all down to one. this tests whether the scalers correctly switchIvo van Poorten
2007-04-18skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten
2007-04-18skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten
2007-04-18skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten
2007-04-18slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten
2007-04-17New implementation of rgb32tobgr32Ivo van Poorten
2007-04-15improve horizontal chroma resolution with palMichael Niedermayer
2007-04-15convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer
2007-04-12cosmetics, expand all tabs to four spaces.Ivo van Poorten
2007-04-12Replace huge switch statement by a lookup table.Ivo van Poorten
2007-04-12cosmetics after last commit; remove superfluous bracesIvo van Poorten
2007-04-12Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten
2007-04-07typoDiego Biurrun
2007-04-03Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos
2007-03-31Handle proper compilation on Mac OS X.Marc Hoffman
2007-03-18fix full range (jpeg yuv) chromaMichael Niedermayer
2007-03-08Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers
2007-03-02a small step toward 4 plane supportMichael Niedermayer
2007-03-02copy src to prevent the user supplied argumet from being changedMichael Niedermayer
2007-03-01Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrReimar Döffinger
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-22cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellDiego Biurrun
2007-02-17negative stride and h_size-=8 fixMichael Niedermayer
2007-02-17BGR/RGB4 byte formats as inputMichael Niedermayer
2007-02-17pal8 inputMichael Niedermayer
2007-01-28stray fflush spotted by AurelLuca Barbato
2007-01-28Make example and test build and link correctlyLuca Barbato
2007-01-28av_logifyLuca Barbato
2007-01-25Simplify conditional compilation handling.Diego Biurrun
2007-01-23Pass a context to av_log(), when possibleLuca Abeni
2007-01-22Fix license headers and FSF postal address.Diego Biurrun
2007-01-13cosmetics: typo pallete --> paletteDiego Biurrun
2007-01-12deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Luca Abeni
2007-01-12Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni
2007-01-06replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni
2006-12-26change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni
2006-12-26Mark some variables as possibly unused to avoid warningsLuca Abeni
2006-12-26Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni
2006-12-26Add some other casts, to remove void pointers arithmeticLuca Abeni
2006-12-26Add some explicit casts to avoid some warningsLuca Abeni
2006-12-26Remove some void pointers arithmeticLuca Abeni
2006-12-22Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni
2006-12-22Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni
2006-12-20Fix compilation of non-MMX code with gcc 2.95Luca Abeni