summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale-test: add CRC outputRamiro Polla2010-08-191-2/+8
* validate input data and linesizesRamiro Polla2010-08-181-0/+24
* indentRamiro Polla2010-08-081-6/+6
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-082-18/+12
* swscale-test: merge declaration and initializationRamiro Polla2010-07-311-2/+1
* Revert commit:Stefano Sabatini2010-07-281-24/+24
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-241-2/+2
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-242-12/+12
* Add some "const" to avoid incompatible pointer type warningsReimar Döffinger2010-07-241-7/+7
* Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini2010-07-241-1/+1
* Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini2010-07-241-6/+6
* swscale-test: scale from reference to source only once for each algorithmRamiro Polla2010-07-231-27/+41
* indentRamiro Polla2010-07-231-2/+2
* swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla2010-07-231-1/+1
* Prefer impersonal form over third person, for consistency with theStefano Sabatini2010-07-221-24/+24
* swscale-test: use only 3 characters to print width/height since they're alwaysRamiro Polla2010-07-221-1/+1
* swscale-test: print test name before running test, so that it's available inRamiro Polla2010-07-221-5/+8
* swscale-test: allocate more memory to prevent scalers from writing out of boundsRamiro Polla2010-07-221-2/+4
* darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla2010-07-211-0/+1
* swscale-test: use av_pix_fmt_descriptors[].name directlyRamiro Polla2010-07-201-11/+11
* Restore vertical alignment in some definesRamiro Polla2010-07-201-12/+12
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-191-4/+4
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-191-3/+3
* Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov2010-07-181-9/+12
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-161-3/+5
* Change the type of Y table to pointer to void in fill_table().Benoit Fouet2010-07-121-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-103-4/+4
* Fix 'assignment from incompatible pointer type' warning.Eli Friedman2010-07-031-3/+3
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-014-31/+72
* Move internal scale context fields initialization fromStefano Sabatini2010-06-012-50/+24
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-012-18/+0
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-302-2/+2
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-302-572/+0
* Add empty newline to separate function declarations, for betterStefano Sabatini2010-05-231-0/+1
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini2010-05-191-14/+5
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-192-7/+2
* 13% faster yuv420 to rgb15 mmx.Loren Merritt2010-05-192-21/+19
* 40% faster yuv420 to rgb24 mmx.Loren Merritt2010-05-191-72/+71
* Revert r31153. It failed to build on:Ramiro Polla2010-05-126-57/+55
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-116-55/+57
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-071-5/+12
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-044-3/+469
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-311-106/+43
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-275-74/+59
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-261-1/+1
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-232-4/+4
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-231-3/+3
* Replace wrong condition name in #endif comment by correct instance.Diego Biurrun2010-03-191-1/+1
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun2010-03-191-1/+1
OpenPOWER on IntegriCloud