| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale-test: cosmetic alignment | Ramiro Polla | 2010-09-16 | 1 | -2/+2 |
* | swscale: remove useless temporary variable | Ramiro Polla | 2010-09-16 | 1 | -5/+3 |
* | swscale: factorize plane copying code out of 2 functions | Ramiro Polla | 2010-09-16 | 1 | -27/+23 |
* | swscale-test: always use bilinear scaler to get output for SSD | Ramiro Polla | 2010-09-16 | 1 | -1/+1 |
* | rgb2rgb: don't misuse HAVE_* defines | Ramiro Polla | 2010-09-14 | 2 | -87/+83 |
* | swscale: indentation and emtpy line cosmetics | Ramiro Polla | 2010-09-13 | 1 | -5/+5 |
* | swscale: avoid reading prior to the source buffer in planar2x() MMX2 | Ramiro Polla | 2010-09-13 | 2 | -3/+15 |
* | swscale-test: allow specifying src/dst pixel formats | Ramiro Polla | 2010-09-12 | 1 | -6/+33 |
* | indent | Ramiro Polla | 2010-09-12 | 1 | -12/+12 |
* | swscale-test: take input from reference file | Ramiro Polla | 2010-09-12 | 1 | -19/+118 |
* | swscale-test: always use SWS_BILINEAR to convert from ref to src | Ramiro Polla | 2010-09-12 | 1 | -4/+3 |
* | swscale-test: move conversion from ref to source back to doTest() | Ramiro Polla | 2010-09-12 | 1 | -30/+43 |
* | rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() | Ramiro Polla | 2010-09-12 | 3 | -6/+4 |
* | indent | Ramiro Polla | 2010-09-11 | 1 | -4/+4 |
* | swscale: remove unused code | Ramiro Polla | 2010-09-11 | 1 | -7/+0 |
* | rgb2rgb: remove unused yvu9toyv12 function | Ramiro Polla | 2010-09-11 | 1 | -11/+0 |
* | av_fill_image_linesizes -> av_image_fill_linesizes | Ramiro Polla | 2010-09-08 | 1 | -2/+2 |
* | rgb2rgb: build SSE2 codepath | Ramiro Polla | 2010-09-08 | 3 | -1/+14 |
* | swscale: also update flags on sws_getCachedContext() | Ramiro Polla | 2010-09-06 | 1 | -4/+12 |
* | swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path | Ramiro Polla | 2010-09-06 | 1 | -3/+3 |
* | Fix mlib compilation: add mising include for SwsContext. | vle | 2010-09-05 | 1 | -0/+1 |
* | swscale: simplify selection of optimizations to compile. | Ramiro Polla | 2010-08-25 | 1 | -23/+25 |
* | swscale: Always define COMPILE_xxx to either 0 or 1. | Ramiro Polla | 2010-08-25 | 1 | -12/+28 |
* | swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion | Måns Rullgård | 2010-08-23 | 2 | -29/+28 |
* | swscale: remove unused macro parameter in BGR2UV template | Måns Rullgård | 2010-08-23 | 1 | -7/+7 |
* | fix anonymous memory mapping for NetBSD | Grant Carver | 2010-08-19 | 1 | -2/+2 |
* | swscale-test: add CRC output | Ramiro Polla | 2010-08-19 | 1 | -2/+8 |
* | validate input data and linesizes | Ramiro Polla | 2010-08-18 | 1 | -0/+24 |
* | indent | Ramiro Polla | 2010-08-08 | 1 | -6/+6 |
* | swscale-test: get strides using av_fill_image_linesizes() from libavcore | Ramiro Polla | 2010-08-08 | 2 | -18/+12 |
* | swscale-test: merge declaration and initialization | Ramiro Polla | 2010-07-31 | 1 | -2/+1 |
* | Revert commit: | Stefano Sabatini | 2010-07-28 | 1 | -24/+24 |
* | Fix compilation, forgot to add const also to the | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | More const-correctness fixes to avoid warnings. | Reimar Döffinger | 2010-07-24 | 2 | -12/+12 |
* | Add some "const" to avoid incompatible pointer type warnings | Reimar Döffinger | 2010-07-24 | 1 | -7/+7 |
* | Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. | Stefano Sabatini | 2010-07-24 | 1 | -1/+1 |
* | Add some comments to the rgb2yuv_table, clarifying the standard where | Stefano Sabatini | 2010-07-24 | 1 | -6/+6 |
* | swscale-test: scale from reference to source only once for each algorithm | Ramiro Polla | 2010-07-23 | 1 | -27/+41 |
* | indent | Ramiro Polla | 2010-07-23 | 1 | -2/+2 |
* | swscale-test: change order tests are run, maintaining the same algorithm for | Ramiro Polla | 2010-07-23 | 1 | -1/+1 |
* | Prefer impersonal form over third person, for consistency with the | Stefano Sabatini | 2010-07-22 | 1 | -24/+24 |
* | swscale-test: use only 3 characters to print width/height since they're always | Ramiro Polla | 2010-07-22 | 1 | -1/+1 |
* | swscale-test: print test name before running test, so that it's available in | Ramiro Polla | 2010-07-22 | 1 | -5/+8 |
* | swscale-test: allocate more memory to prevent scalers from writing out of bounds | Ramiro Polla | 2010-07-22 | 1 | -2/+4 |
* | darwin: allow 64-bit darwin to allocate executable memory | Ramiro Polla | 2010-07-21 | 1 | -0/+1 |
* | swscale-test: use av_pix_fmt_descriptors[].name directly | Ramiro Polla | 2010-07-20 | 1 | -11/+11 |
* | Restore vertical alignment in some defines | Ramiro Polla | 2010-07-20 | 1 | -12/+12 |
* | Cosmetics: reindent and unify whitespace | Martin Storsjö | 2010-07-19 | 1 | -4/+4 |
* | Do planar copy with a single memcpy only if the stride is equal to the length | Martin Storsjö | 2010-07-19 | 1 | -3/+3 |
* | Another try at fixing swscale on win64, as per r31153. | Anton Mitrofanov | 2010-07-18 | 1 | -9/+12 |