56 Commits (c1dcbfddf9d8c484121824f876a1d8faee26d7fa)

Author SHA1 Message Date
Ronald S. Bultje 808d8ff6bb swscale: allocate larger buffer to handle altivec overreads. 14 years ago
Ronald S. Bultje 009f829dde swscale: fix crash in bilinear scaling. 14 years ago
Ronald S. Bultje 389e2000eb swscale: delay allocation of formatConvBuffer(). 14 years ago
Ronald S. Bultje 0f4eb8b043 swscale: remove VOF/VOFW. 14 years ago
Ronald S. Bultje b4a224c5e4 swscale: split chroma buffers into separate U/V planes. 14 years ago
Ronald S. Bultje 69645c021a swscale: replace formatConvBuffer[VOF] by allocated array. 14 years ago
Diego Biurrun 0093199184 swscale: Remove commented-out printf cruft. 14 years ago
Ronald S. Bultje c4fd283a46 swscale: use emms_c(). 14 years ago
Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Ronald S. Bultje c8f487deae swscale: fix YUV420P 9/10bit support. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Peter Ross 1afbae100b libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 years ago
Anton Khirnov 7dfe244fbd sws: remove disabled cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Martin Storsjö 9c158e4947 Store src/dstFormat after calling handle_jpeg 14 years ago
Reimar Döffinger 12eef0d1ba 100l, fix sws_getCachedContext. It did not set the colorspace details, 14 years ago
Stefano Sabatini f34fcdc8b6 Set default values for the scale context in sws_alloc_context(). 14 years ago
Stefano Sabatini fc7c40c2bd Cosmetics: put "if (...)" and "av_log(...)" in the same line for 14 years ago
Stefano Sabatini d29e863e1d Put if (...) av_log() in the same line, more compact and increase 14 years ago
Stefano Sabatini c24b404ba6 Cosmetics: fix braces placement. 14 years ago
Stefano Sabatini 0810a5846b Deprecate sws_getContext(), use sws_alloc_context() and 14 years ago
Baptiste Coudurier df0743e01e Y400A (gray alpha) input support in libswscale 14 years ago
Janne Grunau 9f694f0b3d swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068 14 years ago
Janne Grunau 829e5dafc2 cosmetics: break long line update_flags_cpu 14 years ago
Michael Niedermayer 635d4aed60 Split alloc and init of context so that parameters can be set in the context 14 years ago
Ramiro Polla f4203ff3d9 swscale: use full chroma input for point scaler 14 years ago
Ramiro Polla c17f5a4e15 swscale: also update flags on sws_getCachedContext() 14 years ago
Grant Carver 53bc0dc2bd fix anonymous memory mapping for NetBSD 14 years ago
Ramiro Polla 262b6dbad9 darwin: allow 64-bit darwin to allocate executable memory 15 years ago
Stefano Sabatini 0093ac5b9f Move internal scale context fields initialization from 15 years ago
Stefano Sabatini b8dbff33bf Cosmetics: make more compact the code for handle_jpeg(), this also allows 15 years ago
Stefano Sabatini 4e74187db2 Remove PI definition and use M_PI instead. 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 13bc1ac31a Do not compile AltiVec code when AltiVec is not available; not even in 15 years ago
Janusz Krzysztofik 22e8222fd2 Extend the generic path of the yuv2rgb converter with support for rgb444 15 years ago
Reimar Döffinger 97cda76a69 Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. 15 years ago
Reimar Döffinger 12423f170f Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE. 15 years ago
Stefano Sabatini 3de42635bd Avoid duplication of usePal() macro. 15 years ago
Carl Eugen Hoyos 627686e635 Make sws_dcVec static: It is only used inside libswscale/utils.c. 15 years ago
Stefano Sabatini 479e1e6170 Remove pointless empty line. 15 years ago
Stefano Sabatini b623d0cb03 Reindent and fix brace placement. 15 years ago
Stefano Sabatini 22b6a24c34 Vertically align a list of comparisons in sws_getCachedContext(). 15 years ago
Stefano Sabatini 5a011d8b08 Merge two if conditions, allow to decrese the level of indentation of 15 years ago
Stefano Sabatini 62bb4ca199 Simplify how usesVFilter and usesHFilter are set. 15 years ago
Stefano Sabatini af0e662169 Declare support for the pixel formats: 15 years ago
Michael Niedermayer 6022255774 Use isAnyRGB() where possible 15 years ago