OSDN Git Service

avconv: use correct index when selecting metadata to write to.
[coroid/libav_saccubus.git] / libswscale / x86 /
2011-08-18 Ronald S. Bultjeswscale: split hScale() function pointer into h[cy...
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-07-08 Ronald S. Bultjeswscale: rename uv_off/uv_off2 to uv_off_px/byte.
2011-07-08 Ronald S. Bultjeswscale: error dithering for 16/9/10-bit to 8-bit.
2011-07-08 Ronald S. Bultjeswscale: fix 16-bit scaling when output is 8-bits.
2011-07-01 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-06-29 Ronald S. Bultjeswscale: implement >8bit scaling support.
2011-06-28 Ronald S. Bultjeswscale: change prototypes of scaled YUV output functions.
2011-06-28 Ronald S. Bultjeswscale: don't use planar output functions to write...
2011-06-26 Ronald S. Bultjeswscale: remove unused xInc/srcW arguments from hScale().
2011-06-14 Diego Biurrunswscale: Remove HAVE_MMX from files that are only compi...
2011-06-14 Diego Biurrunswscale: Fix compilation with --disable-mmx2.
2011-06-09 Ronald S. Bultjeswscale: fix function declaration keywords in x86/swsca...
2011-06-08 Ronald S. Bultjeswscale: fix types of assembly arguments.
2011-06-08 Ronald S. Bultjeswscale: move two macros that are only used once into...
2011-06-07 Ronald S. Bultjeswscale: reindent x86 init code.
2011-06-07 Ronald S. Bultjeswscale: extract SWS_FULL_CHR_H_INT conditional into...
2011-06-07 Ronald S. Bultjeswscale: un-special-case yuv2yuvX16_c().
2011-06-03 Ronald S. Bultjeswscale: split out x86/swscale_template.c from swscale.c.
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-28 Ronald S. Bultjeswscale: fix crash in bilinear scaling.
2011-05-27 Diego Biurrunswscale: Remove unused variables in x86 code.
2011-05-27 Ronald S. Bultjeswscale: fix build with --disable-swscale-alpha.
2011-05-27 Ronald S. Bultjeswscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
2011-05-26 Ronald S. Bultjeswscale: fix compile on x86-32.
2011-05-26 Ronald S. Bultjeswscale: split chroma buffers into separate U/V planes.
2011-05-26 Ronald S. Bultjergb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
2011-05-26 Ronald S. Bultjeswscale: reindent h[cy]scale_fast() and updateDitherTab...
2011-05-26 Ronald S. Bultjeswscale: reformat x86/swscale_template.c.
2011-05-26 Ronald S. Bultjeswscale: remove duplicate mmx/mmx2 functions if they...
2011-05-26 Ronald S. Bultjeswscale: remove if (c->dstFormat) branch from yuv2packe...
2011-05-26 Ronald S. Bultjeswscale: remove if(full_chr_int) from yuv2packed1().
2011-05-26 Ronald S. Bultjeswscale: remove if(accurate_rnd) branch from functions.
2011-05-26 Diego Biurrunswscale: Remove commented-out printf cruft.
2011-05-25 Michael Niedermayerswscale: Eliminate rgb24toyv12_c() duplication.
2011-05-24 Ronald S. Bultjeswscale: remove if(bitexact) branch from functions.
2011-05-24 Ronald S. Bultjeswscale: remove if(canMMX2BeUsed) conditional.
2011-05-24 Ronald S. Bultjeswscale: remove swScale_{c,MMX,MMX2} duplication.
2011-05-24 Ronald S. Bultjeswscale: use emms_c().
2011-05-24 Ronald S. Bultjeswscale: remove dead macro WRITEBGR24OLD.
2011-05-24 Ronald S. Bultjeswscale: remove AMD3DNOW "optimizations".
2011-05-24 Ronald S. Bultjeswscale: remove duplicated x86/ functions.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-04-15 Janne Grunauswscale: fix compilation with --enable-runtime-cpudetect
2011-04-14 Luca Barbatoswscale: simplify rgb2rgb templating
2011-04-14 Josh Allmannswscale: further cleanup swscale.c
2011-04-14 Luca Barbatoswscale: partially move the arch specific code left
2011-04-14 Luca Barbatoswscale: move away x86 specific code from rgb2rgb
2011-04-11 Diego BiurrunAdd unconditional return statement to yuva420_rgb32_MMX...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-05-30 Diego BiurrunRename yuv2rgb_template2.c --> yuv2rgb_template.c now...
2010-05-30 Diego BiurrunRemove GPL-licensed YUV to RGB MMX routines.
2010-05-19 Loren Merritt13% faster yuv420 to rgb15 mmx.
2010-05-19 Loren Merritt40% faster yuv420 to rgb24 mmx.
2010-05-04 Diego Biurrunalternative LGPL-licensed, MMX-optimized YUV to RGB...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-12 David Conrad/nop is illegal with Apple's older version of gas,...
2010-01-12 Zuxy MengMake sure that sfence is used after any non temporal...
2010-01-11 Zuxy MengAvoid redefinition of RGB_PLANAR2PACKED24 as the templa...
2010-01-09 Zuxy MengMMX(2) accelerated yuv420->rgb24 routine, trivial as...
2010-01-07 Zuxy MengRemove const to avoid a bunch of GCC warnings against...
2009-08-16 Ramiro PollaCosmetics:
2009-08-14 Peter SchlaileBGR32 MMX special convertor.
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.