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
/
swscale.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warnings
Soft Works
2021-11-13
1
-1
/
+1
*
swscale/swscale: Pass slice location into unscaled code also for dst scaling
Michael Niedermayer
2021-10-03
1
-2
/
+10
*
swscale/swscale: Disable x86-specific code for other arches
Andreas Rheinhardt
2021-09-19
1
-0
/
+2
*
swscale/swscale: Fix races when using unaligned strides/data
Andreas Rheinhardt
2021-09-19
1
-6
/
+6
*
libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()
James Almer
2021-09-07
1
-3
/
+3
*
sws: implement slice threading
Anton Khirnov
2021-09-06
1
-0
/
+59
*
sws: add a new scaling API
Anton Khirnov
2021-09-06
1
-63
/
+231
*
sws: move updating the palette higher up
Anton Khirnov
2021-07-03
1
-3
/
+3
*
sws: move initializing dither_error higher up
Anton Khirnov
2021-07-03
1
-4
/
+4
*
sws: move the early return for zero-sized slices higher up
Anton Khirnov
2021-07-03
1
-4
/
+4
*
sws: simplify setting sliceDir
Anton Khirnov
2021-07-03
1
-1
/
+1
*
sws: merge handling frame start into a single block
Anton Khirnov
2021-07-03
1
-4
/
+5
*
sws: make checking for the start of a new frame more explicit
Anton Khirnov
2021-07-03
1
-2
/
+3
*
sws: reset sliceDir at the end of sws_scale()
Anton Khirnov
2021-07-03
1
-4
/
+4
*
sws: rename SwsContext.swscale to convert_unscaled
Anton Khirnov
2021-07-03
1
-2
/
+3
*
sws: separate the calls to scaled vs unscaled conversion
Anton Khirnov
2021-07-03
1
-4
/
+6
*
sws: do not reallocate scratch buffers for each slice
Anton Khirnov
2021-07-03
1
-8
/
+12
*
sws: group the parameters validity checks together
Anton Khirnov
2021-07-03
1
-9
/
+9
*
sws: initialize {src,dst}Stride2 consistently with {src,dst}2
Anton Khirnov
2021-07-03
1
-7
/
+4
*
sws: cosmetics
Anton Khirnov
2021-07-03
1
-6
/
+6
*
sws: factor out cascaded scaling
Anton Khirnov
2021-07-03
1
-11
/
+18
*
sws: cosmetics
Anton Khirnov
2021-07-03
1
-17
/
+20
*
sws: factor out gamma-correct scaling
Anton Khirnov
2021-07-03
1
-23
/
+30
*
sws: return an error code on invalid parameters to sws_scale()
Anton Khirnov
2021-07-03
1
-1
/
+1
*
sws: reindent after previous commit
Anton Khirnov
2021-07-03
1
-50
/
+50
*
sws: factor out updating the palette
Anton Khirnov
2021-07-03
1
-73
/
+77
*
sws: remove unnecessary braces
Anton Khirnov
2021-07-03
1
-4
/
+2
*
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
Anton Khirnov
2021-01-01
1
-0
/
+1
*
libswscale: add output support for AV_PIX_FMT_GBRAPF32
Mark Reid
2020-05-05
1
-0
/
+5
*
swscale/swscale: remove useless code
Ruiling Song
2020-04-03
1
-15
/
+1
*
swscale/swscale: Fix several invalid shifts related to vChrDrop
Michael Niedermayer
2020-01-22
1
-2
/
+2
*
swscale/swscale: cosmetics
Limin Wang
2019-09-27
1
-7
/
+0
*
swscale/swscale: delete unwanted assignments
Limin Wang
2019-09-09
1
-2
/
+0
*
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
*
Fix several typos
Lou Logan
2017-09-21
1
-1
/
+1
*
swscale/swscale: Fix dereference of stride array before null check
Michael Niedermayer
2016-12-23
1
-4
/
+7
*
swscale: Drop is9_OR_10BPS() use, its name is not correct
Michael Niedermayer
2016-11-10
1
-1
/
+1
*
swscale: fix for sliced scaling artifacts
Pedro Arthur
2016-09-16
1
-2
/
+2
*
swscale: Fix "warning: ISO C90 forbids mixed declarations and code"
Michael Niedermayer
2016-09-07
1
-1
/
+1
*
swscale/swscale: Try to fix rgb48Toxyz12() with slices
Michael Niedermayer
2016-09-02
1
-1
/
+7
*
swscale/swscale: Factor bottom to top handling
Michael Niedermayer
2016-09-02
1
-32
/
+19
*
Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...
Ronald S. Bultje
2016-07-11
1
-3
/
+0
*
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...
Dan Parrot
2016-06-30
1
-0
/
+3
*
swscale: fix ring buffer size when scaling slices of a frame
Pedro Arthur
2016-06-10
1
-4
/
+6
*
swscale/arm: add ff_hscale_8_to_15_neon
Matthieu Bouron
2016-04-09
1
-0
/
+2
*
swscale: cleanup unused code
Pedro Arthur
2016-03-31
1
-315
/
+21
*
sws/aarch64: add ff_hscale_8_to_15_neon
Clément Bœsch
2016-03-31
1
-0
/
+2
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-4
/
+4
*
swscale/swscale: Add some sanity checks for srcSlice* parameters
Michael Niedermayer
2016-01-17
1
-0
/
+8
[next]