- 16 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 15 Oct, 2010 15 commits
-
-
Thiago Santos authored
Adds a tag to indicate the source/device used for the capture. Already maps it in exif and adds tests. API: GST_TAG_CAPTURING_SOURCE https://bugzilla.gnome.org/show_bug.cgi?id=631773
-
Thiago Santos authored
Adds a tag to inform what mode was used by a camera to calculate the picture capturing exposure Also adds mapping to exif and tests API: GST_TAG_CAPTURING_METERING_MODE https://bugzilla.gnome.org/show_bug.cgi?id=631773
-
Thiago Santos authored
Adds new tag for tagging sharpness processing used when capturing an image. Also maps it in the exif tags. Tests included. API: GST_TAG_CAPTURING_SHARPNESS https://bugzilla.gnome.org/show_bug.cgi?id=631773
-
Tim-Philipp Müller authored
Make sure the marshaller function isn't exported. As it was never in a public header file, this should be fine.
-
Tim-Philipp Müller authored
Apparently noinst implies dist.
-
David Schleef authored
-
David Schleef authored
-
Tim-Philipp Müller authored
There's no reason to make the marshaller public API. Don't install pbutils-marshal.h header file and use prefix that makes sure the symbol doesn't get exported.
-
Tim-Philipp Müller authored
Also fix typo in DISTCLEANFILES.
-
Tim-Philipp Müller authored
Has fixes for volume, among other things.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is planar 4:2:0 YUV plus non-subsampled alpha plane.
-
- 14 Oct, 2010 3 commits
-
-
David Schleef authored
From 5a668bf to 7bbd708
-
Tim-Philipp Müller authored
Field should be "stream-format", not "stream-type".
-
Andrzej K. Haczewski authored
Extend AAC typefinder to recognize LOAS stream as specified by ISO/IEC 14496-3:2009. https://bugzilla.gnome.org/show_bug.cgi?id=623918
-
- 13 Oct, 2010 5 commits
-
-
Stefan Kost authored
This makes calling gst_pad_get_pad_template() work.
-
Thiago Santos authored
Updates datetime functions to latest APIs in core
-
Stefan Kost authored
-
-
-
- 12 Oct, 2010 4 commits
-
-
Wim Taymans authored
Only keep the last valid granulepos we see when scanning the last pages. It is possible that the last page that we inspect has a -1 granulepos, in which case we want to keep the previous valid time instead. Fixes #631703
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
- 11 Oct, 2010 2 commits
-
-
Thiago Santos authored
Adds missing lib to vorbis check tests makefile
-
Sebastian Dröge authored
uridecodebin behaves like a source, let's mark it as a source
-
- 10 Oct, 2010 5 commits
-
-
Tim-Philipp Müller authored
Since this is just a debugging feature and libtheora will usually not be compiled with that option enabled, we should maybe just hide these properties, since they won't work anyway, and avoid confusing warnings. Also rename properties to make them less cryptic. https://bugzilla.gnome.org/show_bug.cgi?id=628488
-
Alexey Fisher authored
The theora decoder can overlay debugging information on the output video. This functionality is only available if libtheora has been compiled with --enable-telemetry. For more details see: http://people.xiph.org/~xiphmont/demo/theora/demo2.html Based on original patch by Michael Smith <msmith at xiph org> https://bugzilla.gnome.org/show_bug.cgi?id=628488
-
Sebastian Dröge authored
Fixes bug #631774.
-
Vincent Penquerc'h authored
-
Guillaume Emont authored
Files with a skeleton, or other files with a stream that ends before the end of the chain would start playing from the end of the chain when trying to seek with a negative rate at a position between the end of any stream and the end of the chain. This is due to the loop in _do_seek() assuming that pages will be encountered for all streams shortly after the place where we want to seek, as found by do_binary_search(). In the first iteration of the loop, stream ends are now checked against the time of the current page.
-
- 07 Oct, 2010 1 commit
-
-
Zaheer Abbas Merali authored
-
- 08 Oct, 2010 4 commits
-
-
David Schleef authored
From c4a8adc to 5a668bf
-
Edward Hervey authored
-
Edward Hervey authored
This allows the various _get_*_description() methods to be more forgiving with the provided caps.
-
Sebastian Dröge authored
From 5e3c9bf to c4a8adc
-