gstreamer/gst/mxf
Sebastian Dröge b6696122a0 mxftypes: Don't store pointers in stack allocated guints
This works usually in this place, unless the compiler optimizes things in
interesting ways in which case it causes stack corruption and crashes later.

The compiler in question here is clang with -O1, which seems to pack the stack
a bit more and causes writing to the guint as pointer to overwrite map.memory,
which then later crashes during unmapping of the memory.
2016-01-07 18:13:08 +02:00
..
Makefile.am mxfmux: Port to GstAggregator 2015-10-23 18:58:15 +03:00
mxf.c mxf: Re-enable mxfmux element 2015-10-21 19:54:15 +03:00
mxfaes-bwf.c mxfaes-bwf: Format is unsigned if it's 1 byte per channel 2015-10-21 19:54:15 +03: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 plugins-bad: Fix example pipelines 2015-12-15 10:30:49 +00:00
mxfdemux.h mxfdemux: Fix handling of IndexTableSegments 2015-12-09 16:33:39 +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 Update references to decodebin 2015-05-08 13:54:08 +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 mxfjpeg2000: Fix caps 2015-10-21 19:54:15 +03:00
mxfjpeg2000.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfmetadata.c mxfmetadata: Initialize boolean to FALSE to fix valgrind warning 2016-01-07 18:13:08 +02:00
mxfmetadata.h mxf: Add support for parsing filler structural components 2012-12-05 12:24:30 +01:00
mxfmpeg.c mxfmpeg: Use the correct sound essence compression UL for MP3 2015-11-21 01:56:46 +05:30
mxfmpeg.h Fix FSF address 2012-11-04 00:09:59 +00:00
mxfmux.c plugins-bad: Fix example pipelines 2015-12-15 10:30:49 +00:00
mxfmux.h mxfmux: Write index table segments 2015-12-08 13:50:44 +02: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 mxftypes: Don't store pointers in stack allocated guints 2016-01-07 18:13:08 +02:00
mxftypes.h mxfdemux: Fix handling of IndexTableSegments 2015-12-09 16:33:39 +02: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 mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16th 2015-10-21 19:54:15 +03:00
mxfvc3.h Fix FSF address 2012-11-04 00:09:59 +00:00