Matej Knopp
c182d28770
gstavdemux: adjust seeking offset according to start_time
...
https://bugzilla.gnome.org/show_bug.cgi?id=733094
2018-05-06 10:55:45 +02:00
Nirbheek Chauhan
720fc4ffef
meson: Update option names to omit disable_ and with- prefixes
...
Also yield common options to the outer project (gst-build in our case)
so that they don't have to be set manually.
2018-05-05 20:32:15 +05:30
Jan Schmidt
ca522652ed
Update gas-preprocessor submodule
2018-05-01 14:57:43 +10:00
Jan Schmidt
03dcb1dc03
configure: Always use full path for gas-preprocessor PATH entry
...
Don't pass a relative path to gas-preprocessor, always use an
absolute path to make sure it's found
2018-05-01 14:42:17 +10:00
Jan Schmidt
7f11e32e8b
configure: fix handling of the input AS var passed to ffmpeg
...
Store the original AS environment variable passed to configure
correctly, and export it so it's actually available to the sub-process
when configuring the embedded ffmpeg
2018-05-01 14:42:10 +10:00
Tim-Philipp Müller
fce1bb56e2
Automatic update of common submodule
...
From 3fa2c9e to ed78bee
2018-04-16 10:53:36 +01:00
Tim-Philipp Müller
800b26174f
Back to development
2018-03-20 09:41:11 +00:00
Tim-Philipp Müller
1830c75cd2
Release 1.14.0
2018-03-19 20:25:40 +00:00
Tim-Philipp Müller
d0bcf5b4a6
Update docs
2018-03-19 20:25:38 +00:00
Tim-Philipp Müller
5328250745
Release 1.13.91
2018-03-13 19:26:53 +00:00
Tim-Philipp Müller
6761a03fed
Update docs
2018-03-13 19:26:51 +00:00
Nicolas Dufresne
2e23201c84
configure.ac: enable largefile support if possible
...
https://bugzilla.gnome.org/show_bug.cgi?id=793103
2018-03-08 11:22:57 -05:00
Matthew Waters
e2bce0f3ec
build: prefer using *.la references when creating our own libtool files
...
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
2018-03-06 15:08:32 +11:00
Tim-Philipp Müller
af8cc8ab89
Release 1.13.90
2018-03-03 22:44:21 +00:00
Tim-Philipp Müller
d95750da2f
Update docs
2018-03-03 22:44:19 +00:00
Mathieu Duponchelle
447ac08578
meson: enable more warnings
2018-03-01 19:03:21 +01:00
Matthew Waters
a8b01a4559
explicitly disable v4l2_m2m codecs
...
They fail with android NDK r16
2018-02-20 18:19:22 +11:00
Tim-Philipp Müller
4db38efef5
Back to development
2018-02-15 19:44:26 +00:00
Tim-Philipp Müller
2eabdb63c8
Release 1.13.1
2018-02-15 19:00:19 +00:00
Tim-Philipp Müller
cd5e3f0f13
docs: update plugin docs
2018-02-15 17:14:36 +00:00
Edward Hervey
4d69122fb0
av*mux: Disable gif related "hacks"
...
This is properly handled by the previous commit now
2018-02-12 08:32:01 +01:00
Mathieu Duponchelle
d5b0305241
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
...
https://bugzilla.gnome.org/show_bug.cgi?id=784684
2018-02-12 08:27:53 +01:00
Edward Hervey
3b8171ac37
libav: Update to n3.4.2 release
2018-02-12 07:38:13 +01:00
Edward Hervey
79bc255fa2
avvid*: Don't expose V4L2 mem-to-mem decoder and encoders
...
It's not going to work without special handling. Mask for now.
2018-02-10 15:18:11 +01:00
Edward Hervey
829b269e1e
gst-libs: Switch to ffmpeg n3.4.1
2018-02-10 14:56:50 +01:00
Tim-Philipp Müller
6aa4c40ffd
meson: make version numbers ints and fix int/string comparison
...
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.
2018-02-08 19:18:21 +00:00
Tim-Philipp Müller
1e1ff4ece5
autotools: use -fno-strict-aliasing where supported
...
https://bugzilla.gnome.org/show_bug.cgi?id=769183
2018-02-05 08:47:18 +01:00
Tim-Philipp Müller
bcf47cf2c5
meson: use -fno-strict-aliasing where supported
...
https://bugzilla.gnome.org/show_bug.cgi?id=769183
2018-01-30 20:37:22 +00:00
Ting-Wei Lan
27d8c8c456
configure: Replace -Bsymbolic-functions with -Bsymbolic
...
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
2018-01-22 12:02:30 +00:00
U. Artie Eoff
7a951369c7
libav: use LIBAV_CPPFLAGS for -I include paths
...
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
2018-01-13 12:18:54 +00:00
Ashish Kumar
a323802c5b
avprotocol: fix leak in error code paths
...
https://bugzilla.gnome.org/show_bug.cgi?id=788481
2018-01-13 11:54:25 +00:00
Matthew Waters
c086dc4dcf
Automatic update of common submodule
...
From e8c7a71 to 3fa2c9e
2017-12-14 14:53:10 +11:00
Matthew Waters
aff41f6389
Automatic update of common submodule
...
From 3f4aa96 to e8c7a71
2017-11-27 20:16:52 +11:00
Sebastian Dröge
c97d4985c9
libav: Update to ffmpeg n3.3.5
2017-10-31 08:54:52 +02:00
Jan Alexander Steffens (heftig)
a771795005
avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams
...
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
2017-10-19 16:50:38 +02:00
Nicola Murino
f86dfde0a4
avdemux: reset to 0 negative pts
...
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
2017-10-05 21:40:55 -04:00
Sebastian Dröge
e6773f6932
libav: Update to ffmpeg n3.3.4
2017-09-18 15:45:32 +03:00
Mathieu Duponchelle
2bb0dc16d6
gstavcodecmap: Do not require a channel-mask
...
.. for mono or stereo input.
https://bugzilla.gnome.org/show_bug.cgi?id=786401
2017-08-17 14:49:12 +02:00
Tim-Philipp Müller
d5ac20299a
Automatic update of common submodule
...
From 48a5d85 to 3f4aa96
2017-08-17 12:25:58 +01:00
Tim-Philipp Müller
28cc05ac1d
meson: don't export symbols by default
...
Only plugin entry points should be exported.
2017-08-11 20:26:10 +01:00
Sebastian Dröge
5b22802b35
Revert "avviddec: Remove usage of deprecated EDGE APIs"
...
This reverts commit 4284d791bc
.
It causes crashes on various h264 and DNXHD/VC3 streams, where the
decoders write to arbitrary memory far after what we've allocated.
2017-08-10 18:55:29 +03:00
Sebastian Dröge
b55c5a2437
libav: Update to ffmpeg n3.3.3
2017-08-10 17:22:46 +03:00
Satya Prakash Gupta
7c304c0c1e
libswscale: Memory leak in gst_video_frame_map
...
https://bugzilla.gnome.org/show_bug.cgi?id=784741
2017-07-17 15:36:49 +03:00
Satya Prakash Gupta
98cf1a7e2d
avdemux/mux: Memory leak and possible crash in avio_alloc_context
...
https://bugzilla.gnome.org/show_bug.cgi?id=784735
2017-07-17 11:09:48 +03:00
Nicolas Dufresne
4284d791bc
avviddec: Remove usage of deprecated EDGE APIs
...
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.
2017-07-11 09:37:03 -04:00
Sebastian Dröge
3ad6c9958b
avmux: Blacklist scc muxer
...
We have no codec mappings for it and it's a subtitle/closed caption
"muxer" anyway.
2017-07-10 10:33:33 +03:00
Tim-Philipp Müller
eb2f674abb
meson: find python3 via python3 module
...
https://bugzilla.gnome.org/show_bug.cgi?id=783198
2017-07-07 11:59:41 +01:00
Tim-Philipp Müller
ab42a51ae2
meson: fix with-package-name option
...
https://bugzilla.gnome.org/show_bug.cgi?id=784082
2017-06-26 09:53:46 +01:00
Sebastian Dröge
691c527edb
libav: Update to ffmpeg n3.3.2
2017-06-20 10:50:38 +03:00
Tim-Philipp Müller
89d9b7fa99
meson: add options to set package name and origin
...
https://bugzilla.gnome.org/show_bug.cgi?id=782172
2017-05-20 15:18:55 +01:00