726 Commits (e34d5db5957aac0b2b7228ced432dcf4a1f5e5dc)

Author SHA1 Message Date
Ramiro Polla 111641a97a swscale-example: Free memory used by input data. 15 years ago
Ramiro Polla 0607b09069 Restore comment that was partially removed. 15 years ago
Ramiro Polla 89fb9516af swscale-example: Rename src->ref so as to not confuse with src being used in doTest(). 15 years ago
Ramiro Polla 7da35acdab swscale-example: Use SWS_BILINEAR instead of hardcoded value. 15 years ago
Ramiro Polla a48ce2c3a7 Fix inconsistent indentation. 15 years ago
Ramiro Polla 1b03a9d607 Check return values of sws_allocVec() and sws_getConstVec(). 15 years ago
Reimar Döffinger 64d39b7c76 Free initial swscale context, too. Avoids a valgrind warning. 15 years ago
Reimar Döffinger 7b67bd92f4 Remove useless casts of malloc return value. 15 years ago
Ramiro Polla 1aff375d41 Introduce and use sws_allocVec(). 15 years ago
Ramiro Polla 20484b90ec Reuse sws_getConstVec() where possible. 15 years ago
Ramiro Polla 6b052ba88f swscale-example: Make selection of dstW, dstH, and flags more clear. 15 years ago
Ramiro Polla c255994b29 More indentation changes leftover from r29522: 15 years ago
Ramiro Polla dd68318cee Cosmetics: 15 years ago
Ramiro Polla 9b734d44ab Indent libswscale: 15 years ago
Ramiro Polla ebe5dec22b Indent. 15 years ago
Ramiro Polla 52154148f4 Vertical yuv -> yuv16 scaler. 15 years ago
Peter Schlaile 562f685307 BGR32 MMX special convertor. 15 years ago
Ramiro Polla 737cbcde08 Indent. 15 years ago
Ramiro Polla d426ea20c9 swscale-example: Don't check for chroma planes in mono formats. 15 years ago
Ramiro Polla 48f4c61252 MMX2 horizontal scaler: Determine code size at runtime. 15 years ago
Ramiro Polla 0728778885 Protect mmx2 filter code buffers so they are not executable and writeable at 15 years ago
Ramiro Polla b0e1343b85 Remove duplicate define (it is the same in the lum code). 15 years ago
Ramiro Polla bcdedf675f Rename "funny" code to "mmx2 filter" code. 15 years ago
Ramiro Polla 475f361308 Indent. 15 years ago
Ramiro Polla e55ed689a2 swscale-example: Remove hack to end loop by setting variables to break. 15 years ago
Ramiro Polla d7cf0a6ff7 swscale-example: Don't return random value from main(). 15 years ago
Ramiro Polla f5a9c4ee50 swscale-example: Check for Gray formats. 15 years ago
Diego Biurrun 9bb3f3edfe Remove disabled debug code. 15 years ago
Ramiro Polla 184410e60b Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. 15 years ago
Kostya Shishkov df226e6369 Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused 15 years ago
Diego Biurrun 0bf18ed32d Remove disabled crufty code. 15 years ago
Guennadi Liakhovetski 062394e07c Fix regression when converting to nv12/nv21. 15 years ago
Ramiro Polla 469fd9b0e1 MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). 15 years ago
Ramiro Polla f1c6dfa371 MMX2 scaler: factorize initMMX2Scaler(). 15 years ago
Ramiro Polla 901775c714 MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). 15 years ago
Ramiro Polla cbdc08d5a6 Indent. 15 years ago
Ramiro Polla fb91df397a Remove duplicate horizontal scaling when there aren't enough lines in a slice 15 years ago
Ramiro Polla 571d9587cf Remove useless code. 15 years ago
Ramiro Polla 94daf2e94c Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them 15 years ago
Ramiro Polla 18c61752fd Factorize x86 fast_bilinear assembly. 15 years ago
Ramiro Polla 6d08d7f3c8 Fix assembly comments for x86 fast_bilinear so they match the C code. 15 years ago
Måns Rullgård a898cdc995 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
Måns Rullgård 78d01adaa7 Remove unnecessary #include <unistd.h> 15 years ago
Ramiro Polla 804db4466d Remove unused variables. 15 years ago
Ramiro Polla 71ed6c8f06 Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer 15 years ago
Diego Biurrun 29ce043374 The AltiVec code in libswscale no longer is under GPL. 15 years ago
Måns Rullgård b4b9170234 Use enum PixelFormat in sws_format_name() prototype 15 years ago
Diego Biurrun 8b1a644177 AltiVec code and runtime cpudetect do not require CONFIG_GPL. 15 years ago
Diego Biurrun 57f6d52a22 The AltiVec optimizations of libswscale are no longer under GPL. 15 years ago
Diego Biurrun e912c13ad7 PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. 15 years ago