- Feb 14, 2018
-
-
George Kiagiadakis authored
When the encoder requires non-interleaved layout, this avoids deinterleaving internally and negotiates this with upstream
-
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.
-
- 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
-
-
- Jul 11, 2017
-
-
Nicolas Dufresne authored
As a side effect, left/right green bars goes away when using xvimagesink. I just think that xv cropping is broken, so this is probably just hiding a bug.
-
- Jul 10, 2017
-
-
Sebastian Dröge authored
We have no codec mappings for it and it's a subtitle/closed caption "muxer" anyway.
-
- Jul 07, 2017
-
-
- Jun 26, 2017
-
-
- Jun 20, 2017
-
-
Sebastian Dröge authored
-
- May 20, 2017
-
-
-
Nicolas Dufresne authored
While all this information is in the .la files, libtool seems to get confused with ordering in presence of static system libraries. This could cause missing symbol error at link time. Adding these depenencies explicitly workaround the issue.
-
Nicolas Dufresne authored
-
Jan Schmidt authored
Add gas-preprocessor.pl as a git submodule, and put it in the path so that it is available if libav wants it. Switch back to providing $CC as $AS by default, but respect an external $AS setting so that it can be overridden in cerbero https://bugzilla.gnome.org/show_bug.cgi?id=694416
-
- May 17, 2017
-
-
Sebastian Dröge authored
-
- May 16, 2017
-
-
Nicolas Dufresne authored
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
-
Sebastian Dröge authored
It's not working without further changes on our side, like all hardware decoders in ffmpeg.
-
- May 12, 2017
-
-
Nicolas Dufresne authored
This should help libtool in getting the internal linking right. Effectively, libtool can sometime get the link order wrong when presented with a mix of .la and -l arguments. These .la file are also required by the android build system and were previously created by cerbero.
-
- May 11, 2017
-
-
Nicolas Dufresne authored
The install line was using -t parameter which is not supported on OSX. Instead, use automake DATA installation mechanism, this way we rely on automake to generate portable scripts.
-