- May 14, 2011
- May 10, 2011
-
-
Tim-Philipp Müller authored
Highlights: - support for 16-bit-per-component video formats - playbin2 fixes and improvements for custom and non-raw sinks - oggmux muxes based on running time now - many other fixes and improvements
-
- Apr 30, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 27, 2011
-
-
Tim-Philipp Müller authored
-
- Apr 25, 2011
-
-
David Schleef authored
Fix for 7c0b702e. It helps to get your j+1's right.
-
David Schleef authored
Fixes #648548. Orc generates bad code for gst_videoscale_orc_resample_merge_bilinear_u32, so we'll use the slightly slower two-stage process. I'd fix Orc, but it's hard to get excited about fixing a feature that I'm planning to deprecate and replace.
-
- Apr 24, 2011
-
-
-
-
Tim-Philipp Müller authored
From c3cafe1 to 46dfcea
-
-
-
Víctor Manuel Jáquez Leal authored
Exif uses tags like image-vertical-ppi or image-horizontal-ppi which are registered in gst_tag_register_musicbrainz_tags(), but neither GstExifReader nor GstExifWriter register them. https://bugzilla.gnome.org/show_bug.cgi?id=648459
-
Tim-Philipp Müller authored
-
- Apr 21, 2011
-
-
Tim-Philipp Müller authored
Turn Rene's test pipeline into a unit test. https://bugzilla.gnome.org/show_bug.cgi?id=648220
-
- Apr 18, 2011
-
-
Håvard Graff authored
Fixes #635784
-
Sebastian Dröge authored
Fixes bug #647857.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Prevents a valgrind warning about possibly leaked memory, see bug #647763.
-
- Apr 17, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
libgstfft doesn't actually use any symbols from libgstreamer, so when compiling with -Wl,--as-needed it won't even link to it, which can cause failures with older versions of g-i that ignore the --pkg arguments. Should fix PPA build failure on Ubuntu Maverick
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Instead of doing it over and over again when instantiating a new instance.
-
Sebastian Dröge authored
timeoverlay/clockoverlay are setting some global options on the context that shouldn't be used for the generic textoverlay.
-
- Apr 16, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Thibault Saunier authored
Tremolo is an ARM-optimised version of xiph's tremor library.
-
Vincent Penquerc'h authored
Ogg mandates the first header packet must determine a stream's type. However, some streams (such as VP8) do not include such a header when muxed in other containers, and thus do not include this header as a buffer, but only in caps. We thus use headers from caps when available to determine a new stream's type. https://bugzilla.gnome.org/show_bug.cgi?id=647856
-
Tim-Philipp Müller authored
Make sure the scanner doesn't load or introspect or check any plugins, (especially not outside the build directory).
-
- Apr 15, 2011
-
-
Tim-Philipp Müller authored
Hopefully makes the gentoo buildbot happy again.
-
Mark Nauwelaerts authored
-
- Apr 14, 2011
-
-
Mark Nauwelaerts authored
... since going async to PAUSED might fail, and never making it to PAUSED subsequently skips going down to READY. Fixes #647781.
-
David Schleef authored
This reverts commit 500d14c3.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
See bug #647756.
-
Sebastian Dröge authored
-
Sreerenj Balachandran authored
The default case handles them already
-