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
2011-06-07swscale: remove duplicate conversion routine in swScale().Ronald S. Bultje
2011-06-07swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje
2011-06-07swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje
2011-06-07swscale: cosmetics.Ronald S. Bultje
2011-06-07swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje
2011-06-07swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: cosmetics.Ronald S. Bultje
2011-06-03swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-06-03swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-24swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje
2011-05-24swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje
2011-05-24swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-23Fix 9/10 bit in swscale.Kieran Kunhya
2011-05-14swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje
2011-05-14swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-15swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau
2011-04-15swscale: simplify initialization codeJosh Allmann
2011-04-15swscale: further cleanup swscale.cJosh Allmann
2011-04-15swscale: partially move the arch specific code leftLuca Barbato
2011-04-13swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-28100l fix if conditionBaptiste Coudurier
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-09-16swscale: remove useless temporary variableRamiro Polla
2010-09-16swscale: factorize plane copying code out of 2 functionsRamiro Polla
2010-09-11indentRamiro Polla
2010-09-11swscale: remove unused codeRamiro Polla
2010-09-06swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla
2010-08-25swscale: simplify selection of optimizations to compile.Ramiro Polla
2010-08-25swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla
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-18validate input data and linesizesRamiro Polla
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-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-16In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö