- May 31, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Stolen from gtk-doc.m4 and not found in gtk-doc-plugin.m4. We need them because we do have libs/interfaces stuff as well now (namely GstPhotography).
- May 30, 2010
-
-
Tim-Philipp Müller authored
-
- May 28, 2010
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #619916.
-
Tim-Philipp Müller authored
This is more in line with what we do elsewhere, even if it doesn't resemble the offical abbreviations exactly. See #616078.
-
Mark Nauwelaerts authored
Fixes #619617.
-
- May 26, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Move figures into docs/plugins as well, to avoid issues with make dist and make distcheck (make distdir will not first descend into child directories). Out-of-source build seems to still work as well.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
From 357b0db to fd7ca04
-
- May 25, 2010
-
-
Руслан Ижбулатов authored
So mingw32 users can hack around a compiler/linker bug. Fixes #617145
-
- May 24, 2010
-
-
Zaheer Abbas Merali authored
mpeg_packetizer_get_block() in some circumstances (here: if downstream was unlinked) returns a block but does not set the buffer causing mpegvideoparse_drain_avail() to cause invalid memory access. Fixes #619502.
-
Thiago Santos authored
There are some remaining gstapp* living unlinked from the build scripts. Remove them.
-
Thiago Santos authored
Adds missing -bad cflags to camerabin tests.
-
- May 23, 2010
-
-
Sebastian Pölsterl authored
Don't leak language code. Fixes #619444.
-
- May 22, 2010
-
-
David Schleef authored
Fixes a segfault (bug #618044).
-
Bastien Nocera authored
The current URI parsing code doesn't allow setting the "device" from which the VCD should be read. Use the same structure as the DVD URI handling instead, so that devices can be passed in the URI, as well as track number. Up the rank of the VCD plugin so that it can be auto-plugged and used by Totem. https://bugzilla.gnome.org/show_bug.cgi?id=340986
-
Sebastian Dröge authored
This formula is used in many other elements too. Fixes bug #619318.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #619344.
-
- May 21, 2010
-
-
Philip Jägenstedt authored
This saves a memcpy, which is always something.
-
Philip Jägenstedt authored
Increasing from 1 to 2 threads on an Thinkpad X60s decreased encode time in a test from ~24 s to ~19 s, so this is quite useful. Ideally we should let 0 be the default and automatically match the number of CPU cores (or something).
-
Philip Jägenstedt authored
Always using CBR when bitrate is used isn't that great, VBR mode can produce meaningful results too.
-
Sebastian Dröge authored
-
Philip Jägenstedt authored
Fixup for bug #619172.
-
Philip Jägenstedt authored
Otherwise we'll try including e.g. <vpx/vp8cx.h> which doesn't exist.
-
Philip Jägenstedt authored
Fixup for bug #619172.
-
- May 20, 2010
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #619172.
-
Philip Jägenstedt authored
This may not be very autotoolish, but works with libvpx in the state that libvpx is actually in. Moved the debug init to the elements themselves to minimize amount of #ifdefs
-
Mark Nauwelaerts authored
-
Philip Jägenstedt authored
From libvpx/vp8/encoder/onyx_int.h: #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25) While we don't need to be tied to what libvpx does internally, it doesn't make sense to pretend to support longer frame lags than are actually possible.
-
Sebastian Dröge authored
A public libvpx header includes private headers if this is defined, causing compilation failures because the private headers are not installed of course.
-
Sebastian Dröge authored
-
David Schleef authored
Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS, and fix all the Makefiles that use it. This is so that all the include directories are added in the proper order: first the directories in srcdir/builddir, then gst-plugins-base dirs, then gstreamer dirs. If the order is wrong, installed headers may be used instead of local headers and/or uninstalled headers from -base.
-
- May 19, 2010
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
David Schleef authored
-