gstreamer/gst
Mathieu Duponchelle 5e48e85fb7 rtpstats: fix unsigned integer comparisons.
Callers of the API (rtpsource, rtpjitterbuffer) pass clock_rate
as a signed integer, and the comparison "<= 0" is used against
it, leading me to think the intention was to have the field
be typed as gint32, not guint32.

This led to situations where we could call scale_int with
a MAX_UINT32 (-1) guint32 as the denom, thus raising an
assertion.

https://bugzilla.gnome.org/show_bug.cgi?id=785991
2017-08-11 13:29:24 +02:00
..
alpha Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
apetag Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
audiofx Fix up package name and origin in some plugins 2017-05-18 10:44:07 +01:00
audioparsers aacparse : Fix, Caps were not set while reusing aacparse 2017-05-24 13:59:52 +02:00
auparse Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
autodetect Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
avi avidemux: provide average bitrate tag 2017-07-09 10:55:00 +02:00
cutter Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
debugutils Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
deinterlace Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
dtmf Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
effectv Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
equalizer Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
flv Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
flx Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
goom Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
goom2k1 Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
icydemux Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
id3demux Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
imagefreeze imagefreeze: fix use-after-free on seek event 2017-07-03 20:43:12 +01:00
interleave Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
isomp4 qtdemux: allow larger files 2017-08-10 16:17:56 +03:00
law mulawdec: Unmap input buffer if failing to map the output buffer 2017-07-27 14:23:14 +03:00
level Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
matroska matroskamux: For audio tracks, take the default duration from the first buffer 2017-07-25 11:28:46 +03:00
monoscope Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
multifile splitmux: Drop allocation queries 2017-06-13 18:29:37 +03:00
multipart Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
replaygain Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
rtp rtpgsmpay: fix accidental garbage data before actual payload 2017-07-09 13:21:23 +01:00
rtpmanager rtpstats: fix unsigned integer comparisons. 2017-08-11 13:29:24 +02:00
rtsp rtspsrc: Create send/recv mutexes once, not on every connect() 2017-06-29 18:59:58 +03:00
shapewipe Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
smpte Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
spectrum Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
udp Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
videobox Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
videocrop Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
videofilter Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
videomixer Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
wavenc Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
wavparse wavparse: Fix memory leak in wavparse element 2017-08-10 13:23:47 +03:00
y4m Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
Makefile.am build: build plugins and examples in parallel where possible 2010-03-29 11:00:57 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:21:12 +01:00