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
/
swscale_unscaled.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libswscale: GBRAP input & output and GBRAP16 input support
Paul B Mahol
2015-01-14
1
-0
/
+23
*
swscale: Properly scale YUV
Derek Buitenhuis
2014-12-05
1
-12
/
+35
*
swscale: support AV_PIX_FMT_YA16 as input
Vittorio Giovara
2014-08-04
1
-0
/
+1
*
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
Vittorio Giovara
2014-08-04
1
-2
/
+2
*
swscale: correctly pad destination buffer in rgb conversion
Kostya Shishkov
2014-08-04
1
-1
/
+1
*
Remove all Blackfin architecture optimizations
Diego Biurrun
2014-06-02
1
-2
/
+0
*
swscale: Set alpha to opaque for internal palettes.
Justin Ruggles
2014-04-12
1
-5
/
+5
*
swscale: fix some undefined signed left shifts
Justin Ruggles
2014-04-12
1
-2
/
+2
*
swscale: fix an implementation-defined unsigned-to-signed conversion
Justin Ruggles
2014-04-12
1
-2
/
+2
*
swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64
Janne Grunau
2014-04-02
1
-0
/
+2
*
swscale: add nv12/nv21->yuv420 converter
Michael Niedermayer
2014-01-21
1
-0
/
+26
*
swscale: fix stride used in planarToNv12Wrapper()
Michael Niedermayer
2014-01-21
1
-2
/
+2
*
swscale: cosmetics: Drop silly camelCase from swScale function pointer name
Diego Biurrun
2013-08-29
1
-21
/
+21
*
swscale: consistent names for arch-specific acceleration functions
Diego Biurrun
2013-08-29
1
-2
/
+2
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
1
-2
/
+2
*
swscale: Move extern declarations for tables to swscale_internal.h
Diego Biurrun
2013-08-15
1
-2
/
+1
*
swscale: Mark a bunch of tables only used within one file static
Diego Biurrun
2013-08-15
1
-4
/
+4
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-1
/
+1
*
swscale: support endianness conversion for AV_PIX_FMT_XYZ12
Janne Grunau
2013-05-06
1
-1
/
+2
*
Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.
Anton Khirnov
2013-03-08
1
-6
/
+6
*
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
Derek Buitenhuis
2013-02-27
1
-0
/
+78
*
sws: use planarRgbToRgbWrapper only for 8bit per component
Michael Niedermayer
2013-02-09
1
-1
/
+9
*
swscale: support gray to 9bit and 10bit formats
Luca Barbato
2012-10-30
1
-2
/
+30
*
swscale: avoid pointless use of compound literals
Mans Rullgard
2012-10-23
1
-8
/
+9
*
sws: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-8
/
+12
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-91
/
+91
*
Unscaled Planar RGB -> RGB support in swscale.
Hans-Kristian Arntzen
2012-04-03
1
-0
/
+105
*
rgb2rgb: rgb12to15()
Paul B Mahol
2012-01-12
1
-0
/
+1
*
swscale: fix invalid conversions and memory problems.
Ronald S. Bultje
2012-01-12
1
-20
/
+29
*
rgb2rgb: rgb12tobgr12()
Paul B Mahol
2012-01-11
1
-0
/
+1
*
rgb2rgb: allow conversion for <15 bpp
Paul B Mahol
2012-01-09
1
-31
/
+31
*
swscale: prevent invalid writes in packed_16bpc_bswap
Janne Grunau
2011-12-26
1
-1
/
+2
*
swscale: fix formatting and indentation of unscaled conversion routines.
Nathan Adil Maxson
2011-12-18
1
-327
/
+383
*
swscale: add endian conversion for RGB555 and RGB444 pixel formats
Janne Grunau
2011-12-17
1
-10
/
+15
*
swscale: add rgb565 endianess conversion
Janne Grunau
2011-12-17
1
-9
/
+13
*
swscale: add unscaled packed 16 bit per component endianess conversion
Janne Grunau
2011-12-16
1
-0
/
+30
*
swscale: add support for planar RGB input.
Ronald S. Bultje
2011-11-24
1
-1
/
+1
*
swscale: Fix stack alignment for SSE
John Stebbins
2011-11-19
1
-1
/
+1
*
Do not convert RGB buffer at once when stride does not fit exact samples.
Kostya Shishkov
2011-07-30
1
-1
/
+1
*
swscale: clip unscaled colorspace conversion path.
Ronald S. Bultje
2011-07-14
1
-15
/
+17
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-5
/
+6
*
swscale: implement error dithering in planarCopyWrapper.
Ronald S. Bultje
2011-07-08
1
-19
/
+90
*
swscale: split swscale.c in unscaled and generic conversion routines.
Ronald S. Bultje
2011-06-03
1
-0
/
+887