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
...
*
|
build: Generalize yasm/nasm-related variable names
Diego Biurrun
2017-06-21
2
-3
/
+3
*
|
Merge commit '92db5083077a8b0f8e1050507671b456fd155125'
James Almer
2017-05-04
1
-2
/
+1
|
\
\
|
|
/
|
*
build: Generate pkg-config files from Make and not from configure
Diego Biurrun
2016-12-22
1
-0
/
+1
*
|
Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'
Clément Bœsch
2017-05-03
1
-1
/
+1
|
\
\
|
|
/
*
|
libswscale/tests/swscale: Fix uninitialized variables
Michael Niedermayer
2017-04-30
1
-2
/
+2
*
|
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
4
-0
/
+7
*
|
lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16.
Carl Eugen Hoyos
2017-04-12
2
-1
/
+5
*
|
Bump versions for master after 3.3
n3.4-dev
Michael Niedermayer
2017-04-02
1
-1
/
+1
*
|
Bump minor for 3.3
Michael Niedermayer
2017-04-02
1
-1
/
+1
*
|
Bump minor versions for master after release/3.3 branchpoint
Michael Niedermayer
2017-03-31
1
-1
/
+1
*
|
Bump minor versions for staring release/3.3 branch
Michael Niedermayer
2017-03-31
1
-2
/
+2
*
|
Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'
Clément Bœsch
2017-03-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Adjust printf conversion specifiers to match variable signedness
Diego Biurrun
2016-10-28
1
-1
/
+1
|
*
swscale: Properly load alpha for planar rgb
Michael Niedermayer
2016-10-18
1
-0
/
+37
|
*
swscale: Add the GBRAP12 output
Luca Barbato
2016-10-12
2
-2
/
+4
|
*
Add GBRAP12 pixel format support
Kieran Kunhya
2016-10-12
3
-0
/
+7
|
*
swscale: Enable GBRP12 output
Luca Barbato
2016-10-12
2
-2
/
+4
|
*
swscale: x86: Add some forgotten 12-bit planar YUV cases
Michael Niedermayer
2016-10-12
2
-2
/
+6
|
*
swscale: Add input support for 12-bit formats
Michael Niedermayer
2016-10-12
5
-3
/
+43
|
*
swscale: Add missing yuv444p12 swapping
Vittorio Giovara
2016-10-12
1
-0
/
+4
|
*
pixfmt: Add yuv444p12 pixel format
Luca Barbato
2016-09-27
2
-1
/
+5
|
*
pixfmt: Add yuv422p12 pixel format
Luca Barbato
2016-09-27
3
-1
/
+9
|
*
pixfmt: Add yuv420p12 pixel format
Luca Barbato
2016-09-27
4
-2
/
+17
|
*
swscale: Rename is9_OR_10 to match what it does
Luca Barbato
2016-09-27
6
-10
/
+10
|
*
swscale: Update bitdepth range check
Luca Barbato
2016-09-27
3
-11
/
+11
*
|
sws/tests/pixdesc_query: remove func wrappers
Clément Bœsch
2017-03-24
1
-42
/
+17
*
|
sws: make is{RGB,BGR}inInt functions
Clément Bœsch
2017-03-24
1
-39
/
+43
*
|
Merge commit 'de8e096c7eda2bce76efd0a1c1c89d37348c2414'
Clément Bœsch
2017-03-21
1
-49
/
+49
|
\
\
|
|
/
|
*
swscale: Consistently order input YUV pixel formats
Vittorio Giovara
2016-09-27
1
-29
/
+29
*
|
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
2
-23
/
+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
*
|
fate: add fate-sws-pixdesc-query
Clément Bœsch
2017-03-20
3
-0
/
+92
*
|
Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e'
Clément Bœsch
2017-03-19
1
-9
/
+1
|
\
\
|
|
/
|
*
swscale: Kill non-compiling disabled cruft
Diego Biurrun
2016-08-17
2
-13
/
+0
|
*
swscale: Add proper ff_ prefix to init functions
Diego Biurrun
2016-07-16
5
-7
/
+7
|
*
swscale: Rename sws_context_class to ff_sws_context_class
Andreas Cadhalpun
2016-07-16
3
-4
/
+4
|
*
swscale: add P010 input support
Hendrik Leppkes
2016-07-02
3
-1
/
+55
*
|
lsws/slice: Move a misplaced const.
Carl Eugen Hoyos
2017-03-08
1
-1
/
+1
*
|
lsws/input: Do not define unused functions.
Carl Eugen Hoyos
2017-03-08
1
-5
/
+16
*
|
swscale: add P016 input support
Philip Langdale
2017-02-01
3
-1
/
+37
*
|
swscale/swscale: Fix dereference of stride array before null check
Michael Niedermayer
2016-12-23
1
-4
/
+7
*
|
swscale: save ebx register when it is not available
Andreas Cadhalpun
2016-12-21
1
-10
/
+10
*
|
swscale: add gbr(a)p16 output support
Paul B Mahol
2016-12-01
2
-6
/
+85
*
|
swscale/options: Use AV_OPT_TYPE_PIXEL_FMT
Michael Niedermayer
2016-11-20
1
-2
/
+2
[prev]
[next]