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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale: aarch64: Fix yuv2rgb with negative strides
Martin Storsjö
2022-11-04
1
-4
/
+4
*
swscale/alphablend: Fix slice handling
Michael Niedermayer
2021-10-06
1
-15
/
+17
*
swscale/slice: Fix wrong return on error
Michael Niedermayer
2021-09-09
1
-1
/
+3
*
swscale/slice: Check slice for allocation failure
Michael Niedermayer
2021-09-09
1
-1
/
+2
*
swscale/yuv2rgb: Fix vertical dither offset with slices
Michael Niedermayer
2020-07-03
1
-21
/
+22
*
swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...
Michael Niedermayer
2020-07-03
1
-3
/
+3
*
swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...
Michael Niedermayer
2020-07-03
1
-1
/
+1
*
swscale/input: Fix several invalid shifts related to rgb2yuv constants
Michael Niedermayer
2020-07-03
1
-4
/
+4
*
swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()
Michael Niedermayer
2020-07-03
1
-4
/
+4
*
swscale/swscale: Fix several invalid shifts related to vChrDrop
Michael Niedermayer
2020-07-03
1
-2
/
+2
*
swscale/utils: Fix invalid left shifts of negative numbers
Andreas Rheinhardt
2020-07-01
1
-1
/
+1
*
swscale/x86/swscale: Fix undefined left shifts of negative numbers
Andreas Rheinhardt
2020-07-01
1
-2
/
+2
*
swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytes
Michael Niedermayer
2019-06-27
1
-4
/
+4
*
libswcale: Fix possible string overflow in test.
Adam Richter
2019-06-27
1
-2
/
+2
*
Bump minor versions for branching 4.1
Michael Niedermayer
2018-11-02
1
-1
/
+1
*
swscale/swscale_unscaled : rename packed_16bpc_bswap
Martin Vignali
2018-10-24
1
-2
/
+2
*
swscale/unscaled : add grayf32 le to be
Martin Vignali
2018-10-24
1
-0
/
+8
*
swscale/utils : simplify unscaled initial test for float pixfmt
Martin Vignali
2018-10-24
1
-2
/
+1
*
swscale : add YA16 LE/BE output
Martin Vignali
2018-10-18
2
-2
/
+107
*
swscale/x86/rgb2rgb.asm : add Ivo Van Poorten name to the top of the file
Martin Vignali
2018-10-18
1
-0
/
+1
*
swscale/x86/rgb2rgb : port shuffle 2103 mmxext to external asm and remove inl...
Martin Vignali
2018-10-13
3
-48
/
+67
*
swscale/x86/rgb2rgb : remove mmx version for shuffle2103
Martin Vignali
2018-10-13
1
-19
/
+4
*
swscale/swscale_unscaled: add gbrap -> packed rgb path
Paul B Mahol
2018-09-09
1
-0
/
+88
*
swscale/swscale : small cosmetic
Martin Vignali
2018-08-22
1
-2
/
+2
*
swscale : treat float input data as uint 16bpc
Martin Vignali
2018-08-22
1
-2
/
+8
*
libswscale: Adds conversions from/to float gray format.
Sergey Lavrushkin
2018-08-14
7
-4
/
+226
*
lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian.
Carl Eugen Hoyos
2018-06-10
1
-0
/
+2
*
swscale: add gray14 support
Paul B Mahol
2018-05-05
3
-0
/
+7
*
swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422
Martin Vignali
2018-04-22
2
-0
/
+169
*
Bump minor versions after release/4.0 branching
n4.1-dev
Michael Niedermayer
2018-04-16
1
-1
/
+1
*
Bump minor versions for branching release/4.0
Michael Niedermayer
2018-04-16
1
-2
/
+2
*
avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL
wm4
2018-04-03
1
-3
/
+11
*
arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported
Martin Storsjö
2018-03-31
3
-0
/
+12
*
swscale/rgb2rgb : cosmetic, move shuffle_bytes func declaration
Martin Vignali
2018-03-24
1
-4
/
+3
*
swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301...
Martin Vignali
2018-03-24
2
-0
/
+12
*
swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuff...
Martin Vignali
2018-03-24
3
-22
/
+28
*
swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321
Martin Vignali
2018-03-24
3
-1
/
+90
*
swscale: Introduce a helper to identify semi-planar formats
Philip Langdale
2018-03-03
2
-6
/
+12
*
swscale: Add p016 output support and generalise yuv420p1x to p010
Philip Langdale
2018-03-02
4
-13
/
+59
*
Fix missing used attribute for inline assembly variables
Thomas Köppe
2017-11-13
1
-6
/
+6
*
Merge commit '29ccc641b17afad058a5c24071ea827865a8b3a9'
James Almer
2017-11-11
1
-1
/
+1
|
\
|
*
build: Drop check for sys/mman.h in favor of mmap() check
Diego Biurrun
2017-10-10
1
-1
/
+1
|
*
swscale: Do not expand a macro with 'defined' in it
Derek Buitenhuis
2017-08-28
1
-1
/
+5
|
*
build: Add feature test macros for glibc 2.19+
Diego Biurrun
2017-07-10
1
-0
/
+1
*
|
Merge commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d'
James Almer
2017-10-30
1
-10
/
+14
|
\
\
|
|
/
|
*
swscale-test: const correctness
Diego Biurrun
2017-04-24
1
-10
/
+14
|
*
swscale: Convert the check check_image_pointers helper to a macro
Luca Barbato
2017-04-15
1
-22
/
+15
|
*
swscale: Do not shift negative values directly
Luca Barbato
2017-04-15
1
-10
/
+13
|
*
swscale: Add gbrap10 output
Michael Niedermayer
2017-04-15
2
-2
/
+4
|
*
swscale: Add input support for gbrap10 pixel format
Paul B Mahol
2017-04-13
2
-0
/
+19
[next]