- Apr 27, 2018
-
-
Nicolas Dufresne authored
-
- Apr 16, 2018
-
-
Tim-Philipp Müller authored
From 3fa2c9e to ed78bee
-
- Mar 20, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 08, 2018
-
-
- Mar 06, 2018
-
-
Matthew Waters authored
Otherwise we will reference the dependant libraries with -lfoo rather than /path/to/libfoo.la which breaks with the Android-based .la parser which simply passes through all -l libraries. https://bugzilla.gnome.org/show_bug.cgi?id=786403
-
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 01, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 20, 2018
-
-
Matthew Waters authored
They fail with android NDK r16
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 12, 2018
-
-
Edward Hervey authored
This is properly handled by the previous commit now
-
-
Edward Hervey authored
-
- Feb 10, 2018
-
-
Edward Hervey authored
It's not going to work without special handling. Mask for now.
-
Edward Hervey authored
-
- Feb 08, 2018
-
-
Tim-Philipp Müller authored
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
-
- Feb 05, 2018
-
-
- Jan 30, 2018
-
-
- Jan 22, 2018
-
-
Ting-Wei Lan authored
The documentation of libav says -Bsymbolic may be needed when building a shared library which links statically to libav. Fixes linking error on FreeBSD: gst-libav/gst-libs/ext/.libs/libavcodec.a(simple_idct10.o): relocation R_X86_64_PC32 against `ff_pw_1023' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value https://bugzilla.gnome.org/show_bug.cgi?id=791783
-
- Jan 13, 2018
-
-
U. Artie Eoff authored
Autotools automatically appends user CPPFLAGS after target CPPFLAGS. Also, it puts all CPPFLAGS before CFLAGS in final generated gcc compile command. The internal ffmpeg include paths need to come before any other external include paths to ensure we don't accidentally pickup external ffmpeg headers first (i.e. from user CPPFLAGS include paths). Thus, move the internal LIBAV include paths to LIBAV_CPPFLAGS so that they come before any user defined CPPFLAGS. This allows ffmpeg and gst-ffmpeg to coexist on users system. https://bugzilla.gnome.org/show_bug.cgi?id=789379
-
-
- Dec 14, 2017
-
-
Matthew Waters authored
From e8c7a71 to 3fa2c9e
-
- Nov 27, 2017
-
-
Matthew Waters authored
From 3f4aa96 to e8c7a71
-
- Oct 31, 2017
-
-
Sebastian Dröge authored
-
- Oct 19, 2017
-
-
Jan Alexander Steffens (heftig) authored
Required to play .brstm (GameCube/Wii) and .bfstm (Wii U) files. Needs at least avdec_adpcm_thp too, but that one is already accessible. https://bugzilla.gnome.org/show_bug.cgi?id=789139
-
- Oct 06, 2017
-
-
for us pts are unsigned so reset to 0 negative pts returned from libav. This is better than outputs completly wrong timestamps https://bugzilla.gnome.org/show_bug.cgi?id=787795
-
- Sep 18, 2017
-
-
Sebastian Dröge authored
-
- Aug 17, 2017
-
-
Mathieu Duponchelle authored
.. for mono or stereo input. https://bugzilla.gnome.org/show_bug.cgi?id=786401
-
Tim-Philipp Müller authored
From 48a5d85 to 3f4aa96
-
- Aug 11, 2017
-
-
Tim-Philipp Müller authored
Only plugin entry points should be exported.
-
- Aug 10, 2017
-
-
Sebastian Dröge authored
This reverts commit 4284d791. It causes crashes on various h264 and DNXHD/VC3 streams, where the decoders write to arbitrary memory far after what we've allocated.
-
Sebastian Dröge authored
-
- Jul 17, 2017
-
-