Package: mediastreamer2 / 1:2.16.1-4

Metadata

Package Version Patches format
mediastreamer2 1:2.16.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix spelling errors.patch | (download)

include/mediastreamer2/msfileplayer.h | 2 1 + 1 - 0 !
include/mediastreamer2/msticker.h | 4 2 + 2 - 0 !
src/audiofilters/genericplc.h | 2 1 + 1 - 0 !
src/base/msticker.c | 2 1 + 1 - 0 !
src/crypto/dtls_srtp.c | 8 4 + 4 - 0 !
src/crypto/ms_srtp.c | 2 1 + 1 - 0 !
src/crypto/zrtp.c | 2 1 + 1 - 0 !
src/filter-template.c | 2 1 + 1 - 0 !
src/otherfilters/msrtp.c | 2 1 + 1 - 0 !
src/utils/audiodiff.c | 2 1 + 1 - 0 !
src/utils/mkv_reader.h | 2 1 + 1 - 0 !
src/videofilters/bb10_capture.cpp | 30 15 + 15 - 0 !
src/videofilters/msv4l2.c | 2 1 + 1 - 0 !
src/videofilters/vp8.c | 4 2 + 2 - 0 !
src/voip/audiostream.c | 2 1 + 1 - 0 !
src/voip/msvideo.c | 2 1 + 1 - 0 !
tools/mediastream.c | 2 1 + 1 - 0 !
17 files changed, 36 insertions(+), 36 deletions(-)

 fix spelling errors in binary
remove call to gettext.patch | (download)

configure.ac | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove call to am_gnu_gettext from configure.ac
 Gettext conflicts with intltool when running autoreconf
 per https://bugs.launchpad.net/intltool/+bug/654918
install pkgconfig | (download)

CMakeLists.txt | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

---
ffmpeg input buffer padding.patch | (download)

src/utils/ffmpeg-priv.h | 4 4 + 0 - 0 !
src/videofilters/ffmpegnowebcam.c | 2 1 + 1 - 0 !
src/videofilters/nowebcam.c | 8 6 + 2 - 0 !
3 files changed, 11 insertions(+), 3 deletions(-)

 use av_input_buffer_padding_size to determine padding size
 Hardcoding the value for FF_INPUT_BUFFER_PADDING_SIZE is not safe because
 upstream FFmpeg might change it (as they did in FFmpeg 4.0).
 .
 Instead, use FFmpeg's AV_INPUT_BUFFER_PADDING_SIZE if available and only
 hardcode a value if FFmpeg is disabled (in which case the value doesn't
 particularly matter anyway). For compatibility with older FFmpeg versions,
 define AV_INPUT_BUFFER_PADDING_SIZE if hasn't been defined yet.
srtp2.patch | (download)

cmake/FindSRTP.cmake | 24 20 + 4 - 0 !
src/CMakeLists.txt | 1 1 + 0 - 0 !
src/crypto/ms_srtp.c | 10 2 + 8 - 0 !
src/utils/srtp_prefix.h | 41 41 + 0 - 0 !
4 files changed, 64 insertions(+), 12 deletions(-)

 [patch] add compatibility with srtp2
gcc 8 compatibility.patch | (download)

src/voip/audiostream.c | 28 26 + 2 - 0 !
src/voip/ice.c | 22 22 + 0 - 0 !
src/voip/mediastream.c | 12 12 + 0 - 0 !
src/voip/videostream.c | 21 21 + 0 - 0 !
4 files changed, 81 insertions(+), 2 deletions(-)

 fix(mediastreamer2): disable new gcc 8 -wcast-function-type
  warnings (FIXME in the future)
gcc 8 compatibility 2.patch | (download)

tools/bench.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix tools/bench.c to build with gcc-8