- Mar 15, 2021
-
-
Otherwise there will be out-of-bounds reads and potential crashes. Thanks to Natalie Silvanovich for reporting. Fixes gstreamer/gst-plugins-ugly#37 Part-of: <gstreamer/gst-plugins-ugly!75>
- Jan 14, 2021
-
-
Tim-Philipp Müller authored
-
- Jan 13, 2021
- Dec 06, 2020
-
-
Tim-Philipp Müller authored
-
- Oct 27, 2020
-
-
Tim-Philipp Müller authored
-
- Oct 26, 2020
- Sep 08, 2020
-
-
Tim-Philipp Müller authored
-
- Sep 07, 2020
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-plugins-ugly!69>
-
Sebastian Dröge authored
Part-of: <gstreamer/gst-plugins-ugly!68>
- Aug 24, 2020
-
-
QP_MAX_SPEC in x264 is set to 63 nowadays and in theory it allows even up to 81 (QP_MAX) but that seems to be outside the spec. Part-of: <gstreamer/gst-plugins-ugly!67>
-
- Aug 20, 2020
- Jul 29, 2020
-
-
gstcheck is declaring its own buffers glist which ends up overwritten, loks like the code meant to use that already gcc 10 is also complaining about this, but only on static builds for some reason ``` FAILED: subprojects/gst-plugins-ugly/tests/check/elements_amrnbenc /usr/bin/ld: subprojects/gstreamer/libs/gst/check/libgstcheck-1.0.a(gstcheck.c.o):(.bss+0x38): multiple definition of `buffers'; subprojects/gst-plugins-ugly/tests/check/708af1f@@elements_amrnbenc@exe/elements_amrnbenc.c.o:(.bss+0x18): first defined here collect2: error: ld returned 1 exit status ``` also remove unused var `current_buf` Part-of: <gst-plugins-ugly!62>
-
- Jul 27, 2020
- Jul 25, 2020
- Jul 24, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-plugins-ugly!42>
-
- Jul 22, 2020
-
-
Mathieu Duponchelle authored
This is a C99 feature Part-of: <gstreamer/gst-plugins-ugly!64>
-
Jan Alexander Steffens authored
Part-of: <gstreamer/gst-plugins-ugly!59>
-
- Jul 21, 2020
-
-
Jan Alexander Steffens authored
If downstream is constrained to an 8-bit profile, caps queries would still allow I420_10LE as input. If upstream actually sends such a caps event, downstream would fail to accept the high-10 profile. The following pipeline now fails earlier, during the negotiation phase instead of the stream start: gst-launch-1.0 videotestsrc ! video/x-raw,format=I420_10LE \ ! x264enc ! video/x-h264,profile=constrained-baseline \ ! fakesink Part-of: <gstreamer/gst-plugins-ugly!59>
-
Jan Alexander Steffens authored
Part-of: <gstreamer/gst-plugins-ugly!59>
-
Jan Alexander Steffens authored
Part-of: <gstreamer/gst-plugins-ugly!59>
-
- Jul 10, 2020
-
-
Thibault Saunier authored
So that the value can be used by upstream converters when necessary. This whole logic has been copied from `__gst_video_element_proxy_caps` but those 2 fields were missing. Part-of: <gstreamer/gst-plugins-ugly!60>
-
- Jul 08, 2020
-
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-plugins-ugly!61>
-
- Jul 03, 2020
-
-
Tim-Philipp Müller authored
-
- Jul 02, 2020
- Jun 22, 2020
-
-
Mathieu Duponchelle authored
-
Thibault Saunier authored
-
- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
- Jun 10, 2020
-
-
Thibault Saunier authored
-
- Jun 08, 2020
-
-
Thibault Saunier authored
-
- Jun 06, 2020
-
-
Philippe Normand authored
This was left behind in commit bc1ab5e8. Part-of: <gstreamer/gst-plugins-ugly!55>
-
- Jun 05, 2020
-
-
Mathieu Duponchelle authored
-
- Jun 04, 2020
-
-
Thibault Saunier authored
-
-
-