mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
GStreamer multimedia framework
a33a1bf6e4
There exist few formats (deprecated though) used by mjpeg decoder and encoder that maps to the same GStreamer format. To properly pick the right format, also lookup each Codec list before accepting the format. This fixes error when trying to use mjpeg encoder. Note that this may results in faded colors. In fact, these special format are meant to specify that this is full range YUV. Colorimetry in gst-libav is not yet implemented, hence is ignored in general. So I think it's fine to first fix the issue before addressing the missing feature. https://bugzilla.gnome.org/show_bug.cgi?id=750398 |
||
---|---|---|
common@6015d26443 | ||
docs | ||
ext | ||
gst-libs | ||
m4 | ||
pkgconfig | ||
tests | ||
win32 | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
gst-libav.doap | ||
gst-libav.spec.in | ||
HACKING | ||
Makefile.am | ||
NEWS | ||
README | ||
RELEASE | ||
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.