FreeRDP/channels/tsmf/client
Dan Church ed571e74a5
Provide support for older versions of libavcodec
My method was to find the LIBAVUTIL_VERSION_* at the commit where the
updated AV_ prefixed constants became available, add one "micro" version
to it, then if it's not at least that version, provide the unprefixed
constant. It just so happens that the same commit introduced all
the AV_* constants.
2017-12-29 11:13:03 -06:00
..
alsa tsmf: Prevent string overflow and unterminated strings 2017-12-19 12:21:34 +01:00
ffmpeg Provide support for older versions of libavcodec 2017-12-29 11:13:03 -06:00
gstreamer fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
oss tsmf: Prevent string overflow and unterminated strings 2017-12-19 12:21:34 +01:00
pulse tsmf: Prevent string overflow and unterminated strings 2017-12-19 12:21:34 +01:00
CMakeLists.txt cmake: replaced STATIC_CHANNELS with BUILTIN_CHANNELS 2016-06-15 13:36:27 +02:00
tsmf_audio.c Code style changed. 2015-05-28 00:00:25 +03:00
tsmf_audio.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_codec.c fix string format specifiers 2016-12-16 13:48:43 +01:00
tsmf_codec.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_constants.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_decoder.c - Use decodebin2 instead of old decodebin - decodebin has issues 2015-09-17 16:20:08 -05:00
tsmf_decoder.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_ifman.c Fix users of Stream_GetPosition() that returns size_t 2017-12-11 22:38:58 +01:00
tsmf_ifman.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_main.c Fix users of Stream_GetPosition() that returns size_t 2017-12-11 22:38:58 +01:00
tsmf_main.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_media.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
tsmf_media.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
tsmf_types.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00