summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
...
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Fix mis-computation of the needsDither variable erroneously introducedStefano 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
* 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
* Split overly long line.Stefano Sabatini2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
* Remove useless forward declaration.Ramiro Polla2010-01-19
* 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
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Fix typo, "get rid off" -> "get rid of".Stefano Sabatini2010-01-16
* Revert r30331, which broke compilation.Stefano Sabatini2010-01-16
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-16
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-16
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-16
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-16
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-16
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-16
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-15
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Fix typo.Stefano Sabatini2010-01-15
* Remove unused clip_table code.Ramiro Polla2010-01-14
* Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla2010-01-14
* Add missing parameter to rgb48 to YV12 functions.Ramiro Polla2010-01-14
* Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger2010-01-08
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-07
* Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini2010-01-03
* Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini2010-01-03
* Indentation.Ramiro Polla2009-12-20
* Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla2009-12-07
* Add support for nv12/nv21 input.Ramiro Polla2009-12-03
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-26
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableNVIDIA Corporation2009-11-10
* Reset slice direction at end of each frame.Ramiro Polla2009-09-13
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Indent.Ramiro Polla2009-09-05