summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Apply consistency nit.Stefano Sabatini2010-02-25
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-23
* Reindent and fix brace placement.Stefano Sabatini2010-02-18
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-18
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-18
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-05
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-05
* Satisfy consistency need:Stefano Sabatini2010-02-05
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-05
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-03
* Declare support for the pixel formats:Stefano Sabatini2010-01-31
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-31
* Reindent.Stefano Sabatini2010-01-30
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-30
* Fix randomness of the swscale-test output.Stefano Sabatini2010-01-30
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-27
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-26
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-25
* Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini2010-01-24
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini2010-01-24
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-24
* Indent.Ramiro Polla2010-01-24
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-24
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* More const-correctness for sws_scaleDavid Conrad2010-01-21
* Document some more of SwsContext.Ramiro Polla2010-01-20
* Avoid more pointless tests, the input and output formats need to beStefano Sabatini2010-01-20
* Split overly long line.Stefano Sabatini2010-01-19
* Make selfTest() perform tests where both the input and output formatsStefano Sabatini2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-19
* Remove useless forward declaration.Ramiro Polla2010-01-19
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-19
* swscale-example: use av_malloc()Måns Rullgård2010-01-19
* Split long line.Stefano Sabatini2010-01-18
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-18
* Define out currently unused static functions.Zuxy Meng2010-01-18
* Remove stray '\' at the end of macro definitions.Stefano Sabatini2010-01-17
* Remove duplicated or pointless newlines.Stefano Sabatini2010-01-17
* Factorize error message logging, log it if the converter cannot beStefano Sabatini2010-01-17
* Reindent after the last commit.Stefano Sabatini2010-01-17
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini2010-01-17
* Remove double constMåns Rullgård2010-01-17
* Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini2010-01-17
* ReindentMåns Rullgård2010-01-17
* Remove inline from initFilter()Måns Rullgård2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17