806 Commits (8219782a6da9e203f6a4e31dddc7888133a5c5f6)

Author SHA1 Message Date
Ramiro Polla 06c93cb705 swscale-test: get strides using av_fill_image_linesizes() from libavcore 14 years ago
Ramiro Polla e07b1939e5 swscale-test: merge declaration and initialization 14 years ago
Stefano Sabatini ed80ba7461 Revert commit: 14 years ago
Reimar Döffinger 6cce7cabdb Fix compilation, forgot to add const also to the 14 years ago
Reimar Döffinger 5a55d5b592 More const-correctness fixes to avoid warnings. 14 years ago
Reimar Döffinger a4eef68f53 Add some "const" to avoid incompatible pointer type warnings 14 years ago
Stefano Sabatini 04f6ab1cef Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. 14 years ago
Stefano Sabatini 24911613a5 Add some comments to the rgb2yuv_table, clarifying the standard where 14 years ago
Ramiro Polla 73016d29c9 swscale-test: scale from reference to source only once for each algorithm 14 years ago
Ramiro Polla be1c5d35cc indent 14 years ago
Ramiro Polla da78053af0 swscale-test: change order tests are run, maintaining the same algorithm for 14 years ago
Stefano Sabatini 5b9eb68749 Prefer impersonal form over third person, for consistency with the 14 years ago
Ramiro Polla 9bb9875eb7 swscale-test: use only 3 characters to print width/height since they're always 14 years ago
Ramiro Polla b6f1e7ec44 swscale-test: print test name before running test, so that it's available in 14 years ago
Ramiro Polla 67e1d52783 swscale-test: allocate more memory to prevent scalers from writing out of bounds 14 years ago
Ramiro Polla 262b6dbad9 darwin: allow 64-bit darwin to allocate executable memory 14 years ago
Ramiro Polla 92bfd7461c swscale-test: use av_pix_fmt_descriptors[].name directly 14 years ago
Ramiro Polla 709c0181fd Restore vertical alignment in some defines 14 years ago
Martin Storsjö e593826b93 Cosmetics: reindent and unify whitespace 14 years ago
Martin Storsjö 72ae5049e1 Do planar copy with a single memcpy only if the stride is equal to the length 14 years ago
Anton Mitrofanov c85007d559 Another try at fixing swscale on win64, as per r31153. 14 years ago
Martin Storsjö c4e2b8268f In planarCopyWrapper, Only copy length, not stride of the last line in the plane 14 years ago
Benoit Fouet 453d28af60 Change the type of Y table to pointer to void in fill_table(). 14 years ago
Måns Rullgård 6a01eab73c Add av_ prefix to bswap macros 14 years ago
Eli Friedman 3483d87752 Fix 'assignment from incompatible pointer type' warning. 14 years ago
Reinhard Tartler 2b991422f8 deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24 15 years ago
Stefano Sabatini 0093ac5b9f Move internal scale context fields initialization from 15 years ago
Reinhard Tartler 3d9408f4a7 remove palette8torgb15 and palette8tobgr15 15 years ago
Diego Biurrun 870a6f4044 Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone. 15 years ago
Diego Biurrun 531f97b0c3 Remove GPL-licensed YUV to RGB MMX routines. 15 years ago
Stefano Sabatini d458b7d445 Add empty newline to separate function declarations, for better 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
Loren Merritt 8a26b2c665 13% faster yuv420 to rgb15 mmx. 15 years ago
Loren Merritt bffc36e084 40% faster yuv420 to rgb24 mmx. 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
Ronaldo Moura 447a5b1996 blackfin: fix yuv422 to yuv420 conversion 15 years ago
Diego Biurrun f4ea7c8911 alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines 15 years ago
Diego Biurrun 353285d740 Remove explicit filename from Doxygen @file commands. 15 years ago
Reimar Döffinger 5b03661fa7 Replace some "m" constraints by MANGLE to avoid issues with some compilers not 15 years ago
Diego Biurrun 819ee683d8 libswscale: Relicense almost all x86 assembler optimizations as LGPL. 15 years ago
Diego Biurrun f25b1c4b6b HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. 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
Diego Biurrun f5af8f1625 Replace wrong condition name in #endif comment by correct instance. 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
Reimar Döffinger 97cda76a69 Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. 15 years ago