aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Reindent and fix brace placement.Gravatar stefano2010-02-18
* Vertically align a list of comparisons in sws_getCachedContext().Gravatar stefano2010-02-18
* Merge two if conditions, allow to decrese the level of indentation ofGravatar stefano2010-02-18
* Simplify how usesVFilter and usesHFilter are set.Gravatar stefano2010-02-05
* Apply misc fixes to sws_getCoefficients() doxy.Gravatar stefano2010-02-05
* Satisfy consistency need:Gravatar stefano2010-02-05
* Add function to translate SWS_CS_* to coefficient arrayGravatar conrad2010-02-05
* Implement shuffle_bytes_abcd() functions and use them for shufflingGravatar stefano2010-02-03
* Declare support for the pixel formats:Gravatar stefano2010-01-31
* Blackfin: use SRAM only when CONFIG_SRAM is setGravatar mru2010-01-31
* Reindent.Gravatar stefano2010-01-30
* Use a consistent convention for the names of the internal wrapperGravatar stefano2010-01-30
* Fix randomness of the swscale-test output.Gravatar stefano2010-01-30
* Rename swscale-example to swscale-test, to better reflect the intendedGravatar stefano2010-01-27
* Use isAnyRGB() where possibleGravatar michael2010-01-26
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Gravatar michael2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Gravatar michael2010-01-26
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyGravatar stefano2010-01-25
* Fix mis-computation of the needsDither variable erroneously introducedGravatar stefano2010-01-24
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Gravatar stefano2010-01-24
* Use av_get_bits_per_pixel() for computing the bits per pixel of theGravatar stefano2010-01-24
* Indent.Gravatar ramiro2010-01-24
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Gravatar ramiro2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Gravatar ramiro2010-01-24
* Move array specifiers outside DECLARE_ALIGNED() invocationsGravatar mru2010-01-22
* More const-correctness for sws_scaleGravatar conrad2010-01-21
* Document some more of SwsContext.Gravatar ramiro2010-01-20
* Avoid more pointless tests, the input and output formats need to beGravatar stefano2010-01-20
* Split overly long line.Gravatar stefano2010-01-19
* Make selfTest() perform tests where both the input and output formatsGravatar stefano2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Gravatar benoit2010-01-19
* swscale-example: Add comment about the use of av_{malloc,free}.Gravatar ramiro2010-01-19
* Remove useless forward declaration.Gravatar ramiro2010-01-19
* User friendly warning message that gives out names of source and target formatsGravatar zuxy2010-01-19
* swscale-example: use av_malloc()Gravatar mru2010-01-19
* Split long line.Gravatar stefano2010-01-18
* Convert int -> enum PixelFormat in doTest().Gravatar stefano2010-01-18
* Define out currently unused static functions.Gravatar zuxy2010-01-18
* Remove stray '\' at the end of macro definitions.Gravatar stefano2010-01-17
* Remove duplicated or pointless newlines.Gravatar stefano2010-01-17
* Factorize error message logging, log it if the converter cannot beGravatar stefano2010-01-17
* Reindent after the last commit.Gravatar stefano2010-01-17
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperGravatar stefano2010-01-17
* Remove double constGravatar mru2010-01-17
* Factorize error message logging in rgb2rgbWrapper().Gravatar stefano2010-01-17
* ReindentGravatar mru2010-01-17
* Remove inline from initFilter()Gravatar mru2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Gravatar stefano2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Gravatar stefano2010-01-17
* Fix typo, "get rid off" -> "get rid of".Gravatar stefano2010-01-16