- Sep 30, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 29, 2016
-
-
-
Turns out _mm_cvtsi128_si64() isn't available on 32-bit, so only build SSE 4.1 optimisations on x86-64 for now.
-
This makes sure that we only build files that need explicit SIMD support with the relevant CFLAGS. This allows the rest of the code to be built without, and specific SSE* code is only called after runtime checks for CPU features. https://bugzilla.gnome.org/show_bug.cgi?id=729276
-
- Sep 28, 2016
-
-
- Sep 27, 2016
-
-
These can all be used via the GstStream API https://bugzilla.gnome.org/show_bug.cgi?id=769079
-
- Sep 25, 2016
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Comparing floats for equality is not necessarily going to work reliably, so use fail_unless_equals_float() for this. Test would fail on x86 (Intel Atom x5-Z8300).
-
Tim-Philipp Müller authored
It's been broken for years, and it's unlikely it will ever be fixed for collectpads/adder now that there's audiomixer which works fine. So let's disable it, since all it does is that it creates noise that distracts from other failures. https://bugzilla.gnome.org/show_bug.cgi?id=708891
-
- Sep 22, 2016
-
-
Wim Taymans authored
Copy twice the amount of pixels for 16 bits formats. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=747225
-
- Sep 20, 2016
-
-
Sebastian Dröge authored
We have to calculate from the segment.stop, not the segment.start, as playback goes from stop to start. This fix works around another race condition in streamsynchronizer in my testcase. See https://bugzilla.gnome.org/show_bug.cgi?id=771479
-
Tim-Philipp Müller authored
Use G_PI instead of M_PI. Could also have defined _USE_MATH_DEFINES or included gst/math-compat.h but this seems simplest.
-
- Sep 19, 2016
-
-
Nicolas Dufresne authored
Add missing map flag, and also add unmap call.
-
- Sep 17, 2016
-
-
Sebastian Dröge authored
-
- Sep 14, 2016
-
-
Sebastian Dröge authored
basesrc already did that very well for us, adjusting it again on top of that just breaks various non-standard seeks.
-
Sebastian Dröge authored
-
Víctor Manuel Jáquez Leal authored
Fix documentation for gst_video_overlay_composition_blend(). The video frame needs to be mapped with GST_MAP_READWRITE flag. https://bugzilla.gnome.org/show_bug.cgi?id=771382
-
- Sep 12, 2016
-
-
Sebastian Dröge authored
playback: Use new gst_bin_set_suppressed_flags() API instead of worrying about the flags in multiple places
-
- Sep 10, 2016
-
-
Jan Schmidt authored
From b18d820 to f980fd9
-
Tim-Philipp Müller authored
The videoscale test takes eternities to run, that's not great. Split the test into multiple ones. That way they can be run in parallel. Reduces time to run all tests in -base from 29 secs to 12 secs when using meson/ninja.
-
- Sep 09, 2016
-
-
Jan Schmidt authored
From f49c55e to b18d820
-
Thibault Saunier authored
The videoscale testsuite (with 50 tests) last almost 2 minutes here
-
- Sep 07, 2016
-
-
Nicolas Dufresne authored
-
- Sep 05, 2016
-
-
Thibault Saunier authored
If moc-qt5 is not avalaible, meson breaks: https://github.com/mesonbuild/meson/issues/758
-
Thibault Saunier authored
-
Thibault Saunier authored
And fix building with meson 0.34
-
Thibault Saunier authored
-
Vincent Penquerc'h authored
If we can't find a valid granule near the end of the file, we disable seeking. This guards against the whole file being then read and never going to PLAYING. https://bugzilla.gnome.org/show_bug.cgi?id=770314
-
Vincent Penquerc'h authored
This can be too small on some files to find a valid granule. https://bugzilla.gnome.org/show_bug.cgi?id=770314
-
- Sep 04, 2016
-
-
Tim-Philipp Müller authored
-
This allows gst_discoverer_info_get_misc to work again, until it finally gets removed. https://bugzilla.gnome.org/show_bug.cgi?id=770643
-
Tim-Philipp Müller authored
-
- Sep 01, 2016
-
-
Sebastian Dröge authored
-
Jan Schmidt authored
The video buffer flags can be applied to encoded video streams, such as video/x-h264 marked up by a demuxer or parser.
-
Sebastian Dröge authored
-
Move _decode_bin_compare_factories_func function to playbackutils https://bugzilla.gnome.org/show_bug.cgi?id=770692
-
Useful for elements to know if a buffer is a retransmitted RTP packet. https://bugzilla.gnome.org/show_bug.cgi?id=769771
-