gstreamer/ext/opus
Vincent Penquerc'h b80f52a729 opusdec: add in-band FEC support
This allows reconstruction of lost packets if FEC info is included
in the next packet, at the cost of extra latency. Since we do not
know if the stream has FEC (and this can change at runtime), we
always incur the latency, even if we never lose any frame, or see
any FEC information. Off by default.
2011-11-23 12:08:01 +00:00
..
gstopus.c opusparse: add opusparse element 2011-11-16 17:58:15 +00:00
gstopusdec.c opusdec: add in-band FEC support 2011-11-23 12:08:01 +00:00
gstopusdec.h opusdec: add in-band FEC support 2011-11-23 12:08:01 +00:00
gstopusenc.c opusenc: mark properties changeable at runtime with GST_PARAM_MUTABLE_PLAYING 2011-11-22 20:27:50 +00:00
gstopusenc.h opusenc: allow setting most properties at PLAYING time 2011-11-22 17:04:09 +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
gstopusparse.c opusparse: do not send headers through data path 2011-11-22 13:20:32 +00:00
gstopusparse.h opus: make opusparse set headers on caps 2011-11-21 11:51:20 +00:00
Makefile.am opus: make opusparse set headers on caps 2011-11-21 11:51:20 +00:00