index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale: rename uv_off/uv_off2 to uv_off_px/byte.
Ronald S. Bultje
2011-07-08
1
-40
/
+40
*
swscale: error dithering for 16/9/10-bit to 8-bit.
Ronald S. Bultje
2011-07-08
1
-17
/
+118
*
swscale: fix 16-bit scaling when output is 8-bits.
Ronald S. Bultje
2011-07-08
1
-12
/
+12
*
swscale: for >8bit scaling, read in native bit-depth.
Ronald S. Bultje
2011-07-01
1
-1
/
+1
*
swscale: implement >8bit scaling support.
Ronald S. Bultje
2011-06-29
1
-69
/
+4
*
swscale: change prototypes of scaled YUV output functions.
Ronald S. Bultje
2011-06-27
1
-76
/
+83
*
swscale: don't use planar output functions to write to NV12/21.
Ronald S. Bultje
2011-06-27
1
-1
/
+2
*
swscale: remove unused xInc/srcW arguments from hScale().
Ronald S. Bultje
2011-06-26
1
-2
/
+1
*
swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.
Diego Biurrun
2011-06-15
2
-2
/
+2
*
swscale: Fix compilation with --disable-mmx2.
Diego Biurrun
2011-06-15
2
-1
/
+5
*
swscale: fix function declaration keywords in x86/swscale_template.c.
Ronald S. Bultje
2011-06-09
1
-181
/
+202
*
swscale: fix types of assembly arguments.
Ronald S. Bultje
2011-06-08
1
-4
/
+4
*
swscale: move two macros that are only used once into caller.
Ronald S. Bultje
2011-06-08
1
-36
/
+30
*
swscale: reindent x86 init code.
Ronald S. Bultje
2011-06-07
1
-35
/
+35
*
swscale: extract SWS_FULL_CHR_H_INT conditional into init code.
Ronald S. Bultje
2011-06-07
1
-0
/
+6
*
swscale: un-special-case yuv2yuvX16_c().
Ronald S. Bultje
2011-06-07
1
-1
/
+4
*
swscale: split out x86/swscale_template.c from swscale.c.
Ronald S. Bultje
2011-06-03
3
-161
/
+187
*
sws: replace all long with int.
Anton Khirnov
2011-05-28
2
-107
/
+107
*
swscale: fix crash in bilinear scaling.
Ronald S. Bultje
2011-05-28
1
-78
/
+63
*
swscale: Remove unused variables in x86 code.
Diego Biurrun
2011-05-27
1
-4
/
+0
*
swscale: fix build with --disable-swscale-alpha.
Ronald S. Bultje
2011-05-27
1
-4
/
+4
*
swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
Ronald S. Bultje
2011-05-27
1
-4
/
+6
*
swscale: fix compile on x86-32.
Ronald S. Bultje
2011-05-26
1
-1
/
+1
*
swscale: split chroma buffers into separate U/V planes.
Ronald S. Bultje
2011-05-26
1
-160
/
+220
*
rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
Ronald S. Bultje
2011-05-26
2
-35
/
+41
*
swscale: reindent h[cy]scale_fast() and updateDitherTables().
Ronald S. Bultje
2011-05-26
1
-131
/
+132
*
swscale: reformat x86/swscale_template.c.
Ronald S. Bultje
2011-05-26
1
-852
/
+868
*
swscale: remove duplicate mmx/mmx2 functions if they are identical.
Ronald S. Bultje
2011-05-26
1
-1
/
+12
*
swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().
Ronald S. Bultje
2011-05-26
1
-136
/
+234
*
swscale: remove if(full_chr_int) from yuv2packed1().
Ronald S. Bultje
2011-05-26
1
-5
/
+0
*
swscale: remove if(accurate_rnd) branch from functions.
Ronald S. Bultje
2011-05-26
1
-16
/
+42
*
swscale: Remove commented-out printf cruft.
Diego Biurrun
2011-05-26
1
-1
/
+0
*
swscale: Eliminate rgb24toyv12_c() duplication.
Michael Niedermayer
2011-05-26
1
-46
/
+1
*
swscale: remove if(bitexact) branch from functions.
Ronald S. Bultje
2011-05-24
1
-23
/
+11
*
swscale: remove if(canMMX2BeUsed) conditional.
Ronald S. Bultje
2011-05-24
1
-91
/
+8
*
swscale: remove swScale_{c,MMX,MMX2} duplication.
Ronald S. Bultje
2011-05-24
1
-292
/
+13
*
swscale: use emms_c().
Ronald S. Bultje
2011-05-24
1
-1
/
+1
*
swscale: remove dead macro WRITEBGR24OLD.
Ronald S. Bultje
2011-05-24
1
-56
/
+0
*
swscale: remove AMD3DNOW "optimizations".
Ronald S. Bultje
2011-05-24
1
-13
/
+2
*
swscale: remove duplicated x86/ functions.
Ronald S. Bultje
2011-05-24
1
-196
/
+16
*
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-05-24
4
-65
/
+64
*
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
1
-2
/
+2
*
swscale: fix compilation with --enable-runtime-cpudetect
Janne Grunau
2011-04-15
2
-53
/
+80
*
swscale: simplify rgb2rgb templating
Luca Barbato
2011-04-14
2
-302
/
+1
*
swscale: further cleanup swscale.c
Josh Allmann
2011-04-14
1
-0
/
+54
*
swscale: partially move the arch specific code left
Luca Barbato
2011-04-14
1
-0
/
+2818
*
swscale: move away x86 specific code from rgb2rgb
Luca Barbato
2011-04-14
2
-0
/
+3084
*
Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().
Diego Biurrun
2011-04-11
1
-0
/
+4
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
2
-8
/
+8
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
1
-2
/
+0
[next]