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
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-20Revert two swscale commits.Ronald S. Bultje
2012-02-17swscale: make access to filter data conditional on filter type.Ronald S. Bultje
2012-02-17swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje
2012-02-07swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje
2012-01-27swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje
2012-01-10swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje
2011-11-06swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje
2011-10-22swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje
2011-10-22Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-07-09swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje
2011-07-09swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje
2011-07-09swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje
2011-07-01swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje
2011-06-29swscale: implement >8bit scaling support.Ronald S. Bultje
2011-06-28swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje
2011-06-28swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje
2011-06-27swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje
2011-06-09swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje
2011-06-08swscale: fix types of assembly arguments.Ronald S. Bultje
2011-06-08swscale: move two macros that are only used once into caller.Ronald S. Bultje
2011-06-07swscale: reindent x86 init code.Ronald S. Bultje
2011-06-07swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje
2011-06-07swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-27swscale: Remove unused variables in x86 code.Diego Biurrun
2011-05-27swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje
2011-05-26swscale: fix compile on x86-32.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje
2011-05-26swscale: reformat x86/swscale_template.c.Ronald S. Bultje
2011-05-26swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje
2011-05-26swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje
2011-05-26swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje
2011-05-26swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje
2011-05-26swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-24swscale: remove if(bitexact) branch from functions.Ronald S. Bultje
2011-05-24swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje
2011-05-24swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje
2011-05-24swscale: use emms_c().Ronald S. Bultje
2011-05-24swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje
2011-05-24swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje