785 Commits (a6881c6a385284f89188b11021a13cc7c592c4f9)

Author SHA1 Message Date
Ramiro Polla b9f5e3bd75 swscale-test: cosmetic alignment 14 years ago
Ramiro Polla 5a90173751 swscale: remove useless temporary variable 14 years ago
Ramiro Polla cf1cd520c6 swscale: factorize plane copying code out of 2 functions 14 years ago
Ramiro Polla f1084cb0cd swscale-test: always use bilinear scaler to get output for SSD 14 years ago
Ramiro Polla c12f7b2d2c rgb2rgb: don't misuse HAVE_* defines 14 years ago
Ramiro Polla 40b433b62b swscale: indentation and emtpy line cosmetics 14 years ago
Ramiro Polla 6527e56131 swscale: avoid reading prior to the source buffer in planar2x() MMX2 14 years ago
Ramiro Polla 9b4bf9c21d swscale-test: allow specifying src/dst pixel formats 14 years ago
Ramiro Polla 9075bc7c51 indent 14 years ago
Ramiro Polla 4bf4478598 swscale-test: take input from reference file 14 years ago
Ramiro Polla 6bbae4c8b3 swscale-test: always use SWS_BILINEAR to convert from ref to src 14 years ago
Ramiro Polla 3e1e78008b swscale-test: move conversion from ref to source back to doTest() 14 years ago
Ramiro Polla a51125b52f rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() 14 years ago
Ramiro Polla 0132ab80a8 indent 14 years ago
Ramiro Polla 4d8617496f swscale: remove unused code 14 years ago
Ramiro Polla 4821b4456f rgb2rgb: remove unused yvu9toyv12 function 14 years ago
Ramiro Polla 4389d606e6 av_fill_image_linesizes -> av_image_fill_linesizes 14 years ago
Ramiro Polla 539ff40c2d rgb2rgb: build SSE2 codepath 14 years ago
Ramiro Polla c17f5a4e15 swscale: also update flags on sws_getCachedContext() 14 years ago
Ramiro Polla a1899e0adc swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path 14 years ago
vle 87db37356c Fix mlib compilation: add mising include for SwsContext. 14 years ago
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: 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