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
2010-09-28100l fix if conditionBaptiste Coudurier
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-09-16swscale: remove useless temporary variableRamiro Polla
2010-09-16swscale: factorize plane copying code out of 2 functionsRamiro Polla
2010-09-11indentRamiro Polla
2010-09-11swscale: remove unused codeRamiro Polla
2010-09-06swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla
2010-08-25swscale: simplify selection of optimizations to compile.Ramiro Polla
2010-08-25swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla
2010-08-24swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård
2010-08-24swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård
2010-08-18validate input data and linesizesRamiro Polla
2010-07-24Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini
2010-07-24Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini
2010-07-19Cosmetics: reindent and unify whitespaceMartin Storsjö
2010-07-19Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö
2010-07-16In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-03Fix 'assignment from incompatible pointer type' warning.Eli Friedman
2010-06-01deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler
2010-05-20Remove PI definition and use M_PI instead.Stefano Sabatini
2010-05-13Revert r31153. It failed to build on:Ramiro Polla
2010-05-11Use int instead of long to pass width parameters in non-public functions.Ramiro Polla
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-24AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun
2010-03-19Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun
2010-03-19Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik
2010-03-09Fix compilation on powerpc with --disable-altivecReinhard Tartler
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-03-05libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik
2010-03-04Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier
2010-03-04Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini
2010-02-04Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini
2010-01-31Reindent.Stefano Sabatini
2010-01-31Use a consistent convention for the names of the internal wrapperStefano Sabatini
2010-01-26Use isAnyRGB() where possibleMichael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer
2010-01-25Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini
2010-01-24Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini
2010-01-24Indent.Ramiro Polla
2010-01-24Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-21More const-correctness for sws_scaleDavid Conrad
2010-01-20Split overly long line.Stefano Sabatini
2010-01-19Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier
2010-01-19Remove useless forward declaration.Ramiro Polla
2010-01-18Remove stray '\' at the end of macro definitions.Stefano Sabatini
2010-01-18Remove duplicated or pointless newlines.Stefano Sabatini
2010-01-18Factorize error message logging, log it if the converter cannot beStefano Sabatini
2010-01-18Reindent after the last commit.Stefano Sabatini