gstreamer/gst
Vincent Penquerc'h 577ec29245 typefind: remove pointless checks for data being NULL
It was already checked in an early out, and as it's only
incremented for at most the size of the passed buffer, it
can only become NULL in an address wraparound.

While there, don't cast away const on a pointer.

Coverity 1139845
2014-04-10 15:16:03 +01:00
..
adder adder: rework the logic to check if eos has to be sent. 2014-04-08 13:48:27 +02:00
app docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
audioconvert audioconvert: never do mixing for 1->1 channel conversions 2014-02-18 10:48:07 +00:00
audiorate docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
audioresample audioresample: reject 0 denominator when creating resampler 2014-04-10 12:35:03 +01:00
audiotestsrc gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
encoding encodebin: guard against gst_pad_get_peer returning NULL 2014-04-10 13:28:30 +01:00
gio docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
playback decodebin: consider "no demuxer" case to not have dynamic pads 2014-04-10 13:51:18 +01:00
subparse subparse: Add support for parsing LRC subtitles 2013-12-18 15:52:53 +01:00
tcp tcp: fix compilation with MSVC 2013-11-28 16:24:13 +00:00
typefind typefind: remove pointless checks for data being NULL 2014-04-10 15:16:03 +01:00
videoconvert videoconvert: tweak the scoring algorithm 2014-01-24 12:19:43 +01:00
videorate videorate: Remove useless assignement 2013-12-30 13:45:04 +01:00
videoscale videoscale: fix adding borders when NV12 is used 2013-10-30 18:38:21 +01:00
videotestsrc videotestsrc: ensure having caps when setting the buffer pool config 2014-01-31 14:09:03 +00:00
volume Release 1.1.1 2013-06-05 18:31:27 +02:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00