gstreamer/docs
Tim-Philipp Müller 8d1122013b audiodecoder: add _finish_subframe() method
This allows us to output audio samples without discarding
any input frames, which is useful for some formats/codecs
(e.g. the MonkeysAudio decoder implementation in ffmpeg
which will might return e.g. 16 output buffers for an
input buffer for certain files).

In the past decoder implementations just concatenated
the returned audio buffers until a full frame had been
decoded, but that's no longer possible to do efficiently
when the decoder returns audio samples in non-interleaved
layout.

Allowing subframes to be output before the entire input
frame is decoded can also be useful to decrease startup
latency/delay.

https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/49
2019-03-05 19:49:13 +00:00
..
libs audiodecoder: add _finish_subframe() method 2019-03-05 19:49:13 +00:00
plugins Back to development 2019-03-04 09:05:02 +00:00
random Fix FSF address 2012-11-03 23:05:09 +00:00
.gitignore first stab at documenting elements 2005-08-05 17:13:10 +00:00
Makefile.am docs: design: remove outdated draft docs (hw-acceleration, va) 2016-12-08 23:15:31 +00:00
meson.build meson: fix a few meson warnings 2017-08-08 00:13:01 +01:00
version.entities.in gst: Update versioning 2012-04-04 14:55:15 +02:00