311 Commits (591db22dffa3871774c00a410d3c1196ecb0f3f6)

Author SHA1 Message Date
Martin Storsjö e593826b93 Cosmetics: reindent and unify whitespace 15 years ago
Martin Storsjö 72ae5049e1 Do planar copy with a single memcpy only if the stride is equal to the length 15 years ago
Martin Storsjö c4e2b8268f In planarCopyWrapper, Only copy length, not stride of the last line in the plane 15 years ago
Måns Rullgård 6a01eab73c Add av_ prefix to bswap macros 15 years ago
Eli Friedman 3483d87752 Fix 'assignment from incompatible pointer type' warning. 15 years ago
Reinhard Tartler 2b991422f8 deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24 15 years ago
Stefano Sabatini 4e74187db2 Remove PI definition and use M_PI instead. 15 years ago
Ramiro Polla c3ab0004ae Revert r31153. It failed to build on: 15 years ago
Ramiro Polla d9d14dc607 Use int instead of long to pass width parameters in non-public functions. 15 years ago
Diego Biurrun 819ee683d8 libswscale: Relicense almost all x86 assembler optimizations as LGPL. 15 years ago
Diego Biurrun f684f3c58a AltiVec implies a PPC CPU, so there is no need to check for both. 15 years ago
Diego Biurrun 81bbd840fe Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value. 15 years ago
Janusz Krzysztofik 22e8222fd2 Extend the generic path of the yuv2rgb converter with support for rgb444 15 years ago
Reinhard Tartler 07cea6d1cd Fix compilation on powerpc with --disable-altivec 15 years ago
Stefano Sabatini 3de42635bd Avoid duplication of usePal() macro. 15 years ago
Janusz Krzysztofik 601949b898 libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special 15 years ago
Alexis Ballier 1379b58482 Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in 15 years ago
Stefano Sabatini 23bf3b2c97 Fill the r, g, b values used for computing the c->pal_yuv table in the 15 years ago
Stefano Sabatini 82e5f86bd5 Implement shuffle_bytes_abcd() functions and use them for shuffling 15 years ago
Stefano Sabatini 909f659473 Reindent. 15 years ago
Stefano Sabatini 3ece3e524f Use a consistent convention for the names of the internal wrapper 15 years ago
Michael Niedermayer 6022255774 Use isAnyRGB() where possible 15 years ago
Michael Niedermayer 3b1ee70312 Rename isRGB() and isBGR() as their meaning is confusing. 15 years ago
Stefano Sabatini aa2ead8215 Fix mis-computation of the needsDither variable erroneously introduced 15 years ago
Stefano Sabatini 30b6147521 Use av_get_bits_per_pixel() for computing the bits per pixel of the 15 years ago
Ramiro Polla 59398ea9c0 Indent. 15 years ago
Ramiro Polla a4388ebd37 Split swscale.c into scaler code (swscale.c) and utility code (utils.c). 15 years ago
Måns Rullgård 4a88852623 Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
David Conrad 01cc47dcd3 More const-correctness for sws_scale 15 years ago
Stefano Sabatini 0e21dcdb13 Split overly long line. 15 years ago
Alexis Ballier f28cc5771f Make const prototypes for input sources of sws_scale_* stricter. 15 years ago
Ramiro Polla 3aca8b59f6 Remove useless forward declaration. 15 years ago
Stefano Sabatini c36a4294dc Remove stray '\' at the end of macro definitions. 15 years ago
Stefano Sabatini 90eb284a77 Remove duplicated or pointless newlines. 15 years ago
Stefano Sabatini 398c193d0b Factorize error message logging, log it if the converter cannot be 15 years ago
Stefano Sabatini e36a545de5 Reindent after the last commit. 15 years ago
Stefano Sabatini c0d1dc1c4f Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper 15 years ago
Måns Rullgård 00c4127ec9 Remove double const 15 years ago
Stefano Sabatini 9a180390b9 Factorize error message logging in rgb2rgbWrapper(). 15 years ago
Måns Rullgård 1b5d46c6a6 Reindent 15 years ago
Måns Rullgård d39d7cf693 Remove inline from initFilter() 15 years ago
Stefano Sabatini e922e34c96 Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini 5090d8e16a Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini a630ed3ee9 Fix typo, "get rid off" -> "get rid of". 15 years ago
Stefano Sabatini 730cb9dab3 Revert r30331, which broke compilation. 15 years ago
Stefano Sabatini 80853cfc6a Factorize the code which calls the non optimized C functions in 15 years ago
Stefano Sabatini c70f1401df Prefer "to %s%s" over "to%s %s", slightly more readable. 15 years ago
Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format 15 years ago
Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 15 years ago
Stefano Sabatini d95c863850 Factorize code which logs the source and destination formats in 15 years ago