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_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
Andreas Rheinhardt
2022-02-24
1
-1
/
+0
*
Remove obsolete version.h inclusions
Andreas Rheinhardt
2022-02-24
1
-1
/
+0
*
libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...
Alan Kelly
2022-02-17
1
-1
/
+1
*
swscale: introduce isSwappedChroma
rcombs
2022-01-04
1
-0
/
+19
*
swscale: introduce isDataInHighBits
rcombs
2022-01-04
1
-0
/
+19
*
libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...
Alan Kelly
2021-12-15
1
-0
/
+2
*
swscale/swscale_internal: Avoid unsigned for slice parameters
Michael Niedermayer
2021-09-30
1
-2
/
+2
*
swscale/swscale: Fix races when using unaligned strides/data
Andreas Rheinhardt
2021-09-19
1
-0
/
+4
*
libswscale/options: Add parent_log_context_offset to AVClass
Andreas Rheinhardt
2021-09-19
1
-0
/
+2
*
sws: implement slice threading
Anton Khirnov
2021-09-06
1
-0
/
+14
*
sws: add a new scaling API
Anton Khirnov
2021-09-06
1
-0
/
+21
*
sws: rename SwsContext.swscale to convert_unscaled
Anton Khirnov
2021-07-03
1
-3
/
+3
*
sws: separate the calls to scaled vs unscaled conversion
Anton Khirnov
2021-07-03
1
-5
/
+1
*
sws: do not reallocate scratch buffers for each slice
Anton Khirnov
2021-07-03
1
-0
/
+12
*
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
Anton Khirnov
2021-01-01
1
-0
/
+1
*
swscale: do not drop half of bits from 16bit bayer formats
Paul B Mahol
2020-08-08
1
-0
/
+7
*
swscale: cosmetic fixes
Nelson Gomez
2020-06-14
1
-1
/
+2
*
swscale: make yuv2interleavedX more asm-friendly
Nelson Gomez
2020-06-14
1
-2
/
+3
*
libswscale: add output support for AV_PIX_FMT_GBRAPF32
Mark Reid
2020-05-05
1
-0
/
+36
*
swscale/swscale: remove useless code
Ruiling Song
2020-04-03
1
-4
/
+1
*
swscale/ppc: Move VSX-using code to its own file
Lauri Kasanen
2018-12-04
1
-0
/
+1
*
libswscale: Adds conversions from/to float gray format.
Sergey Lavrushkin
2018-08-14
1
-0
/
+9
*
avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL
wm4
2018-04-03
1
-3
/
+11
*
swscale: Introduce a helper to identify semi-planar formats
Philip Langdale
2018-03-03
1
-0
/
+11
*
Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'
Clément Bœsch
2017-04-26
1
-5
/
+1
|
\
|
*
ppc: Centralize compiler-specific altivec.h #include handling in one place
Diego Biurrun
2016-12-14
1
-4
/
+1
|
*
swscale: Add GRAY12
Luca Barbato
2016-11-07
1
-0
/
+2
|
*
swscale: Rename is9_OR_10 to match what it does
Luca Barbato
2016-09-27
1
-1
/
+1
|
*
swscale: Update bitdepth range check
Luca Barbato
2016-09-27
1
-1
/
+1
|
*
swscale: Kill non-compiling disabled cruft
Diego Biurrun
2016-08-17
1
-6
/
+0
|
*
swscale: Rename sws_context_class to ff_sws_context_class
Andreas Cadhalpun
2016-07-16
1
-1
/
+1
*
|
sws: make is{RGB,BGR}inInt functions
Clément Bœsch
2017-03-24
1
-39
/
+43
*
|
swscale: cosmetics in is{RGB,BGR}inInt
Clément Bœsch
2017-03-20
1
-10
/
+7
*
|
swscale: remove unused is{RGB,BGR}inBytes
Clément Bœsch
2017-03-20
1
-19
/
+0
*
|
swscale: use a (more correct) function for isPacked
Clément Bœsch
2017-03-20
1
-18
/
+3
*
|
swscale: use a function for isAnyRGB
Clément Bœsch
2017-03-20
1
-7
/
+7
*
|
swscale: use a function for isBayer
Clément Bœsch
2017-03-20
1
-14
/
+6
*
|
swscale: use a function for isGray
Clément Bœsch
2017-03-20
1
-17
/
+10
*
|
lsws: Add GRAY10 conversion.
Carl Eugen Hoyos
2016-11-14
1
-0
/
+2
*
|
swscale: Add GRAY12
Luca Barbato
2016-11-10
1
-0
/
+2
*
|
swscale: Drop is9_OR_10BPS() use, its name is not correct
Michael Niedermayer
2016-11-10
1
-3
/
+1
*
|
Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...
Ronald S. Bultje
2016-07-11
1
-1
/
+0
*
|
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...
Dan Parrot
2016-06-30
1
-0
/
+1
*
|
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-58
/
+58
|
\
\
|
|
/
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-58
/
+58
*
|
swscale/arm: add ff_hscale_8_to_15_neon
Matthieu Bouron
2016-04-09
1
-0
/
+1
*
|
swscale: add bt2020 yuv2rgb coefficients.
Ronald S. Bultje
2016-04-01
1
-1
/
+1
*
|
swscale: cleanup unused code
Pedro Arthur
2016-03-31
1
-9
/
+1
*
|
sws/aarch64: add ff_hscale_8_to_15_neon
Clément Bœsch
2016-03-31
1
-0
/
+1
*
|
fix some a/an typos
Lou Logan
2016-03-28
1
-1
/
+1
[next]