gstreamer/ext/opus
Mark Nauwelaerts 228d8808fe opusenc: only request and process 1 frame at a time
... since it is specified in _finish_frame that input buffer may be invalidated
after calling it, and is as such not reliably available for further encoding.

Also, requesting or allowing several frames is only useful if subclass intends
to process these "in 1 run" (as in, 1 output buffer), not for having another
(inner) loop in subclass where the baseclass one will do just fine.
2012-03-07 13:03:14 +01:00
..
gstopus.c Adding opus RTP payloader/depayloader element 2011-12-09 15:05:42 +00:00
gstopuscommon.c opus: properly create channel mapping tables 2011-12-09 15:04:20 +00:00
gstopuscommon.h opus: properly create channel mapping tables 2011-12-09 15:04:20 +00:00
gstopusdec.c opus: properly create channel mapping tables 2011-12-09 15:04:20 +00:00
gstopusdec.h opus: multichannel support 2011-11-24 13:40:34 +00:00
gstopusenc.c opusenc: only request and process 1 frame at a time 2012-03-07 13:03:14 +01:00
gstopusenc.h opus: properly create channel mapping tables 2011-12-09 15:04:20 +00:00
gstopusheader.c opusenc: add upstream negotiation for multistream ability 2011-12-10 10:39:11 +00:00
gstopusheader.h opus: properly create channel mapping tables 2011-12-09 15:04:20 +00:00
gstopusparse.c printf format fixes 2012-02-19 12:57:39 -08:00
gstopusparse.h opus: multichannel support 2011-11-24 13:40:34 +00:00
gstrtpopusdepay.c Adding opus RTP payloader/depayloader element 2011-12-09 15:05:42 +00:00
gstrtpopusdepay.h Adding opus RTP payloader/depayloader element 2011-12-09 15:05:42 +00:00
gstrtpopuspay.c opusenc: add upstream negotiation for multistream ability 2011-12-10 10:39:11 +00:00
gstrtpopuspay.h Adding opus RTP payloader/depayloader element 2011-12-09 15:05:42 +00:00
Makefile.am build: fix CFLAGS order and LIBS order 2012-02-03 00:50:33 +00:00