gstreamer/ext/opus
Vincent Penquerc'h bb39c86fdf opusenc: fix crash on pathological parameters
Asking for 1 bit/s would select a 0 byte buffer, leading
to a crash. Buffer size is now controlled by a max-payload-size
property, which can't be less than 2.
2011-11-22 15:33:20 +00:00
..
gstopus.c opusparse: add opusparse element 2011-11-16 17:58:15 +00:00
gstopusdec.c opus: move header magic testing to gstopusheader 2011-11-22 13:20:31 +00:00
gstopusdec.h opusdec: read pre-skip from first header if available 2011-11-22 13:20:31 +00:00
gstopusenc.c opusenc: fix crash on pathological parameters 2011-11-22 15:33:20 +00:00
gstopusenc.h opusenc: fix crash on pathological parameters 2011-11-22 15:33:20 +00:00
gstopusheader.c opus: move header magic testing to gstopusheader 2011-11-22 13:20:31 +00:00
gstopusheader.h opus: move header magic testing to gstopusheader 2011-11-22 13:20:31 +00:00
Makefile.am opus: make opusparse set headers on caps 2011-11-21 11:51:20 +00:00