- Mar 28, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 23, 2018
-
-
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
-
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 07, 2017
-
-
Sebastian Dröge authored
-
- Oct 31, 2017
-
-
Sebastian Dröge authored
-
- Oct 19, 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
-
Sebastian Dröge authored
-
- Aug 17, 2017
-
-
Tim-Philipp Müller authored
From 48a5d85 to dd9d403
-
- 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 25, 2017
-
-
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 14, 2017
-
-
Sebastian Dröge authored
-
- Jul 10, 2017
-
-
Sebastian Dröge authored
We have no codec mappings for it and it's a subtitle/closed caption "muxer" anyway.
-
- Jun 20, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- May 29, 2017
-
-
Sebastian Dröge authored
It's not working without further changes on our side, like all hardware decoders in ffmpeg.
-
- May 20, 2017
-
-
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 04, 2017
-
-
Sebastian Dröge authored
-
- Apr 27, 2017
-
-
Sebastian Dröge authored
-
- Apr 24, 2017
-
-
Tim-Philipp Müller authored
From 60aeef6 to 48a5d85
-
- Apr 21, 2017
-
-
Jan Schmidt authored
This reverts commit 1a265f02. It also makes it impossible to pass something other than $CC as the assembler. People should adjust the passed AS variable if they need something different.
-
- Apr 14, 2017
-
-
It was removed in the last release
-
- Apr 13, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 10, 2017
-
-
Tim-Philipp Müller authored
From 39ac2f5 to 60aeef6
-
- Apr 07, 2017
-
-
Sebastian Dröge authored
-
- Mar 22, 2017
-
-
Arun Raghavan authored
The declaration of 'const char *klass' was shadowing a function argument.
-
- Mar 21, 2017
-
-
Arun Raghavan authored
This allows gst_video_convert_sample*() to work with codecs for which we have libav encoders (such as BMP). https://bugzilla.gnome.org/show_bug.cgi?id=780317
-
- Mar 16, 2017
-
-
-
-
Jan Schmidt authored
Add mapping between GStreamer multiview modes/flags and libav Stereo3D frame packings when encoding video. https://bugzilla.gnome.org/show_bug.cgi?id=767938
-
Jan Schmidt authored
Map any libav Stereo3D side data to GStreamer multiview mode / flags for playback. https://bugzilla.gnome.org/show_bug.cgi?id=767938
-
- Mar 14, 2017
-
-
- Feb 24, 2017
-
-
Sebastian Dröge authored
-