index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
aarch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix typos found by codespell
Timo Rothenpieler
3 days
1
-13
/
+13
*
swscale: aarch64: Simplify the assignment of lumToYV12
Martin Storsjö
2025-03-10
1
-4
/
+2
*
swscale/aarch64: dotprod implementation of rgba32_to_Y
Krzysztof Pyrkosz
2025-03-04
2
-0
/
+105
*
swscale/aarch64: Refactor hscale_16_to_15__fs_4
Krzysztof Pyrkosz
2025-03-02
1
-113
/
+70
*
aarch64: Fix a few misindented lines
Martin Storsjö
2025-02-28
1
-5
/
+5
*
swscale/aarch64/rgb2rgb_neon: Implemented {yuyv, uyvy}toyuv{420, 422}
Krzysztof Pyrkosz
2025-02-17
2
-0
/
+278
*
swscale/aarch64/rgb24toyv12: skip early right shift by 2
Krzysztof Pyrkosz
2025-02-17
1
-13
/
+11
*
swscale/aarch64/rgb2rgb: Implemented NEON shuf routines
Krzysztof Pyrkosz
2025-02-07
2
-0
/
+149
*
swscale/aarch64/output.S: refactor ff_yuv2plane1_8_neon
Krzysztof Pyrkosz
2025-02-07
1
-12
/
+6
*
swscale/aarch64: add neon {lum,chr}ConvertRange16
Ramiro Polla
2024-12-05
2
-18
/
+116
*
swscale/aarch64/range_convert: update neon range_convert functions to new API
Ramiro Polla
2024-12-05
2
-37
/
+39
*
swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit ...
Ramiro Polla
2024-12-05
1
-0
/
+5
*
swscale/aarch64/range_convert: saturate output instead of limiting input
Ramiro Polla
2024-12-05
2
-26
/
+18
*
swscale/range_convert: saturate output instead of limiting input
Ramiro Polla
2024-12-05
1
-0
/
+5
*
swscale/internal: group user-facing options together
Niklas Haas
2024-11-21
2
-30
/
+32
*
swscale/range_convert: drop redundant conditionals from arch-specific init fu...
Ramiro Polla
2024-10-27
1
-2
/
+0
*
swscale/range_convert: call arch-specific init functions from main init function
Ramiro Polla
2024-10-27
1
-1
/
+4
*
swscale: rename SwsContext to SwsInternal
Niklas Haas
2024-10-24
3
-21
/
+21
*
swscale: Fix aarch64 and i386 compilation failures
Martin Storsjö
2024-10-08
2
-3
/
+3
*
swscale/internal: constify SwsFunc
Niklas Haas
2024-10-07
1
-15
/
+19
*
swscale/aarch64: Fix rgb24toyv12 only works with aligned width
Zhao Zhili
2024-09-24
1
-1
/
+22
*
swscale/aarch64/rgb2rgb: add neon implementation for rgb24toyv12
Ramiro Polla
2024-09-06
2
-0
/
+164
*
swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation
Ramiro Polla
2024-09-06
2
-0
/
+63
*
swscale/aarch64: cosmetics fix (spaces inside curly braces)
Ramiro Polla
2024-08-26
1
-4
/
+4
*
swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter
Ramiro Polla
2024-08-26
3
-0
/
+101
*
libswscale: aarch64: Fix the indentation of some macro invocations
Martin Storsjö
2024-08-22
1
-2
/
+2
*
swscale/aarch64/yuv2rgb: add neon yuv42{0,2}p -> gbrp unscaled colorspace con...
Ramiro Polla
2024-08-18
2
-13
/
+118
*
swscale/aarch64: Add argb/abgr to yuv
Zhao Zhili
2024-07-05
2
-21
/
+82
*
swscale/aarch64: Add bgra/rgba to yuv
Zhao Zhili
2024-07-05
2
-16
/
+68
*
swscale/aarch64: Add bgr24 to yuv
Zhao Zhili
2024-07-05
2
-32
/
+71
*
swscale/aarch64: add neon {lum,chr}ConvertRange
Ramiro Polla
2024-06-18
3
-0
/
+121
*
swscale/aarch64: Add rgb24 to yuv implementation
Zhao Zhili
2024-06-11
3
-0
/
+228
*
lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d
xufuji456
2023-11-28
1
-36
/
+36
*
aarch64: Reindent all assembly to 8/24 column indentation
Martin Storsjö
2023-10-21
3
-1400
/
+1400
*
aarch64: Lowercase UXTW/SXTW and similar flags
Martin Storsjö
2023-10-21
2
-95
/
+95
*
aarch64: Consistently use lowercase for vector element specifiers
Martin Storsjö
2023-10-21
3
-349
/
+349
*
sw_scale: Add specializations for hscale 16 to 19
Hubert Mazur
2022-11-01
2
-0
/
+468
*
sw_scale: Add specializations for hscale 16 to 15
Hubert Mazur
2022-11-01
2
-0
/
+468
*
sw_scale: Add specializations for hscale 8 to 19
Hubert Mazur
2022-11-01
2
-4
/
+300
*
swscale: aarch64: Fix yuv2rgb with negative strides
Martin Storsjö
2022-10-27
1
-4
/
+4
*
swscale/aarch64: add vscale specializations
Swinney, Jonathan
2022-08-16
2
-0
/
+190
*
swscale/aarch64: vscale optimization
Swinney, Jonathan
2022-08-16
1
-6
/
+5
*
libswscale/aarch64: add another hscale specialization
Swinney, Jonathan
2022-08-16
2
-8
/
+117
*
swscale/aarch64: add hscale specializations
Swinney, Jonathan
2022-05-28
2
-10
/
+201
*
swscale: aarch64: Optimize the final summation in the hscale routine
Martin Storsjö
2022-04-22
1
-11
/
+3
*
sws: rename SwsContext.swscale to convert_unscaled
Anton Khirnov
2021-07-03
1
-1
/
+1
*
Include attributes.h directly
Andreas Rheinhardt
2021-04-19
1
-0
/
+1
*
aarch64/yuv2rgb_neon: fix return value
Lynne
2020-07-09
2
-17
/
+16
*
swscale: aarch64: Add a NEON implementation of interleaveBytes
Martin Storsjö
2020-05-15
3
-1
/
+123
*
swscale: fix NEON hscale init
Josh de Kock
2020-05-15
1
-1
/
+4
[next]