gstreamer/ext
Vincent Penquerc'h ce59031b10 fdkaacenc: fix accessing freed memory
The buffer data is not always copied in _Fill, and will be
read in _DecodeFrame. We unmap at the end of the function,
whether we get there via failure or early out, and keep a
ref to the buffer to ensure we can use it to unmap the
memory even after _finish_frame is called, as it unrefs
the buffer.

Note that there is an access beyond the allocated buffer,
which is only apparent when playing from souphttpsrc (ie,
not from filesrc). This appears to be a bug in the bit
reading code in libfdkaac AFAICT.

https://bugzilla.gnome.org/show_bug.cgi?id=772186
2016-09-29 15:13:07 +01:00
..
apexsink bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
assrender Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
bs2b Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
bz2 Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
chromaprint Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
curl Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
daala daala: fix typo related compilation error 2016-08-19 13:47:43 +03:00
dash dashdemux: Add properties to select maximum allowed width/height and framerate 2016-08-26 18:12:23 +03:00
dc1394 dc1394src: check for disabled transmission in _stop_cam 2016-06-20 21:46:23 +01:00
directfb Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
dtls Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
dts Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
faac Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
faad Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
fdkaac fdkaacenc: fix accessing freed memory 2016-09-29 15:13:07 +01:00
flite Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
fluidsynth Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
gl glcolorbalance: reconfigure on passthrough changes 2016-09-19 16:58:34 +10:00
gme Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:31 -03:00
gsm bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gtk meson: add build files for the gtk plugin 2016-09-09 16:36:03 +10:00
hls adaptivedemux: Enable bitrate selection for trick mode streaming again 2016-08-25 19:52:37 +03:00
kate Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
ladspa ladspa: simplify registry cache structure creation 2016-06-15 12:14:30 +02:00
libde265 Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
libmms Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
libvisual bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
lv2 lv2: make it build with older lilv 2016-07-14 19:40:57 +02:00
mimic bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
modplug bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
mpeg2enc bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
mplex mplex: Don't start task (yet/again) on pad release if we're in READY or NULL 2016-08-18 15:28:33 +03:00
musepack musepackdeck: unsigned can't be less than zero 2016-07-06 12:19:32 +01:00
nas bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
neon bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
ofa ofa: port to 1.0 2013-05-12 23:42:06 +01:00
openal bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
opencv facedetect: Fix compiler warning with clang 3.8 2016-06-10 11:33:52 +03:00
openexr bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
openh264 Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
openjpeg openjpegdec: Properly offset and shift for all formats when converting 2016-09-24 10:49:10 -04:00
openni2 bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
opus Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
qt qmlglsink: check qt_context_ first in GstQSGTexture::bind() 2016-09-07 00:15:02 +10:00
resindvd Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
rsvg Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
rtmp Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
sbc Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
schroedinger Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
sdl bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
smoothstreaming adaptivedemux: Enable bitrate selection for trick mode streaming again 2016-08-25 19:52:37 +03:00
sndfile Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:31 -03:00
sndio bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
soundtouch Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
spandsp Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
spc bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
srtp srtpenc: prevent deadlock in create_session 2016-09-06 11:02:06 +02:00
teletextdec Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:31 -03:00
timidity Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:31 -03:00
voaacenc Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
voamrwbenc bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
vulkan meson: add build files for vulkan 2016-09-09 16:55:23 +10:00
wayland waylandsink: Don't leak GValues in getcaps 2016-09-23 16:48:34 -04:00
webp Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
webrtcdsp webrtcdsp: Add delay-agnostic property 2016-07-13 23:17:21 -04:00
x265 Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
xvid bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
zbar Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
Makefile.am fdkaac: actually build and dist 2016-08-07 20:53:30 +01:00
meson.build meson: add build files for vulkan 2016-09-09 16:55:23 +10:00