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-02-06Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini
2010-02-06Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini
2010-02-06Satisfy consistency need:Stefano Sabatini
2010-02-05Add function to translate SWS_CS_* to coefficient arrayDavid Conrad
2010-02-04Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini
2010-01-31Declare support for the pixel formats:Stefano Sabatini
2010-01-31Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård
2010-01-31Reindent.Stefano Sabatini
2010-01-31Use a consistent convention for the names of the internal wrapperStefano Sabatini
2010-01-30Fix randomness of the swscale-test output.Stefano Sabatini
2010-01-27Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini
2010-01-26Use isAnyRGB() where possibleMichael Niedermayer
2010-01-26Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer
2010-01-26Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini
2010-01-25Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini
2010-01-24Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano 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-24Don't redefine M_PI. It is already defined from libavutil/mathematics.h.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-20Document some more of SwsContext.Ramiro Polla
2010-01-20Avoid more pointless tests, the input and output formats need to beStefano Sabatini
2010-01-20Split overly long line.Stefano Sabatini
2010-01-20Make selfTest() perform tests where both the input and output formatsStefano Sabatini
2010-01-19Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier
2010-01-19swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla
2010-01-19Remove useless forward declaration.Ramiro Polla
2010-01-19User friendly warning message that gives out names of source and target formatsZuxy Meng
2010-01-19swscale-example: use av_malloc()Måns Rullgård
2010-01-19Split long line.Stefano Sabatini
2010-01-19Convert int -> enum PixelFormat in doTest().Stefano Sabatini
2010-01-18Define out currently unused static functions.Zuxy Meng
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-16Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini
2010-01-16Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini