Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-24swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård
2010-08-24swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård
2010-08-20fix anonymous memory mapping for NetBSDGrant Carver
2010-08-19swscale-test: add CRC outputRamiro Polla
2010-08-18validate input data and linesizesRamiro Polla
2010-08-08indentRamiro Polla
2010-08-08swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla
2010-08-01swscale-test: merge declaration and initializationRamiro Polla
2010-07-28Revert commit:Stefano Sabatini
2010-07-24Fix compilation, forgot to add const also to theReimar Döffinger
2010-07-24More const-correctness fixes to avoid warnings.Reimar Döffinger
2010-07-24Add some "const" to avoid incompatible pointer type warningsReimar Döffinger
2010-07-24Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini
2010-07-24Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini
2010-07-24swscale-test: scale from reference to source only once for each algorithmRamiro Polla
2010-07-24indentRamiro Polla
2010-07-24swscale-test: change order tests are run, maintaining the same algorithm forRamiro Polla
2010-07-23Prefer impersonal form over third person, for consistency with theStefano Sabatini
2010-07-22swscale-test: use only 3 characters to print width/height since they're alwaysRamiro Polla
2010-07-22swscale-test: print test name before running test, so that it's available inRamiro Polla
2010-07-22swscale-test: allocate more memory to prevent scalers from writing out of boundsRamiro Polla
2010-07-21darwin: allow 64-bit darwin to allocate executable memoryRamiro Polla
2010-07-21swscale-test: use av_pix_fmt_descriptors[].name directlyRamiro Polla
2010-07-20Restore vertical alignment in some definesRamiro Polla
2010-07-19Cosmetics: reindent and unify whitespaceMartin Storsjö
2010-07-19Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö
2010-07-19Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov
2010-07-16In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö
2010-07-12Change the type of Y table to pointer to void in fill_table().Benoit Fouet
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-03Fix 'assignment from incompatible pointer type' warning.Eli Friedman
2010-06-01deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler
2010-06-01Move internal scale context fields initialization fromStefano Sabatini
2010-06-01remove palette8torgb15 and palette8tobgr15Reinhard Tartler
2010-05-30Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun
2010-05-30Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun
2010-05-23Add empty newline to separate function declarations, for betterStefano Sabatini
2010-05-20Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini
2010-05-20Remove PI definition and use M_PI instead.Stefano Sabatini
2010-05-1913% faster yuv420 to rgb15 mmx.Loren Merritt
2010-05-1940% faster yuv420 to rgb24 mmx.Loren Merritt
2010-05-13Revert r31153. It failed to build on:Ramiro Polla
2010-05-11Use int instead of long to pass width parameters in non-public functions.Ramiro Polla
2010-05-08blackfin: fix yuv422 to yuv420 conversionRonaldo Moura
2010-05-04alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-26HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun
2010-03-24AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun