- Jan 17, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jan 12, 2019
-
-
Seungha Yang authored
It must be freed with av_opt_freep_ranges as documented.
-
- Dec 05, 2018
-
-
Thibault Saunier authored
From ed78bee to 59cb678
-
- Nov 15, 2018
-
-
Sebastian Dröge authored
-
- Nov 12, 2018
-
-
Jordan Petridіs authored
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of gstreamer-project#29
-
- Nov 08, 2018
-
-
Allows actually decoding such streams :)
-
- Nov 05, 2018
-
-
Sebastian Dröge authored
-
Matthew Waters authored
Remove the git directory
-
Haihao Xiang authored
This fixes #43
-
- Oct 29, 2018
-
-
Nirbheek Chauhan authored
-
- Oct 15, 2018
-
-
Nirbheek Chauhan authored
When building with MSVC, if the 3rd operator is a double, the entire expression always promoted double, and is then cast to int64. When TRUE, this evaluates to (gint64) (gdouble) (INT64_MAX) which overflows to INT64_MIN on MSVC, but not on C99 compilers. This causes us to fail the g_return_if_fail inside g_param_spec_int64 when built with MSVC.
-
- Oct 12, 2018
-
-
Arun Raghavan authored
This exposes support for the "iff" demuxer. This is a general purpose format, and the reason to expose this now is to allow reading DSD data (which is supported via a variant called DSDIFF). More information at: https://wiki.multimedia.cx/index.php?title=IFF https://www.loc.gov/preservation/digital/formats/fdd/fdd000245.shtml
-
- Oct 09, 2018
-
-
Nirbheek Chauhan authored
This matches all other plugins in the other gstreamer repos. This is also necessary for generating the correct libtool archive (.la) files in Cerbero which are needed for static linking on Android and iOS.
-
- Oct 08, 2018
-
-
- Oct 01, 2018
-
-
Nirbheek Chauhan authored
We don't want to export any symbols from the ffmpeg static libraries we link to when building inside Cerbero. In the Autotools build, we pass -export-symbols-regex to libtool which ensures this for us.
-
- Sep 21, 2018
-
-
frame is always valid in this function (but wasn't before the refactoring from a few months ago). CID #1439540
-
The existence of 'opt' is checked, the remainder of the code can therefore rely on it being valid. CID #1439537
-
- Aug 15, 2018
-
-
Tim-Philipp Müller authored
-
- Jul 31, 2018
-
-
- Jul 26, 2018
-
-
In the function gst_ffmpeg_formatid_get_codecids() in the if / else if construct the special case !strcmp (format_name, "pva") should be handled before the generic case (plugin->audio_codec != AV_CODEC_ID_NONE) || (plugin->video_codec != AV_CODEC_ID_NONE) This patch fixes the ordering. I stumbled accorss this issue while adding a new format to gst_ffmpeg_formatid_get_codecids() https://bugzilla.gnome.org/show_bug.cgi?id=796738
-
- Jul 23, 2018
-
-
George Kiagiadakis authored
This removes the internal interleave loop and always negotiates the native output layout of the libav decoder. Users can use audioconvert to interleave if necessary. Special care has been taken to leave the encoder unaffected by the changes in avcodecmap, since GstAudioEncoder doesn't support the non-interleaved layout yet. https://bugzilla.gnome.org/show_bug.cgi?id=705977
-
- Jul 19, 2018
- Jul 18, 2018
-
-
Tim-Philipp Müller authored
-
- Jul 16, 2018
-
-
Tim-Philipp Müller authored
This has been disabled for 5.5 years, time to remove it.
-
Mathieu Duponchelle authored
-
.. to the expected property value type.
-
- Jul 13, 2018
-
-
Mathieu Duponchelle authored
(Sorry about that)
-
Mathieu Duponchelle authored
We were ignoring these before the port to 4.0, interpreting them as GST_FLOW_ERROR / GST_ELEMENT_ERROR causes check failures. We should start using GST_*_DECODER_ERROR in latter commits, for now simply restore the previous behaviour.
-
Mathieu Duponchelle authored
I simply confused those two, we didn't need g_object_getv here anyway.
-
- Jul 12, 2018
-
-
Mathieu Duponchelle authored
We expose profile, level and colorimetry / colorspaces through caps. https://bugzilla.gnome.org/show_bug.cgi?id=792900
-
-
-
-
-
-
-
-
-
-