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
mxfalaw.c
mxfalaw.h
mxfd10.c
mxfd10.h
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
mxfdv-dif.c Update references to decodebin 2015-05-08 13:54:08 +01:00
mxfdv-dif.h
mxfessence.c
mxfessence.h
mxfjpeg2000.c mxfjpeg2000: Fix caps 2015-10-21 19:54:15 +03:00
mxfjpeg2000.h
mxfmetadata.c mxfmetadata: Initialize boolean to FALSE to fix valgrind warning 2016-01-07 18:13:08 +02:00
mxfmetadata.h
mxfmpeg.c mxfmpeg: Use the correct sound essence compression UL for MP3 2015-11-21 01:56:46 +05:30
mxfmpeg.h
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
mxfquark.h
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
mxful.h
mxfup.c mxf: avoid dereferencing NULL mapping data pointer 2014-04-16 16:08:38 +02:00
mxfup.h
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