aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-061-1/+0
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-051-1/+8
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-041-4/+8
* Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini2010-03-041-0/+2
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-031-6/+30
* Reindent.Stefano Sabatini2010-01-301-4/+4
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-301-30/+30
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-261-7/+6
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-261-11/+11
* Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini2010-01-241-1/+1
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-241-7/+7
* Indent.Ramiro Polla2010-01-241-94/+94
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-241-1538/+13
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-11/+11
* More const-correctness for sws_scaleDavid Conrad2010-01-211-2/+2
* Split overly long line.Stefano Sabatini2010-01-191-1/+2
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-191-2/+2
* Remove useless forward declaration.Ramiro Polla2010-01-191-2/+0
* Remove stray '\' at the end of macro definitions.Stefano Sabatini2010-01-171-15/+14
* Remove duplicated or pointless newlines.Stefano Sabatini2010-01-171-12/+0
* Factorize error message logging, log it if the converter cannot beStefano Sabatini2010-01-171-7/+6
* Reindent after the last commit.Stefano Sabatini2010-01-171-15/+15
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini2010-01-171-2/+3
* Remove double constMåns Rullgård2010-01-171-1/+1
* Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini2010-01-171-8/+4
* ReindentMåns Rullgård2010-01-171-2/+2
* Remove inline from initFilter()Måns Rullgård2010-01-171-1/+1
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-171-1/+1
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-171-1/+1
* Fix typo, "get rid off" -> "get rid of".Stefano Sabatini2010-01-161-1/+1
* Revert r30331, which broke compilation.Stefano Sabatini2010-01-161-3/+12
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-161-12/+3
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-161-2/+2
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-161-6/+5
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-161-10/+6
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-161-6/+4
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-161-6/+2
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-151-17/+18
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-26/+26
* Fix typo.Stefano Sabatini2010-01-151-1/+1
* Remove unused clip_table code.Ramiro Polla2010-01-141-14/+0
* Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla2010-01-141-4/+4
* Add missing parameter to rgb48 to YV12 functions.Ramiro Polla2010-01-141-3/+6
* Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger2010-01-081-0/+4
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-071-0/+12
* Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini2010-01-031-1/+1
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-031-2/+2
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini2010-01-031-7/+1
* Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini2010-01-031-47/+2
* Indentation.Ramiro Polla2009-12-201-6/+6