| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | In planarCopyWrapper, Only copy length, not stride of the last line in the plane | Martin Storsjö | 2010-07-16 | 1 | -3/+5 |
* | Change the type of Y table to pointer to void in fill_table(). | Benoit Fouet | 2010-07-12 | 1 | -1/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 3 | -4/+4 |
* | Fix 'assignment from incompatible pointer type' warning. | Eli Friedman | 2010-07-03 | 1 | -3/+3 |
* | deprecate palette8topacked32 in favor of public API functions sws_convertPale... | Reinhard Tartler | 2010-06-01 | 4 | -31/+72 |
* | Move internal scale context fields initialization from | Stefano Sabatini | 2010-06-01 | 2 | -50/+24 |
* | remove palette8torgb15 and palette8tobgr15 | Reinhard Tartler | 2010-06-01 | 2 | -18/+0 |
* | Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone. | Diego Biurrun | 2010-05-30 | 2 | -2/+2 |
* | Remove GPL-licensed YUV to RGB MMX routines. | Diego Biurrun | 2010-05-30 | 2 | -572/+0 |
* | Add empty newline to separate function declarations, for better | Stefano Sabatini | 2010-05-23 | 1 | -0/+1 |
* | Cosmetics: make more compact the code for handle_jpeg(), this also allows | Stefano Sabatini | 2010-05-19 | 1 | -14/+5 |
* | Remove PI definition and use M_PI instead. | Stefano Sabatini | 2010-05-19 | 2 | -7/+2 |
* | 13% faster yuv420 to rgb15 mmx. | Loren Merritt | 2010-05-19 | 2 | -21/+19 |
* | 40% faster yuv420 to rgb24 mmx. | Loren Merritt | 2010-05-19 | 1 | -72/+71 |
* | Revert r31153. It failed to build on: | Ramiro Polla | 2010-05-12 | 6 | -57/+55 |
* | Use int instead of long to pass width parameters in non-public functions. | Ramiro Polla | 2010-05-11 | 6 | -55/+57 |
* | blackfin: fix yuv422 to yuv420 conversion | Ronaldo Moura | 2010-05-07 | 1 | -5/+12 |
* | alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines | Diego Biurrun | 2010-05-04 | 4 | -3/+469 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace some "m" constraints by MANGLE to avoid issues with some compilers not | Reimar Döffinger | 2010-03-31 | 1 | -106/+43 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | Diego Biurrun | 2010-03-27 | 5 | -74/+59 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | Diego Biurrun | 2010-03-26 | 1 | -1/+1 |
* | AltiVec implies a PPC CPU, so there is no need to check for both. | Diego Biurrun | 2010-03-23 | 2 | -4/+4 |