764 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
Ramiro Polla 0fc29f2708 swscale: simplify selection of optimizations to compile. 14 years ago
Ramiro Polla 8f02861636 swscale: Always define COMPILE_xxx to either 0 or 1. 14 years ago
Måns Rullgård 66842fe874 swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion 14 years ago
Måns Rullgård 83761d5b58 swscale: remove unused macro parameter in BGR2UV template 14 years ago
Grant Carver 53bc0dc2bd fix anonymous memory mapping for NetBSD 14 years ago
Ramiro Polla 8d88402013 swscale-test: add CRC output 14 years ago
Ramiro Polla a42c29febc validate input data and linesizes 14 years ago
Ramiro Polla a4fc3bd533 indent 14 years ago
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: 15 years ago
Reimar Döffinger 6cce7cabdb Fix compilation, forgot to add const also to the 15 years ago
Reimar Döffinger 5a55d5b592 More const-correctness fixes to avoid warnings. 15 years ago
Reimar Döffinger a4eef68f53 Add some "const" to avoid incompatible pointer type warnings 15 years ago
Stefano Sabatini 04f6ab1cef Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. 15 years ago
Stefano Sabatini 24911613a5 Add some comments to the rgb2yuv_table, clarifying the standard where 15 years ago
Ramiro Polla 73016d29c9 swscale-test: scale from reference to source only once for each algorithm 15 years ago
Ramiro Polla be1c5d35cc indent 15 years ago
Ramiro Polla da78053af0 swscale-test: change order tests are run, maintaining the same algorithm for 15 years ago
Stefano Sabatini 5b9eb68749 Prefer impersonal form over third person, for consistency with the 15 years ago
Ramiro Polla 9bb9875eb7 swscale-test: use only 3 characters to print width/height since they're always 15 years ago
Ramiro Polla b6f1e7ec44 swscale-test: print test name before running test, so that it's available in 15 years ago
Ramiro Polla 67e1d52783 swscale-test: allocate more memory to prevent scalers from writing out of bounds 15 years ago
Ramiro Polla 262b6dbad9 darwin: allow 64-bit darwin to allocate executable memory 15 years ago
Ramiro Polla 92bfd7461c swscale-test: use av_pix_fmt_descriptors[].name directly 15 years ago
Ramiro Polla 709c0181fd Restore vertical alignment in some defines 15 years ago
Martin Storsjö e593826b93 Cosmetics: reindent and unify whitespace 15 years ago
Martin Storsjö 72ae5049e1 Do planar copy with a single memcpy only if the stride is equal to the length 15 years ago
Anton Mitrofanov c85007d559 Another try at fixing swscale on win64, as per r31153. 15 years ago
Martin Storsjö c4e2b8268f In planarCopyWrapper, Only copy length, not stride of the last line in the plane 15 years ago
Benoit Fouet 453d28af60 Change the type of Y table to pointer to void in fill_table(). 15 years ago
Måns Rullgård 6a01eab73c Add av_ prefix to bswap macros 15 years ago
Eli Friedman 3483d87752 Fix 'assignment from incompatible pointer type' warning. 15 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