summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
...
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-131-5/+5
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-132-3/+15
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-121-6/+33
* indentRamiro Polla2010-09-121-12/+12
* swscale-test: take input from reference fileRamiro Polla2010-09-121-19/+118
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-121-4/+3
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-121-30/+43
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-123-6/+4
* indentRamiro Polla2010-09-111-4/+4
* swscale: remove unused codeRamiro Polla2010-09-111-7/+0
* rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla2010-09-111-11/+0
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-081-2/+2
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-083-1/+14
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-061-4/+12
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-061-3/+3
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-051-0/+1
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-251-23/+25
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-251-12/+28
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-232-29/+28
* swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård2010-08-231-7/+7
* fix anonymous memory mapping for NetBSDGrant Carver2010-08-191-2/+2
* 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