]> git.sesse.net Git - ffmpeg/history - libswscale/x86
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
[ffmpeg] / libswscale / x86 /
2013-01-18 Diego Biurrunx86inc: Rename "program_name" to "private_prefix"
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in variable names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-19 Giorgio Vazzanaswscale: x86: fix #endif comments in rgb2rgb template...
2012-08-13 Mans Rullgardx86: swscale: fix fragile memory accesses
2012-08-13 Mans Rullgardx86: swscale: remove disabled code
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-22 Diego Biurrunswscale: Mark all init functions as av_cold
2012-07-22 Diego Biurrunswscale: x86: Drop pointless _mmx suffix from filenames
2012-07-21 Ronald S. Bultjex86: swscale: Place inline assembly code under appropri...
2012-07-04 Martin Storsjöswscale: yuv2planeX 8bit >=sse2 functions need aligned...
2012-04-12 Diego Biurrunbuild: Move all arch OBJS declarations into arch subdir...
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-03-15 Ronald S. Bultjeswscale: convert hscale() to use named arguments.
2012-03-15 Ronald S. Bultjeswscale: convert hscale to cpuflags().
2012-03-06 Ronald S. Bultjeswscale: make filterPos 32bit.
2012-03-04 Ronald S. Bultjeswscale: make %rep unconditional.
2012-03-04 Ronald S. Bultjeswscale: remove now unnecessary hack.
2012-02-23 Ronald S. Bultjeswscale: take first/lastline over/underflows into accou...
2012-02-19 Ronald S. BultjeRevert two swscale commits.
2012-02-17 Ronald S. Bultjeswscale: make access to filter data conditional on...
2012-02-17 Ronald S. Bultjeswscale: update context offsets after removal of AlpMmx...
2012-02-14 Diego Biurrunswscale: Remove some write-only variables related to...
2012-02-13 Ronald S. Bultjeswscale: fix crashes in yuv2yuvX on x86-32.
2012-02-12 Ronald S. Bultjeswscale: convert yuv2yuvX() to using named arguments.
2012-02-12 Ronald S. Bultjeswscale: rename "dstw" to "w" to prevent name collisions.
2012-02-12 Ronald S. Bultjeswscale: use named registers in yuv2yuv1_plane() place.
2012-02-08 Ronald S. Bultjeswscale: sign-extend integer function argument to qword...
2012-02-07 Ronald S. Bultjeswscale: make yuv2yuv1 use named registers.
2012-02-07 Ronald S. Bultjeswscale: fix V plane memory location in bilinear/unscal...
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-02-02 Ronald S. Bultjeswscale: implement MMX, SSE2 and AVX functions for...
2012-02-01 Ronald S. Bultjeswscale: enable dithering in MMX functions.
2012-02-01 Ronald S. Bultjeswscale: make rgb24 function macros slightly smaller.
2012-01-27 Ronald S. Bultjeswscale: convert rgb/bgr24ToY/UV_mmx functions from...
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-14 Ronald S. Bultjeswscale: change yuv2yuvX code to use cpuflag().
2012-01-10 Ronald S. Bultjeswscale: fix crash in fast_bilinear code when compiled...
2012-01-10 Oka Motofumiswscale: specify register type.
2012-01-09 Ronald S. Bultjeswscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline...
2012-01-04 Ronald S. Bultjeswscale: split scale.asm.
2011-12-14 Diego Biurrunswscale_mmx: drop no longer required parameters from...
2011-12-14 Diego Biurrunswscale: Mark yuv2planeX_8_mmx as MMX2; it contains...
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-11-13 Ronald S. Bultjeswscale: handle unaligned buffers in yuv2plane1
2011-11-06 Ronald S. Bultjeswscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
2011-10-23 Ronald S. Bultjeswscale: add missing colons to x86 assembly yuv2planeX.
2011-10-22 Ronald S. Bultjeswscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
2011-10-22 Kieran Kunhyayuv2planeX10 SIMD
2011-10-22 Kieran KunhyaSplit out yuv2yuv1 luma and chroma in order to make...
2011-10-11 Ronald S. Bultjeswscale: use aligned move for storage into temporary...
2011-09-13 Ronald S. Bultjesws: implement MMX/SSE2/SSSE3/SSE4 versions for horizon...
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.
next