GStreamer multimedia framework
Find a file
Mathieu Duponchelle 1e8e040fbc avviddec: improve latency calculation
When thread_type is set to FF_THREAD_FRAME, per the documentation
a latency of one frame per thread is introduced:

<https://ffmpeg.org/ffmpeg-codecs.html>, search for thread_type.

Additionally, we need in that case to calculate the automatic
number of threads ourselves, so as to accurately calculate the
latency.
2019-07-18 00:26:50 +02:00
common@59cb678164
docs codecmap: Add caps for aptX and aptX-HD 2019-05-24 09:51:44 +00:00
ext avviddec: improve latency calculation 2019-07-18 00:26:50 +02:00
gst-libs
hooks
m4
pkgconfig
tests
.gitignore
.gitlab-ci.yml
.gitmodules
AUTHORS
autogen.sh
ChangeLog
configure.ac meson: Bump minimal GLib version to 2.44 2019-06-02 21:45:19 +02:00
COPYING
COPYING.LIB
gst-libav.doap
HACKING
Makefile.am docs: Port to hotdoc 2019-05-13 17:00:00 -04:00
meson.build docs: Port to hotdoc 2019-05-13 17:00:00 -04:00
meson_options.txt docs: Port to hotdoc 2019-05-13 17:00:00 -04:00
NEWS
README
RELEASE Back to development 2019-04-19 11:00:07 +01:00
TODO

gst-ffmpeg

This module contains a GStreamer plugin for FFmpeg, as well as an internal
copy of the FFmpeg source code.

PLUG-IN DEPENDENCIES AND LICENSES
---------------------------------

GStreamer is developed under the terms of the LGPL (see LICENSE file for
details). Some of our plug-ins however rely on libraries which are available
under other licenses. This means that if you are distributing an application
which has a non-GPL compatible license (for instance a closed-source
application) with GStreamer, you have to make sure not to distribute GPL-linked
plug-ins.

When using GPL-linked plug-ins, GStreamer is for all practical reasons
under the GPL itself.