index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale: Add GRAY12
Luca Barbato
2016-11-07
1
-0
/
+2
*
swscale: Add the GBRAP12 output
Luca Barbato
2016-10-12
1
-2
/
+2
*
Add GBRAP12 pixel format support
Kieran Kunhya
2016-10-12
1
-0
/
+2
*
swscale: Enable GBRP12 output
Luca Barbato
2016-10-12
1
-2
/
+2
*
swscale: Add input support for 12-bit formats
Michael Niedermayer
2016-10-12
1
-1
/
+4
*
pixfmt: Add yuv444p12 pixel format
Luca Barbato
2016-09-27
1
-0
/
+2
*
pixfmt: Add yuv422p12 pixel format
Luca Barbato
2016-09-27
1
-0
/
+2
*
pixfmt: Add yuv420p12 pixel format
Luca Barbato
2016-09-27
1
-0
/
+2
*
swscale: Kill non-compiling disabled cruft
Diego Biurrun
2016-08-17
1
-7
/
+0
*
swscale: Add proper ff_ prefix to init functions
Diego Biurrun
2016-07-16
1
-1
/
+1
*
swscale: Rename sws_context_class to ff_sws_context_class
Andreas Cadhalpun
2016-07-16
1
-1
/
+1
*
swscale: add P010 input support
Hendrik Leppkes
2016-07-02
1
-0
/
+2
*
asm: FF_-prefix internal macros used in inline assembly
Diego Biurrun
2016-05-28
1
-11
/
+11
*
lavu: add AV_CEIL_RSHIFT and use it in various places
Clément Bœsch
2016-01-11
1
-5
/
+5
*
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
Vittorio Giovara
2015-09-07
1
-2
/
+2
*
swscale: Check memory allocation
Federico Tomassetti
2015-03-21
1
-8
/
+14
*
swscale: Check memory allocations
Federico Tomassetti
2015-02-17
1
-0
/
+9
*
libswscale: GBRAP input & output and GBRAP16 input support
Paul B Mahol
2015-01-14
1
-0
/
+3
*
swscale: Undeprecate sws_getContext()
Diego Biurrun
2014-08-07
1
-2
/
+0
*
swscale: support AV_PIX_FMT_YA16 as input
Vittorio Giovara
2014-08-04
1
-0
/
+2
*
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
Vittorio Giovara
2014-08-04
1
-1
/
+1
*
swscale: Fix an undefined behaviour
Luca Barbato
2014-05-03
1
-1
/
+1
*
swscale: support converting YVYU422 pixel format
Vittorio Giovara
2014-04-07
1
-0
/
+1
*
swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64
Janne Grunau
2014-04-02
1
-4
/
+4
*
RGBA64 pixel formats
Jean First
2014-03-16
1
-0
/
+4
*
swscale: provide a default scaler if none is set
Vittorio Giovara
2013-10-05
1
-1
/
+11
*
x86: Add and use more convenience macros to check CPU extension availability
Diego Biurrun
2013-08-29
1
-6
/
+4
*
swscale: cosmetics: Drop silly camelCase from swScale function pointer name
Diego Biurrun
2013-08-29
1
-2
/
+2
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
1
-3
/
+3
*
ppc: Add and use convenience macro to check for AltiVec availability
Diego Biurrun
2013-08-28
1
-7
/
+6
*
swscale: Move extern declarations for tables to swscale_internal.h
Diego Biurrun
2013-08-15
1
-2
/
+0
*
swscale: support endianness conversion for AV_PIX_FMT_XYZ12
Janne Grunau
2013-05-06
1
-0
/
+2
*
swscale: add support for endianness only conversion
Janne Grunau
2013-05-06
1
-1
/
+12
*
swscale: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-8
/
+9
*
swscale: Disallow conversion to GBRP16
Martin Storsjö
2013-02-11
1
-2
/
+2
*
sws: dont enable chrSrcHSubSample for planar RGB
Michael Niedermayer
2013-02-09
1
-0
/
+3
*
sws: GBRP9, GBRP10, and GBRP16 output support
Michael Niedermayer
2013-02-09
1
-8
/
+8
*
swscale: GBRP output support
Michael Niedermayer
2013-01-27
1
-1
/
+12
*
swscale: fix NULL checking in sws_alloc_context()
Xi Wang
2013-01-04
1
-2
/
+4
*
x86: mmx2 ---> mmxext in function names
Diego Biurrun
2012-10-31
1
-10
/
+11
*
x86: mmx2 ---> mmxext in variable names
Diego Biurrun
2012-10-31
1
-34
/
+46
*
x86: mmx2 ---> mmxext in comments and messages
Diego Biurrun
2012-10-31
1
-3
/
+3
*
pixfmt: support more yuva formats
Luca Barbato
2012-10-30
1
-0
/
+18
*
swscale: try to use mmap only if available
Mans Rullgard
2012-10-15
1
-3
/
+5
*
avutil: add yuva422p and yuva444p formats
Luca Barbato
2012-10-12
1
-0
/
+2
*
sws: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-10
/
+16
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-111
/
+111
*
swscale: Provide the right alignment for external mmx asm
Martin Storsjö
2012-09-09
1
-2
/
+4
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
1
-11
/
+9
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
1
-6
/
+6
[next]