GStreamer multimedia framework
Find a file
Vivia Nikolaidou 83190c4ec0 gstavviddec: Only allow a single closed caption meta
Following discussion in
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1396#note_556068

While it is technically possible to store multiple closed caption metas
in the same buffer, we don't currently do that anywhere and for
H264/MPEG2 both parts have to be stored in the same packet, and also the
number of CC bytes you can store per frame is rather limited. This
restriction might be relaxed later once we figured out how to do it
without breaking things.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/82>
2020-07-03 07:02:05 +00:00
docs avcodecmap: Add support for SpeedHQ video codec 2020-06-26 16:11:18 +03:00
ext/libav gstavviddec: Only allow a single closed caption meta 2020-07-03 07:02:05 +00:00
hooks meson: Setup pre-commit hooks when configuring 2016-09-30 11:38:37 -03:00
tests Remove autotools build system 2019-10-13 14:36:06 +01:00
.gitignore Remove autotools build system 2019-10-13 14:36:06 +01:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 13:04:51 +02:00
AUTHORS releasing 2004-03-16 13:09:23 +00:00
ChangeLog Release 1.17.2 2020-07-03 00:33:33 +01:00
COPYING All code in this repository is now LGPL-2.1+ 2020-04-30 17:13:00 +05:30
gst-libav.doap Release 1.17.2 2020-07-03 00:33:33 +01:00
meson.build Back to development 2020-07-03 02:04:01 +01:00
meson_options.txt docs: Port to hotdoc 2019-05-13 17:00:00 -04:00
NEWS Release 1.17.2 2020-07-03 00:33:33 +01:00
README.md README: Convert to markdown, clarify licensing 2020-04-30 18:12:19 +05:30
RELEASE Release 1.17.2 2020-07-03 00:33:33 +01:00

gst-libav

This module contains a GStreamer plugin for using the encoders, decoders, muxers, and demuxers provided by FFmpeg. It is called gst-libav for historical reasons.

Plugin Dependencies and Licenses

GStreamer is developed under the terms of the LGPL-2.1 (see COPYING file for details), and that includes the code in this repository.

However, this repository depends on FFmpeg, which can be built in the following modes using various ./configure switches: LGPL-2.1, LGPL-3, GPL, or non-free.

This can mean, for example, that if you are distributing an application which has a non-GPL compatible license (like a closed-source application) with GStreamer, you have to make sure not to build FFmpeg with GPL code enabled.

Overall, when using plugins that link to GPL libraries, GStreamer is for all practical reasons under the GPL itself.

The above recommendations are not legal advice, and you are responsible for ensuring that you meet your licensing obligations.