GStreamer multimedia framework
Find a file
Nirbheek Chauhan c437e175ad All code in this repository is now LGPL-2.1+
Starting with 1.17, we will not ship a copy of FFmpeg in our release
tarballs, and all the remaining code is LGPL2.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/68>
2020-04-30 17:13:00 +05:30
docs Remove autotools build system 2019-10-13 14:36:06 +01:00
ext/libav avmux: avoid to use unintialized variable 2020-04-15 15:00:02 +08: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.16.0 2019-04-19 00:33:23 +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.16.0 2019-04-19 00:33:23 +01: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 Release 1.16.0 2019-04-19 00:33:23 +01:00
README Remove autotools build system 2019-10-13 14:36:06 +01:00
RELEASE Back to development 2019-04-19 11:00:07 +01:00

gst-ffmpeg

This module contains a GStreamer plugin for FFmpeg.

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.