311 Commits (591db22dffa3871774c00a410d3c1196ecb0f3f6)

Author SHA1 Message Date
Stefano Sabatini 3e906f4cfb Simplify reset_ptr(): employ usePal() macro rather than enumerating 15 years ago
Ramiro Polla 2e3e8031ec Don't initialize normal horizontal filter if MMX2 filter is used. 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Stefano Sabatini 3bfbbef64d Fix typo. 15 years ago
Ramiro Polla 00c081a8f0 Remove unused clip_table code. 15 years ago
Ramiro Polla efc034cc0f Add const qualifier to rgb48 to YV12 functions' src. 15 years ago
Ramiro Polla a3e35e2852 Add missing parameter to rgb48 to YV12 functions. 15 years ago
Reimar Döffinger 1b168a428d Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will 15 years ago
Stefano Sabatini 8e9767f6fd Implement sws_isSupportedInput() and sws_isSupportedOutput(). 15 years ago
Stefano Sabatini 634116df3e Prefer enum PixelFormat over int for the type of the format parameter 15 years ago
Stefano Sabatini 997980f0d8 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the 15 years ago
Stefano Sabatini f412d5e97a Simplify usePal() macro, make it use av_pix_fmt_descriptors. 15 years ago
Stefano Sabatini b3cf7cb144 Simplify getSubSampleFactors(), make it use the values provided by 15 years ago
Ramiro Polla d3243d1431 Indentation. 15 years ago
Ramiro Polla a8bcc7b42b Document the differences between the two asm fragments in initMMX2HScaler(). 15 years ago
Ramiro Polla f415be684d Add support for nv12/nv21 input. 15 years ago
Stefano Sabatini a9af75ae85 Make sws_format_name() use av_pix_fmt_descriptors. 15 years ago
Diego Biurrun bd381fd3f6 Add functions to return library license and library configuration. 15 years ago
NVIDIA Corporation 8cbcb1c732 Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable 15 years ago
Ramiro Polla 749fac310c Reset slice direction at end of each frame. 15 years ago
Ramiro Polla 9cf484d06e Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 15 years ago
Ramiro Polla c2613a3137 Indent. 15 years ago
Lars Täuber 991e579cae Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). 15 years ago
Ramiro Polla 67c2c5bb2e Curly brackets cosmetics for previous commit. 15 years ago
Ramiro Polla 1ddb5747df Check for return value of initFilter(). 15 years ago
Ramiro Polla 7248797c03 swscale: Check for return values of malloc. 15 years ago
Ramiro Polla 0607b09069 Restore comment that was partially removed. 15 years ago
Ramiro Polla 1b03a9d607 Check return values of sws_allocVec() and sws_getConstVec(). 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 dd68318cee Cosmetics: 15 years ago
Ramiro Polla 9b734d44ab Indent libswscale: 15 years ago
Ramiro Polla 52154148f4 Vertical yuv -> yuv16 scaler. 15 years ago
Ramiro Polla 737cbcde08 Indent. 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 bcdedf675f Rename "funny" code to "mmx2 filter" code. 15 years ago
Ramiro Polla 184410e60b Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. 15 years ago
Diego Biurrun 0bf18ed32d Remove disabled crufty code. 15 years ago
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 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
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
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