595 Commits (f3bdc3da15e3c794f226f915656049bd01fbb871)

Author SHA1 Message Date
Guennadi Liakhovetski 062394e07c Fix regression when converting to nv12/nv21. 16 years ago
Ramiro Polla 469fd9b0e1 MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). 16 years ago
Ramiro Polla f1c6dfa371 MMX2 scaler: factorize initMMX2Scaler(). 16 years ago
Ramiro Polla 901775c714 MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). 16 years ago
Ramiro Polla cbdc08d5a6 Indent. 16 years ago
Ramiro Polla fb91df397a Remove duplicate horizontal scaling when there aren't enough lines in a slice 16 years ago
Ramiro Polla 571d9587cf Remove useless code. 16 years ago
Ramiro Polla 94daf2e94c Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them 16 years ago
Ramiro Polla 18c61752fd Factorize x86 fast_bilinear assembly. 16 years ago
Ramiro Polla 6d08d7f3c8 Fix assembly comments for x86 fast_bilinear so they match the C code. 16 years ago
Måns Rullgård a898cdc995 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Måns Rullgård 78d01adaa7 Remove unnecessary #include <unistd.h> 16 years ago
Ramiro Polla 804db4466d Remove unused variables. 16 years ago
Ramiro Polla 71ed6c8f06 Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer 16 years ago
Diego Biurrun 29ce043374 The AltiVec code in libswscale no longer is under GPL. 16 years ago
Måns Rullgård b4b9170234 Use enum PixelFormat in sws_format_name() prototype 16 years ago
Diego Biurrun 8b1a644177 AltiVec code and runtime cpudetect do not require CONFIG_GPL. 16 years ago
Diego Biurrun 57f6d52a22 The AltiVec optimizations of libswscale are no longer under GPL. 16 years ago
Diego Biurrun e912c13ad7 PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. 16 years ago
Vitor Sessak fa8c408b26 Do not call rgb2rgbWrapper() for rgb48*, there is no special converter 16 years ago
Ramiro Polla fdf70cc5c9 Kill warnings of possibly unused variables by using av_unused. 16 years ago
Diego Biurrun dc8229015c Fix compilation: #undef standard library functions that are 16 years ago
Diego Biurrun 02163b799d Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. 16 years ago
Stefano Sabatini 532ec28360 Remove '\p' doxygen markup, as it should improve plain text doxy 16 years ago
Ramiro Polla c0cf20a24a Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. 16 years ago
Ramiro Polla 934626a9f9 Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. 16 years ago
Pavel Pavlov 92db623584 Use DECLARE_ALIGNED macro instead of gcc __attribute__. 16 years ago
Kostya Shishkov 5d5a8813fc Testing RGB48 variants requires bigger stride in swscale-example.c 16 years ago
Kostya Shishkov 68e7f4828d YUV into RGB48 BE/LE conversion support 16 years ago
Kostya Shishkov e8417235d0 Partial (low bits ignored, no direct transcoding into other RGB formats) support 16 years ago
Kostya Shishkov 80704c47c4 Move colorspace conversion functions implemented in pure C from template 16 years ago
Kostya Shishkov 5b21719ea2 Let SwScaler know that RGB48 BE/LE is 16-bits per component format. 16 years ago
Kostya Shishkov 075ec82c54 Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). 16 years ago
Diego Biurrun 0020c54cb8 Add const qualifier to param argument of sws_getContext() and 16 years ago
Diego Biurrun 465477e1fb Move preprocessor condition before variable declaration, fixes the warning: 16 years ago
Diego Biurrun f1933e436c Add missing const qualifiers to AltiVec function parameters where appropriate. 16 years ago
Vitor Sessak 5f9ae1983d Fix sliced yuv410 -> yuv420 conversion 16 years ago
Michael Niedermayer 9507d91150 Change VOFW for x86 to 5120, it allows larger images to be scaled and was 16 years ago
Cédric Schieli f267119786 Fix chroma shift when scaling from ARGB on LE and BGRA on BE 16 years ago
Cédric Schieli b78c8e2103 Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c 16 years ago
Carl Eugen Hoyos 8e86dd1241 Make reset_ptr() void. 16 years ago
Michael Niedermayer de1275d5e8 Planar 16bit 420 422 444 YUV support (output is only supported in some 16 years ago
Michael Niedermayer 61a3f379e0 Merge gray->gray converters into planarCopy(), this should also make planarCopy() 16 years ago
Michael Niedermayer 714f32bf15 Add macro to check for 16bit per sample. 16 years ago
Michael Niedermayer b87fae9f56 Make sure src/dst are NULL when they arent used, some code uses this to 16 years ago
Michael Niedermayer 081aa41db9 Use generic BE check instead of checking for gray16LE. 16 years ago
Michael Niedermayer c3dc6c5a6b add isBE() 16 years ago
Michael Niedermayer b36da2c215 Remove 2 useless += at the end of rgb16to15(), found by CSA. 16 years ago
Stefano Sabatini a208350c3c Rename swscale_avoption.c to options.c. 16 years ago
Stefano Sabatini 0c067dc34b Make sws_setColorspaceDetails() return -1 if the destination format is 16 years ago