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-06-04Add an entry to APIchanges for the addition of sws_convertPalette8ToPacked32 -24Reinhard Tartler
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
2010-01-18Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini
2010-01-17Remove double constMåns Rullgård
2010-01-17Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini
2010-01-17ReindentMåns Rullgård
2010-01-17Remove inline from initFilter()Måns Rullgård
2010-01-17Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini
2010-01-17Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini
2010-01-17Fix typo, "get rid off" -> "get rid of".Stefano Sabatini
2010-01-16Revert r30331, which broke compilation.Stefano Sabatini
2010-01-16Factorize the code which calls the non optimized C functions inStefano Sabatini
2010-01-16Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini
2010-01-16Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini
2010-01-16Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla
2010-01-16Factorize code which logs the source and destination formats inStefano Sabatini
2010-01-16Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini
2010-01-15Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-15Fix typo.Stefano Sabatini
2010-01-14Remove unused clip_table code.Ramiro Polla
2010-01-14Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla
2010-01-14Add missing parameter to rgb48 to YV12 functions.Ramiro Polla
2010-01-08Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger