FreeRDP/libfreerdp/codec
Martin Fleisz 1112e2fffb codec: Set alpha channel to FF if not used (#5431)
* Formatting

* codec: Set alpha channel to FF if not used

This PR initializes the alpha channel to FF. Before the alpha channel
contained uninitialized memory potentially causing problems when the
image data was used by an alpha channel aware frontend.
2019-06-13 09:19:42 +02:00
..
include libfreerdp/codec/include/bitmap.c: resolve possible NULL pointer arithmetic 2019-02-22 17:18:19 +05:00
test Silenced some unused parameter warnings. 2019-05-08 12:21:31 +02:00
audio.c Working mic redirection for shadow server. 2018-09-26 12:49:09 +02:00
bitmap.c Fixed endianess issue with GETPIXEL16 and GETPIXEL32 2019-02-13 09:30:34 +01:00
clear.c Fixed NULL dereferences and uninitialized values 2019-01-30 16:11:10 +01:00
color.c Merge pull request #5387 from mfleisz/image_from_icon 2019-05-08 17:19:27 +02:00
dsp_ffmpeg.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
dsp_ffmpeg.h Added libavcodec version check for dsp-ffmpeg component. 2018-04-27 12:27:16 +02:00
dsp.c Fixed warnings found by compiler and static analysis. 2019-01-24 11:53:52 +01:00
dsp.h Rewrite of sound and microphone channels 2018-04-05 13:14:16 +02:00
h264_ffmpeg.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
h264_mf.c Clean up mf_uninit 2018-03-07 04:30:15 -06:00
h264_openh264.c Fixed all integer conversion warnings for OpenH264. 2019-02-21 11:43:59 +01:00
h264_x264.c Added AVC444 chroma support to shadow server. 2018-02-02 10:39:33 +01:00
h264.c Fixed warnings and cleaned up gfx related xfreerdp code. 2019-05-08 17:01:36 +02:00
h264.h Added AVC444 chroma support to shadow server. 2018-02-02 10:39:33 +01:00
interleaved.c Make VS2010 happy, reworked UNROLL defines. 2018-11-09 12:18:51 +01:00
jpeg.c Fixed callback function return 2015-12-14 14:18:50 +01:00
mppc.c Scanbuild warning, argument checks and leak fixes. 2017-03-02 18:13:43 +01:00
ncrush.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
nsc_encode.c Removed duplicate argument checks. 2019-04-05 09:14:35 +02:00
nsc_encode.h Fixed CVE-2018-8788 2018-11-20 11:08:31 +01:00
nsc_sse2.c Fixed NSC SSE argument checks. 2019-04-05 09:13:24 +02:00
nsc_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
nsc_types.h Fix PROFILER_* macros 2018-02-15 11:30:38 +01:00
nsc.c Fixed CVE-2018-8788 2018-11-20 11:08:31 +01:00
planar.c codec: Set alpha channel to FF if not used (#5431) 2019-06-13 09:19:42 +02:00
progressive.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
progressive.h Progressive structs to private header for tests. 2017-01-18 16:41:02 +01:00
region.c Fixed free checks to eliminate bad free warnings. 2019-04-05 09:13:24 +02:00
rfx_bitstream.h remotefx: fix rlgr last bits of encoder 2018-10-31 10:42:04 +01:00
rfx_constants.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_decode.c remotefx: don't require data messages to come all in one chunk 2018-12-04 11:38:01 +01:00
rfx_decode.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_differential.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_dwt.c libfreerdp-codec: start work on progressive inverse DWT 2014-08-19 14:48:09 -04:00
rfx_dwt.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_encode.c Fix PROFILER_* macros 2018-02-15 11:30:38 +01:00
rfx_encode.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_neon.c Fixed doulbe semicolon in C files. 2019-05-08 12:58:01 +02:00
rfx_neon.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_quantization.c libfreerdp-codec: optimize RemoteFX dequantization and differentiation 2014-08-18 21:10:56 -04:00
rfx_quantization.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_rlgr.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
rfx_rlgr.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_sse2.c Fixed profiler API 2018-11-16 09:32:15 +01:00
rfx_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_types.h Fix PROFILER_* macros 2018-02-15 11:30:38 +01:00
rfx.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
xcrush.c Drop some annoying warning 2017-05-12 13:54:16 +02:00
yuv.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
zgfx.c Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00