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-06-13misc spelling fixesDiego Biurrun
2007-06-08Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger
2007-06-05correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-23ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten
2007-05-19Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave...Marc Hoffman
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-05-11cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten
2007-05-10remove the need of one extra shift in rgb16ToUVIvo van Poorten
2007-05-09Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten
2007-05-02cosmetics: indentation after previous patchBenoit Fouet
2007-05-02test if color conv fonction exists prior to using itBenoit Fouet
2007-04-30cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-30cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-29cosmetics: Fix stray wrongly indented line.Diego Biurrun
2007-04-29cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-28cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun
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