gstreamer/gst/mxf
Vincent Penquerc'h 52981d5a4a mxfdemux: guard against NULL non source components
This component is dereferenced, and later code checking for
NULL in particular cases implies it can be NULL. This likely
does not fix the coverity warning as it was seeing another
path setting component to NULL explicitely, but this was
spotted by looking at:

Coverity 1139736

Which is actually OK from what I can see since the actual
dereference of the explicit NULL pointer will not happen
if the condition that led to the NULL pointer assignment
is met, since the assignment and defeference have mutually
exclusive tests.
2014-04-21 09:24:00 +01:00
..
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00
mxf.c Fix FSF address 2012-11-04 00:09:59 +00:00
mxfaes-bwf.c mxfdemux: Add a second MXF UL for uncompressed audio 2013-03-14 14:41:38 -07:00
mxfaes-bwf.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfalaw.c mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfalaw.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfd10.c mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfd10.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfdemux.c mxfdemux: guard against NULL non source components 2014-04-21 09:24:00 +01:00
mxfdemux.h mxfdemux: Add support for group-id in the stream-start event 2013-07-23 10:33:31 +02:00
mxfdms1.c mxf: fix stop date parsing using the wrong input 2014-04-07 13:54:50 +01:00
mxfdms1.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfdv-dif.c mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfdv-dif.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfessence.c Fix FSF address 2012-11-04 00:09:59 +00:00
mxfessence.h mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfjpeg2000.c mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfjpeg2000.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfmetadata.c mxfdemux: Ignore missing metadata descriptors 2013-03-14 14:41:37 -07:00
mxfmetadata.h mxf: Add support for parsing filler structural components 2012-12-05 12:24:30 +01:00
mxfmpeg.c mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfmpeg.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfmux.c mxf: use appropriate printf format for gsize 2012-12-18 16:50:37 +01:00
mxfmux.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfquark.c mxf: Add support for parsing filler structural components 2012-12-05 12:24:30 +01:00
mxfquark.h mxf: Add support for parsing filler structural components 2012-12-05 12:24:30 +01:00
mxftypes.c mxf: Handle fraction parsing failure 2014-04-16 16:19:47 +02:00
mxftypes.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxful.c Fix FSF address 2012-11-04 00:09:59 +00:00
mxful.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfup.c mxf: avoid dereferencing NULL mapping data pointer 2014-04-16 16:08:38 +02:00
mxfup.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfvc3.c mxfdemux: Add function to get the essence track wrapping 2012-12-06 10:09:21 +01:00
mxfvc3.h Fix FSF address 2012-11-04 00:09:59 +00:00