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/output: add VUYA output support
James Almer
2022-08-07
2
-1
/
+58
*
swscale/input: add VUYA input support
James Almer
2022-08-05
3
-1
/
+37
*
swscale/rgb2rgb: Don't cast const away
Andreas Rheinhardt
2022-07-31
1
-6
/
+6
*
swscale: add NV16 input/output
Matthieu Bouron
2022-07-19
3
-1
/
+3
*
Bump versions after 5.1 branch
n5.2-dev
Michael Niedermayer
2022-07-13
1
-1
/
+1
*
Bump Versions for 5.1 branch
Michael Niedermayer
2022-07-13
1
-1
/
+1
*
swscale/x86/swscale: Simplify macro
Andreas Rheinhardt
2022-06-22
1
-7
/
+7
*
swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions
Andreas Rheinhardt
2022-06-22
5
-232
/
+38
*
swscale/x86/yuv2rgb: Remove obsolete MMX functions
Andreas Rheinhardt
2022-06-22
3
-14
/
+11
*
swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functions
Andreas Rheinhardt
2022-06-22
2
-134
/
+15
*
all: Replace if (ARCH_FOO) checks by #if ARCH_FOO
Andreas Rheinhardt
2022-06-15
5
-25
/
+30
*
swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb...
Vardan Margaryan
2022-06-06
1
-4
/
+1
*
swscale/aarch64: add hscale specializations
Swinney, Jonathan
2022-05-28
3
-11
/
+202
*
lib*/version: Move library version functions into files of their own
Andreas Rheinhardt
2022-05-10
3
-20
/
+42
*
swscale: aarch64: Optimize the final summation in the hscale routine
Martin Storsjö
2022-04-22
1
-11
/
+3
*
Keep including the full version.h when headers are included externally
Martin Storsjö
2022-03-19
1
-0
/
+6
*
doc: Add an entry to APIchanges about changes to version.h and version_major.h
Martin Storsjö
2022-03-16
1
-1
/
+1
*
libswscale: Split version.h
Martin Storsjö
2022-03-16
5
-8
/
+40
*
swscale: Take the destination range into account for yuv->rgb->yuv conversions
Martin Storsjö
2022-02-25
1
-3
/
+8
*
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
Andreas Rheinhardt
2022-02-24
5
-19
/
+3
*
Remove obsolete version.h inclusions
Andreas Rheinhardt
2022-02-24
1
-1
/
+0
*
libswscale: Re-factor ff_shuffle_filter_coefficients.
Alan Kelly
2022-02-17
1
-30
/
+36
*
libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...
Alan Kelly
2022-02-17
2
-4
/
+9
*
swscale/x86/swscale: Remove superfluous and invalid ';'
Andreas Rheinhardt
2022-01-22
1
-10
/
+10
*
swscale/x86/input.asm: add x86-optimized planer rgb2yuv functions
Mark Reid
2022-01-11
2
-1
/
+653
*
swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions
Mark Reid
2022-01-11
2
-1
/
+531
*
swscale/output: use isSwappedChroma
rcombs
2022-01-04
1
-2
/
+1
*
swscale/output: use isSemiPlanarYUV for NV12/21/24/42 case
rcombs
2022-01-04
1
-2
/
+1
*
swscale: introduce isSwappedChroma
rcombs
2022-01-04
2
-0
/
+20
*
swscale/output: use isDataInHighBits for 10-bit case
rcombs
2022-01-04
1
-3
/
+2
*
swscale/output: use isSemiPlanarYUV for 16-bit case
rcombs
2022-01-04
1
-3
/
+1
*
swscale: introduce isDataInHighBits
rcombs
2022-01-04
2
-0
/
+20
*
swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit cases
rcombs
2022-01-04
1
-7
/
+41
*
lib*/version.h: Bump Versions after release/5.0 branch
n5.1-dev
Andreas Rheinhardt
2022-01-04
1
-1
/
+1
*
lib*/version.h: Bump Versions before release/5.0 branch
Andreas Rheinhardt
2022-01-04
1
-1
/
+1
*
Makefile: Redo duplicating object files in shared builds
Andreas Rheinhardt
2022-01-04
1
-1
/
+2
*
lib*/version.h: Bump Versions after release/5.0 branch
Michael Niedermayer
2022-01-03
1
-1
/
+1
*
lib*/version.h: Bump Versions before release/5.0 branch
Michael Niedermayer
2022-01-03
1
-2
/
+2
*
swscale/x86/init: use isSemiPlanarYUV
rcombs
2021-12-23
1
-2
/
+2
*
swscale: add P210/P410/P216/P416 output
rcombs
2021-12-22
3
-11
/
+15
*
libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.
Alan Kelly
2021-12-21
2
-2
/
+2
*
x86/scale_avx2: don't use $ for hex literals
James Almer
2021-12-16
1
-6
/
+6
*
x86/scale_avx2: Change asm indent from 2 to 4 spaces.
Alan Kelly
2021-12-16
1
-48
/
+48
*
x86/swscale: fix minor coding style issues
Alan Kelly
2021-12-16
1
-7
/
+7
*
x86/scale_avx2: add missing check for AVX2 assembler support
James Almer
2021-12-16
1
-0
/
+2
*
libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...
Alan Kelly
2021-12-15
5
-0
/
+171
*
swscale/yuv2rgb: Silence a set-but-unused-variable warning
Andreas Rheinhardt
2021-12-03
1
-2
/
+2
*
swscale: add P210/P410/P216/P416 input
rcombs
2021-11-28
3
-1
/
+25
*
swscale/input: clip rgbf32 values before lrintf
Mark Reid
2021-11-15
1
-8
/
+8
*
swscale/input: unify grayf32 funcs with rgbf32 funcs
Mark Reid
2021-11-14
1
-25
/
+11
[next]