summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-08
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-08
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-06
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-06
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-05
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-25
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-25
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-23
* swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård2010-08-23
* fix anonymous memory mapping for NetBSDGrant Carver2010-08-19
* swscale-test: add CRC outputRamiro Polla2010-08-19
* validate input data and linesizesRamiro Polla2010-08-18
* indentRamiro Polla2010-08-08
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-08
* swscale-test: merge declaration and initializationRamiro Polla2010-07-31
* Revert commit:Stefano Sabatini2010-07-28
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-24
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-24
* Add some "const" to avoid incompatible pointer type warningsReimar Döffinger2010-07-24
* Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini2010-07-24
* Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini2010-07-24
* swscale-test: scale from reference to source only once for each algorithmRamiro Polla2010-07-23
* indentRamiro Polla2010-07-23
* swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla2010-07-23
* Prefer impersonal form over third person, for consistency with theStefano Sabatini2010-07-22
* swscale-test: use only 3 characters to print width/height since they're alwaysRamiro Polla2010-07-22
* swscale-test: print test name before running test, so that it's available inRamiro Polla2010-07-22
* swscale-test: allocate more memory to prevent scalers from writing out of boundsRamiro Polla2010-07-22
* darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla2010-07-21
* swscale-test: use av_pix_fmt_descriptors[].name directlyRamiro Polla2010-07-20
* Restore vertical alignment in some definesRamiro Polla2010-07-20
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-19
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-19
* Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov2010-07-18
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-16
* Change the type of Y table to pointer to void in fill_table().Benoit Fouet2010-07-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Fix 'assignment from incompatible pointer type' warning.Eli Friedman2010-07-03
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* Move internal scale context fields initialization fromStefano Sabatini2010-06-01
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-01
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-30
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-30
* Add empty newline to separate function declarations, for betterStefano Sabatini2010-05-23
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini2010-05-19
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-19
* 13% faster yuv420 to rgb15 mmx.Loren Merritt2010-05-19
* 40% faster yuv420 to rgb24 mmx.Loren Merritt2010-05-19
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-11