git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
swscale: Check memory allocations
[ffmpeg.git]
/
libswscale
/
x86
/
2014-08-04
Vittorio Giovara
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
tree
|
commitdiff
2014-03-26
Diego Biurrun
Add missing headers to make template files compile...
tree
|
commitdiff
2014-01-21
Michael Niedermayer
rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterlea...
tree
|
commitdiff
2014-01-21
Michael Niedermayer
swscale/x86/rgb2rgb: add support for AVX
tree
|
commitdiff
2014-01-13
Diego Biurrun
x86: Consistently use cpu flag detection macros in...
tree
|
commitdiff
2013-11-22
Diego Biurrun
swscale: x86: Consistently use lowercase function name...
tree
|
commitdiff
2013-08-28
Diego Biurrun
swscale: x86: Hide arch-specific initialization details
tree
|
commitdiff
2013-05-04
Diego Biurrun
swscale: Add av_cold attributes to init functions missi...
tree
|
commitdiff
2013-03-27
Diego Biurrun
cosmetics: Remove unnecessary extern keywords from...
tree
|
commitdiff
2013-01-18
Diego Biurrun
x86inc: Rename "program_name" to "private_prefix"
tree
|
commitdiff
2012-11-18
Diego Biurrun
x86: SPLATD: port to cpuflags
tree
|
commitdiff
2012-11-13
Diego Biurrun
x86: mmx2 ---> mmxext in asm constructs
tree
|
commitdiff
2012-11-09
Diego Biurrun
x86: PALIGNR: port to cpuflags
tree
|
commitdiff
2012-10-31
Diego Biurrun
x86: mmx2 ---> mmxext in function names
tree
|
commitdiff
2012-10-31
Diego Biurrun
x86: MMX2 ---> MMXEXT in macro names
tree
|
commitdiff
2012-10-30
Diego Biurrun
x86: mmx2 ---> mmxext in variable names
tree
|
commitdiff
2012-10-30
Diego Biurrun
x86: mmx2 ---> mmxext in comments and messages
tree
|
commitdiff
2012-10-30
Diego Biurrun
x86: yasm: Use complete source path for macro helper...
tree
|
commitdiff
2012-10-30
Diego Biurrun
x86: include x86inc.asm in x86util.asm
tree
|
commitdiff
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
tree
|
commitdiff
2012-09-08
Diego Biurrun
x86: Replace checks for CPU extensions and flags by...
tree
|
commitdiff
2012-08-30
Diego Biurrun
x86: Split inline and external assembly #ifdefs
tree
|
commitdiff
2012-08-30
Diego Biurrun
x86: cosmetics: Comment some #endifs for better readability
tree
|
commitdiff
2012-08-19
Giorgio Vazzana
swscale: x86: fix #endif comments in rgb2rgb template...
tree
|
commitdiff
2012-08-13
Mans Rullgard
x86: swscale: fix fragile memory accesses
tree
|
commitdiff
2012-08-13
Mans Rullgard
x86: swscale: remove disabled code
tree
|
commitdiff
2012-08-08
Mans Rullgard
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
tree
|
commitdiff
2012-08-03
Diego Biurrun
x86: build: replace mmx2 by mmxext
tree
|
commitdiff
2012-07-22
Diego Biurrun
swscale: Mark all init functions as av_cold
tree
|
commitdiff
2012-07-22
Diego Biurrun
swscale: x86: Drop pointless _mmx suffix from filenames
tree
|
commitdiff
2012-07-21
Ronald S. Bultje
x86: swscale: Place inline assembly code under appropri...
tree
|
commitdiff
2012-07-04
Martin Storsjö
swscale: yuv2planeX 8bit >=sse2 functions need aligned...
tree
|
commitdiff
2012-04-12
Diego Biurrun
build: Move all arch OBJS declarations into arch subdir...
tree
|
commitdiff
2012-04-11
Henrik Gramner
x86inc improvements for 64-bit
tree
|
commitdiff
2012-03-15
Ronald S. Bultje
swscale: convert hscale() to use named arguments.
tree
|
commitdiff
2012-03-15
Ronald S. Bultje
swscale: convert hscale to cpuflags().
tree
|
commitdiff
2012-03-06
Ronald S. Bultje
swscale: make filterPos 32bit.
tree
|
commitdiff
2012-03-04
Ronald S. Bultje
swscale: make %rep unconditional.
tree
|
commitdiff
2012-03-04
Ronald S. Bultje
swscale: remove now unnecessary hack.
tree
|
commitdiff
2012-02-23
Ronald S. Bultje
swscale: take first/lastline over/underflows into accou...
tree
|
commitdiff
2012-02-19
Ronald S. Bultje
Revert two swscale commits.
tree
|
commitdiff
2012-02-17
Ronald S. Bultje
swscale: make access to filter data conditional on...
tree
|
commitdiff
2012-02-17
Ronald S. Bultje
swscale: update context offsets after removal of AlpMmx...
tree
|
commitdiff
2012-02-14
Diego Biurrun
swscale: Remove some write-only variables related to...
tree
|
commitdiff
2012-02-13
Ronald S. Bultje
swscale: fix crashes in yuv2yuvX on x86-32.
tree
|
commitdiff
2012-02-12
Ronald S. Bultje
swscale: convert yuv2yuvX() to using named arguments.
tree
|
commitdiff
2012-02-12
Ronald S. Bultje
swscale: rename "dstw" to "w" to prevent name collisions.
tree
|
commitdiff
2012-02-12
Ronald S. Bultje
swscale: use named registers in yuv2yuv1_plane() place.
tree
|
commitdiff
2012-02-08
Ronald S. Bultje
swscale: sign-extend integer function argument to qword...
tree
|
commitdiff
2012-02-07
Ronald S. Bultje
swscale: make yuv2yuv1 use named registers.
tree
|
commitdiff
2012-02-07
Ronald S. Bultje
swscale: fix V plane memory location in bilinear/unscal...
tree
|
commitdiff
2012-02-02
Ronald S. Bultje
win64: add a XMM clobber test configure option.
tree
|
commitdiff
2012-02-02
Ronald S. Bultje
swscale: implement MMX, SSE2 and AVX functions for...
tree
|
commitdiff
2012-02-01
Ronald S. Bultje
swscale: enable dithering in MMX functions.
tree
|
commitdiff
2012-02-01
Ronald S. Bultje
swscale: make rgb24 function macros slightly smaller.
tree
|
commitdiff
2012-01-27
Ronald S. Bultje
swscale: convert rgb/bgr24ToY/UV_mmx functions from...
tree
|
commitdiff
2012-01-27
Ronald S. Bultje
config.asm: change %ifdef directives to %if directives.
tree
|
commitdiff
2012-01-14
Ronald S. Bultje
swscale: change yuv2yuvX code to use cpuflag().
tree
|
commitdiff
2012-01-10
Ronald S. Bultje
swscale: fix crash in fast_bilinear code when compiled...
tree
|
commitdiff
2012-01-10
Oka Motofumi
swscale: specify register type.
tree
|
commitdiff
2012-01-09
Ronald S. Bultje
swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline...
tree
|
commitdiff
2012-01-04
Ronald S. Bultje
swscale: split scale.asm.
tree
|
commitdiff
2011-12-14
Diego Biurrun
swscale_mmx: drop no longer required parameters from...
tree
|
commitdiff
2011-12-14
Diego Biurrun
swscale: Mark yuv2planeX_8_mmx as MMX2; it contains...
tree
|
commitdiff
2011-12-11
Mans Rullgard
Remove extraneous semicolons
tree
|
commitdiff
2011-11-13
Ronald S. Bultje
swscale: handle unaligned buffers in yuv2plane1
tree
|
commitdiff
2011-11-06
Ronald S. Bultje
swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
tree
|
commitdiff
2011-10-23
Ronald S. Bultje
swscale: add missing colons to x86 assembly yuv2planeX.
tree
|
commitdiff
2011-10-22
Ronald S. Bultje
swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
tree
|
commitdiff
2011-10-22
Kieran Kunhya
yuv2planeX10 SIMD
tree
|
commitdiff
2011-10-22
Kieran Kunhya
Split out yuv2yuv1 luma and chroma in order to make...
tree
|
commitdiff
2011-10-11
Ronald S. Bultje
swscale: use aligned move for storage into temporary...
tree
|
commitdiff
2011-09-13
Ronald S. Bultje
sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizon...
tree
|
commitdiff
2011-08-18
Ronald S. Bultje
swscale: split hScale() function pointer into h[cy...
tree
|
commitdiff
2011-08-12
Ronald S. Bultje
swscale: use 15-bit intermediates for 9/10-bit scaling.
tree
|
commitdiff
2011-07-08
Ronald S. Bultje
swscale: rename uv_off/uv_off2 to uv_off_px/byte.
tree
|
commitdiff
2011-07-08
Ronald S. Bultje
swscale: error dithering for 16/9/10-bit to 8-bit.
tree
|
commitdiff
2011-07-08
Ronald S. Bultje
swscale: fix 16-bit scaling when output is 8-bits.
tree
|
commitdiff
2011-07-01
Ronald S. Bultje
swscale: for >8bit scaling, read in native bit-depth.
tree
|
commitdiff
2011-06-29
Ronald S. Bultje
swscale: implement >8bit scaling support.
tree
|
commitdiff
2011-06-28
Ronald S. Bultje
swscale: change prototypes of scaled YUV output functions.
tree
|
commitdiff
2011-06-28
Ronald S. Bultje
swscale: don't use planar output functions to write...
tree
|
commitdiff
2011-06-26
Ronald S. Bultje
swscale: remove unused xInc/srcW arguments from hScale().
tree
|
commitdiff
2011-06-14
Diego Biurrun
swscale: Remove HAVE_MMX from files that are only compi...
tree
|
commitdiff
2011-06-14
Diego Biurrun
swscale: Fix compilation with --disable-mmx2.
tree
|
commitdiff
2011-06-09
Ronald S. Bultje
swscale: fix function declaration keywords in x86/swsca...
tree
|
commitdiff
2011-06-08
Ronald S. Bultje
swscale: fix types of assembly arguments.
tree
|
commitdiff
2011-06-08
Ronald S. Bultje
swscale: move two macros that are only used once into...
tree
|
commitdiff
2011-06-07
Ronald S. Bultje
swscale: reindent x86 init code.
tree
|
commitdiff
2011-06-07
Ronald S. Bultje
swscale: extract SWS_FULL_CHR_H_INT conditional into...
tree
|
commitdiff
2011-06-07
Ronald S. Bultje
swscale: un-special-case yuv2yuvX16_c().
tree
|
commitdiff
2011-06-03
Ronald S. Bultje
swscale: split out x86/swscale_template.c from swscale.c.
tree
|
commitdiff
2011-05-28
Anton Khirnov
sws: replace all long with int.
tree
|
commitdiff
2011-05-28
Ronald S. Bultje
swscale: fix crash in bilinear scaling.
tree
|
commitdiff
2011-05-27
Diego Biurrun
swscale: Remove unused variables in x86 code.
tree
|
commitdiff
2011-05-27
Ronald S. Bultje
swscale: fix build with --disable-swscale-alpha.
tree
|
commitdiff
2011-05-27
Ronald S. Bultje
swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
tree
|
commitdiff
2011-05-26
Ronald S. Bultje
swscale: fix compile on x86-32.
tree
|
commitdiff
2011-05-26
Ronald S. Bultje
swscale: split chroma buffers into separate U/V planes.
tree
|
commitdiff
2011-05-26
Ronald S. Bultje
rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
tree
|
commitdiff
next