platform/upstream/gst-plugins-base.git
14 years agoexamples: Use cairo instead of to-be-deprecated GDK API
Sebastian Dröge [Sat, 24 Jul 2010 09:48:33 +0000 (11:48 +0200)]
examples: Use cairo instead of to-be-deprecated GDK API

Fixes bug #625001.

14 years agoconfigure: set release date/time
Tim-Philipp Müller [Sat, 24 Jul 2010 08:22:28 +0000 (09:22 +0100)]
configure: set release date/time

Use the new AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO macro.

14 years agotypefinding: detect enhanced AC-3
Parthasarathi Susarla [Tue, 20 Jul 2010 06:38:52 +0000 (12:08 +0530)]
typefinding: detect enhanced AC-3

https://bugzilla.gnome.org/show_bug.cgi?id=623846

14 years agostreamsynchronizer: Fix another deadlock when going PAUSED->READY while streams are...
Sebastian Dröge [Thu, 22 Jul 2010 07:13:00 +0000 (09:13 +0200)]
streamsynchronizer: Fix another deadlock when going PAUSED->READY while streams are waiting for the GCond

14 years agoplaysink: Switch to faster pad linking methods
Edward Hervey [Tue, 20 Jul 2010 19:05:45 +0000 (21:05 +0200)]
playsink: Switch to faster pad linking methods

Logic for choice of GST_PAD_LINK_CHECK_* is as follows:
* Where return of pad_link wasn't checked before : NOTHING
* Where linking is between known compatible elements : NOTHING
* All other cases : TEMPLATE_CAPS

Slashes down playsink reconfigure by up to 50% cpu time.

14 years agoplaysink: Set add-borders=true on the videoscale instances
Sebastian Dröge [Mon, 19 Jul 2010 13:58:20 +0000 (15:58 +0200)]
playsink: Set add-borders=true on the videoscale instances

This makes sure that we always keep the display aspect ratio and
add black borders if necessary, which is usually something you want
for viewing a video.

14 years agovideoscale: Rename borders property to add-borders
Sebastian Dröge [Mon, 19 Jul 2010 13:44:40 +0000 (15:44 +0200)]
videoscale: Rename borders property to add-borders

14 years agovideoscale: update disted orc files for latest changes
Tim-Philipp Müller [Mon, 19 Jul 2010 08:39:28 +0000 (09:39 +0100)]
videoscale: update disted orc files for latest changes

14 years agovideoscale: Add support for adding black borders to keep the DAR if necessary
Sebastian Dröge [Sat, 17 Jul 2010 18:24:18 +0000 (20:24 +0200)]
videoscale: Add support for adding black borders to keep the DAR if necessary

Fixes bug #617506.

14 years agovideoscale: Fix linear scaling of UYVY scanlines
Sebastian Dröge [Sun, 18 Jul 2010 13:08:48 +0000 (15:08 +0200)]
videoscale: Fix linear scaling of UYVY scanlines

Fixes bug #624656.

14 years agovideoscale: Fix caps fixating if the height is fixed but the width isn't
Sebastian Dröge [Sat, 17 Jul 2010 17:57:00 +0000 (19:57 +0200)]
videoscale: Fix caps fixating if the height is fixed but the width isn't

14 years agovideoscale: Remove interlaced scaling again
Sebastian Dröge [Fri, 16 Jul 2010 18:41:02 +0000 (20:41 +0200)]
videoscale: Remove interlaced scaling again

This behaviour was not preferred and caused visible image quality
degradations. The real solution would be, to apply a real
deinterlacing filter before scaling the frames.

Fixes bug #615471.

14 years agovideoscale: Add helper method for filling the VSImage struct
Sebastian Dröge [Fri, 16 Jul 2010 17:06:40 +0000 (19:06 +0200)]
videoscale: Add helper method for filling the VSImage struct

14 years agotests: don't forget to dist test file for typefinding unit test
Tim-Philipp Müller [Sun, 18 Jul 2010 10:43:00 +0000 (11:43 +0100)]
tests: don't forget to dist test file for typefinding unit test

14 years agotests: add unit test for mpeg-ts typefinding bug
Tim-Philipp Müller [Sun, 18 Jul 2010 10:38:19 +0000 (11:38 +0100)]
tests: add unit test for mpeg-ts typefinding bug

See #623663.

14 years agotypefinding: make mpeg-ts typefinder scan more data
Tim-Philipp Müller [Sun, 18 Jul 2010 10:24:46 +0000 (11:24 +0100)]
typefinding: make mpeg-ts typefinder scan more data

We only look for packets with payload, but it appears there may be packets without,
which makes it harder to find the N packets with payload in a row that we need in
order to typefind this successfully, so scan some more data than necessary in the
optimistic scenario. Alternatively we could change IS_MPEGTS_HEADER().

Fixes #623663.

14 years agoplaysink/streamsynchronizer: Remove and deactivate pads after calling the change_stat...
Sebastian Dröge [Fri, 16 Jul 2010 16:51:35 +0000 (18:51 +0200)]
playsink/streamsynchronizer: Remove and deactivate pads after calling the change_state function of the parent class

Fixes some deadlocks.

14 years agostreamsynchronizer: Drop DISCONT flag on first buffer for new streams
Sebastian Dröge [Fri, 16 Jul 2010 16:25:38 +0000 (18:25 +0200)]
streamsynchronizer: Drop DISCONT flag on first buffer for new streams

Also reset stream state when going back to READY and on flush-stop.

14 years agoplaysink: Fix gapless playback in many non-simple scenarios
Sebastian Dröge [Sun, 11 Jul 2010 12:44:10 +0000 (14:44 +0200)]
playsink: Fix gapless playback in many non-simple scenarios

Before gapless playback failed when switching between audio-only,
video-only and audio-video files, when choosing different clocks
and when the different streams had different durations.

This is now handled by a helper element, which keeps track of the
running times of all streams and synchronizes them.

Fixes bug #602437.

14 years agoplaybin2: Remove QOS event adjustments for gapless playback mode
Sebastian Dröge [Sun, 11 Jul 2010 12:43:52 +0000 (14:43 +0200)]
playbin2: Remove QOS event adjustments for gapless playback mode

14 years agobaseaudiosink: Post clock-provide and clock-lost messages when going from/to PLAYING
Sebastian Dröge [Fri, 9 Jul 2010 15:15:55 +0000 (17:15 +0200)]
baseaudiosink: Post clock-provide and clock-lost messages when going from/to PLAYING

14 years agobaseaudiosrc: Post clock-provide and clock-lost messages when going from/to PLAYING
Sebastian Dröge [Fri, 9 Jul 2010 15:15:35 +0000 (17:15 +0200)]
baseaudiosrc: Post clock-provide and clock-lost messages when going from/to PLAYING

14 years agotypefind: only associate .webm with WebM
Philip Jägenstedt [Thu, 8 Jul 2010 14:11:12 +0000 (16:11 +0200)]
typefind: only associate .webm with WebM

.weba (audio) and .webv (video) were speculation on my part before
the public launch. As of yet no decision has been made on the
file extension for audio-only WebM, and I'm pretty sure there will
never be one for video-only.

Fixes bug #623837.

14 years agobaseaudiosink: Use new gst_audio_clock_new_full()
Sebastian Dröge [Thu, 8 Jul 2010 07:54:40 +0000 (09:54 +0200)]
baseaudiosink: Use new gst_audio_clock_new_full()

14 years agobaseaudiosrc: Use new gst_audio_clock_new_full()
Sebastian Dröge [Thu, 8 Jul 2010 07:54:29 +0000 (09:54 +0200)]
baseaudiosrc: Use new gst_audio_clock_new_full()

14 years agoaudioclock: API: Add gst_audio_clock_new_full() with a GDestroyNotify for the user_data
Sebastian Dröge [Thu, 8 Jul 2010 06:32:22 +0000 (08:32 +0200)]
audioclock: API: Add gst_audio_clock_new_full() with a GDestroyNotify for the user_data

Elements usually use their own instance as instance data but the
clock can have a longer lifetime than their elements and the clock
doesn't own a reference of the element.

Fixes bug #623807.

14 years agotheoraenc: Implement two pass encoding
Sebastian Dröge [Sun, 4 Jul 2010 18:29:53 +0000 (20:29 +0200)]
theoraenc: Implement two pass encoding

Fixes bug #621349.

14 years agoconfigure: Require libtheora >= 1.1
Sebastian Dröge [Sun, 4 Jul 2010 18:14:34 +0000 (20:14 +0200)]
configure: Require libtheora >= 1.1

It's more than a year old at the time of the next -base release,
has many encoder and decoder improvements and gets us rid of a lot
of #ifdefs

14 years agotheora: Use PROP_ instead of ARG_ for property enum values
Sebastian Dröge [Sun, 4 Jul 2010 18:08:25 +0000 (20:08 +0200)]
theora: Use PROP_ instead of ARG_ for property enum values

14 years agoplaysink: use proper error message code for failing state change
Mark Nauwelaerts [Tue, 4 May 2010 10:09:57 +0000 (12:09 +0200)]
playsink: use proper error message code for failing state change

14 years agoBack to development
Tim-Philipp Müller [Fri, 16 Jul 2010 10:24:21 +0000 (11:24 +0100)]
Back to development

14 years agoRelease 0.10.30 RELEASE-0.10.30
Tim-Philipp Müller [Thu, 15 Jul 2010 00:20:54 +0000 (01:20 +0100)]
Release 0.10.30

14 years agopo: update translations
Tim-Philipp Müller [Wed, 14 Jul 2010 23:32:09 +0000 (00:32 +0100)]
po: update translations

14 years agoplaybin2: Disconnect and destroy uridecodebins when going from READY to NULL
Sebastian Dröge [Wed, 14 Jul 2010 10:59:19 +0000 (12:59 +0200)]
playbin2: Disconnect and destroy uridecodebins when going from READY to NULL

Fixes spurious errors that happen after an error and playing a working
stream afterwards or signals that are emitted for non-active groups.

Fixes bug #624266.

14 years agodocs: dist more of the gst-plugin-base design docs
Tim-Philipp Müller [Thu, 8 Jul 2010 13:51:08 +0000 (14:51 +0100)]
docs: dist more of the gst-plugin-base design docs

14 years ago0.10.29.4 pre-release
Tim-Philipp Müller [Tue, 6 Jul 2010 23:35:37 +0000 (00:35 +0100)]
0.10.29.4 pre-release

14 years agopo: update translations
Tim-Philipp Müller [Tue, 6 Jul 2010 23:24:42 +0000 (00:24 +0100)]
po: update translations

14 years agoRevert "playbin2: Don't put "raw" subtitle types in the raw caps for decodebin2"
Sebastian Dröge [Tue, 6 Jul 2010 07:47:45 +0000 (09:47 +0200)]
Revert "playbin2: Don't put "raw" subtitle types in the raw caps for decodebin2"

This reverts commit 9d7538247ff1bf9841b53eeb71ddc47f2c662415.

If the DVD subpicture caps are not part of the raw caps, uridecodebin
doesn't qualify resindvdbin as raw source and plugs decodebins, which
causes broken DVD playback because of bugs elsewhere.

This change was originally added to only expose supported, raw subtitles,
e.g. if the subtitle sink did not support DVD subpictures but a converter
to some supported format exists. It's not very important right now because
we have nothing (that is autoplugged) to convert from plaintext/pango-markup
or DVD subpictures to something else.

Fixes bug #623583.

14 years agoffmpegcolorspace: Use correct Y offset for YVYU -> RGB conversions
Sebastian Dröge [Sun, 4 Jul 2010 15:27:25 +0000 (17:27 +0200)]
ffmpegcolorspace: Use correct Y offset for YVYU -> RGB conversions

Fixes bug #623530.

14 years agoffmpegcolorspace: Use correct Y offset for the YUY2 -> RGB conversions
Sebastian Dröge [Sun, 4 Jul 2010 15:26:03 +0000 (17:26 +0200)]
ffmpegcolorspace: Use correct Y offset for the YUY2 -> RGB conversions

Fixes bug #623530.

14 years agodocs: update ogg introspection info after riff fourcc addition
Tim-Philipp Müller [Sun, 4 Jul 2010 13:55:50 +0000 (14:55 +0100)]
docs: update ogg introspection info after riff fourcc addition

14 years agoffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale
Sebastian Dröge [Fri, 2 Jul 2010 18:09:58 +0000 (20:09 +0200)]
ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale

The last pixel wasn't written before for odd widths.

Fixes bug #623418.

14 years agoffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to RGB
Sebastian Dröge [Fri, 2 Jul 2010 12:56:02 +0000 (14:56 +0200)]
ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to RGB

The last pixel wasn't written before.

Fixes bug #623384.

14 years agoffmpegcolorspace: Fix invalid memory accesses with odd widths/heights during subsampling
Sebastian Dröge [Fri, 2 Jul 2010 11:59:55 +0000 (13:59 +0200)]
ffmpegcolorspace: Fix invalid memory accesses with odd widths/heights during subsampling

Fixes bug #623375.

14 years agoplaybin2: If setup of the source element fails in READY->PAUSED deactive the current...
Sebastian Dröge [Thu, 1 Jul 2010 19:21:38 +0000 (21:21 +0200)]
playbin2: If setup of the source element fails in READY->PAUSED deactive the current group

Otherwise the uridecodebin will be still a child of playbin2 and
its signals will still be connected. In future state changes this
will then emit unrelated signals that will confuse playbin2 or,
even worse, cause crashes and assertions.

Fixes bug #623318.

14 years agoriff: add FLV4 fourcc and map it to video/x-vp6-flash
Tim-Philipp Müller [Wed, 30 Jun 2010 20:20:37 +0000 (21:20 +0100)]
riff: add FLV4 fourcc and map it to video/x-vp6-flash

Fixes #623176.

14 years agonetbuffer: declare with G_DEFINE_TYPE for type safety
Olivier Crête [Wed, 30 Jun 2010 19:13:10 +0000 (15:13 -0400)]
netbuffer: declare with G_DEFINE_TYPE for type safety

Fixes #623233.

14 years agooggdemux: Handle errors from _get_next_page in _do_seek.
Fredrik Söderquist [Thu, 24 Jun 2010 14:55:57 +0000 (16:55 +0200)]
oggdemux: Handle errors from _get_next_page in _do_seek.

If the source element failed here, oggdemux would crash.

Fixes #623218.

14 years agoconfigure: keep things sorted alphabetically
Tim-Philipp Müller [Wed, 30 Jun 2010 10:00:45 +0000 (11:00 +0100)]
configure: keep things sorted alphabetically

On special request. Because it's important, apparently.

14 years ago0.10.29.3 pre-release
Tim-Philipp Müller [Tue, 29 Jun 2010 17:48:15 +0000 (18:48 +0100)]
0.10.29.3 pre-release

14 years agoconfigure: fix --disable-external
Tim-Philipp Müller [Tue, 29 Jun 2010 17:46:18 +0000 (18:46 +0100)]
configure: fix --disable-external

14 years agoBump automake requirement to 1.10
Tim-Philipp Müller [Mon, 28 Jun 2010 14:43:30 +0000 (15:43 +0100)]
Bump automake requirement to 1.10

For maintainability reasons and $(builddir).

Fixes #622944.

14 years agoexamples: Remove some #if GTK_CHECK_VERSION(2,12,0)
Sebastian Dröge [Sun, 27 Jun 2010 08:43:23 +0000 (10:43 +0200)]
examples: Remove some #if GTK_CHECK_VERSION(2,12,0)

We depend on GTK+ >= 2.14 already.

14 years agovideotestsrc: Explicitely link with $(LIBM)
Sebastian Dröge [Sat, 26 Jun 2010 19:28:31 +0000 (21:28 +0200)]
videotestsrc: Explicitely link with $(LIBM)

14 years agovideoscale: Explicitely link with $(LIBM)
Sebastian Dröge [Sat, 26 Jun 2010 19:27:44 +0000 (21:27 +0200)]
videoscale: Explicitely link with $(LIBM)

14 years ago0.10.29.2 pre-release
Tim-Philipp Müller [Sat, 26 Jun 2010 17:19:56 +0000 (18:19 +0100)]
0.10.29.2 pre-release

14 years agogst: update orc files
Tim-Philipp Müller [Sat, 26 Jun 2010 17:19:33 +0000 (18:19 +0100)]
gst: update orc files

14 years agopo: update translations
Tim-Philipp Müller [Sat, 26 Jun 2010 17:19:16 +0000 (18:19 +0100)]
po: update translations

14 years agodecodebin2: Properly clean DecodeChain after errors.
Edward Hervey [Sat, 26 Jun 2010 15:55:12 +0000 (17:55 +0200)]
decodebin2: Properly clean DecodeChain after errors.

If an error happens, the PAUSED state will never be reached. If an
application re-uses decodebin2 (like totem) where one would normally
set to READY between each file, the cleanup that normally happens in
the PAUSED=>READY codepath will never be called, resulting in the
following file to re-use the previous demuxer/decoder/...

https://bugzilla.gnome.org/show_bug.cgi?id=622807

14 years agodocs: fix a few typos
Tim-Philipp Müller [Sat, 26 Jun 2010 11:39:34 +0000 (12:39 +0100)]
docs: fix a few typos

14 years agochecks: simplify GstBus usage in videoscale unit test
Tim-Philipp Müller [Sat, 26 Jun 2010 11:03:54 +0000 (12:03 +0100)]
checks: simplify GstBus usage in videoscale unit test

There's no need to run a main loop, add a bus watch and deal with
helper structs here just to wait for an EOS message.

14 years agochecks: speed up videoscale unit test a little
Tim-Philipp Müller [Sat, 26 Jun 2010 10:38:56 +0000 (11:38 +0100)]
checks: speed up videoscale unit test a little

Use new gst_element_link_pads_full() function to link elements,
and disable all checks when linking (don't try this at home).

Down to 18s from 3m20s. Scary.

14 years agoringbuffer: check for ringbuffer state first
Wim Taymans [Fri, 25 Jun 2010 15:18:34 +0000 (17:18 +0200)]
ringbuffer: check for ringbuffer state first

Check for the state of the ringbuffer before doing the checks of the other
buffer properties, when we're not started, we don't care about those values.

14 years agoffmpegcolorspace: Use a more concise pad template
Edward Hervey [Thu, 24 Jun 2010 11:30:59 +0000 (13:30 +0200)]
ffmpegcolorspace: Use a more concise pad template

Speeds up caps nego 2 fold

https://bugzilla.gnome.org/show_bug.cgi?id=622696

14 years agotests: make audio-trickplay test compile when the gst debugging system is disabled
Tim-Philipp Müller [Thu, 24 Jun 2010 14:31:31 +0000 (15:31 +0100)]
tests: make audio-trickplay test compile when the gst debugging system is disabled

Fixes unused variable warning in that case.

14 years agotests: add test that runs all typefinders over random data
Tim-Philipp Müller [Thu, 24 Jun 2010 14:13:31 +0000 (15:13 +0100)]
tests: add test that runs all typefinders over random data

14 years agotypefinding: Mark ISO 14496-14 files as video/quicktime
Arun Raghavan [Sun, 6 Jun 2010 07:01:35 +0000 (12:31 +0530)]
typefinding: Mark ISO 14496-14 files as video/quicktime

These are currently being marked as audio/x-m4a which is incorrect.

https://bugzilla.gnome.org/show_bug.cgi?id=620720

14 years ago.gitignore: add temporary orc test directory
Tim-Philipp Müller [Thu, 24 Jun 2010 12:42:20 +0000 (13:42 +0100)]
.gitignore: add temporary orc test directory

14 years agotests: add plugin loading whitelist to test environment
Tim-Philipp Müller [Thu, 24 Jun 2010 12:30:50 +0000 (13:30 +0100)]
tests: add plugin loading whitelist to test environment

Only want to load core/-base plugins here.

14 years agoAutomatic update of common submodule
Stefan Kost [Thu, 24 Jun 2010 12:09:04 +0000 (15:09 +0300)]
Automatic update of common submodule

From 73ff93a to a519571

14 years agotag: Fix printf format string
Thiago Santos [Thu, 24 Jun 2010 11:41:42 +0000 (08:41 -0300)]
tag: Fix printf format string

Use %s for strings, not %d.

14 years agovideoscale: Fix resampling of ARGB scanlines
Sebastian Dröge [Thu, 24 Jun 2010 10:06:05 +0000 (12:06 +0200)]
videoscale: Fix resampling of ARGB scanlines

Previously we would read behind the end of the source lines.

14 years agotag: xmp: Adds GST_TAG_IMAGE_ORIENTATION mapping
Thiago Santos [Wed, 16 Jun 2010 17:08:05 +0000 (14:08 -0300)]
tag: xmp: Adds GST_TAG_IMAGE_ORIENTATION mapping

Adds GST_TAG_IMAGE_ORIENTATION mapping to xmp helper lib.
Tests included.

14 years agotag: exif: Adds mapping for GST_TAG_IMAGE_ORIENTATION
Thiago Santos [Wed, 16 Jun 2010 14:19:37 +0000 (11:19 -0300)]
tag: exif: Adds mapping for GST_TAG_IMAGE_ORIENTATION

Adds GST_TAG_IMAGE_ORIENTATION to the exif helper lib mapped tags.
Tests included.

14 years agoplaysink: clear ts-offset pointer
Wim Taymans [Wed, 23 Jun 2010 10:10:32 +0000 (12:10 +0200)]
playsink: clear ts-offset pointer

We need to clear the pointer to our ts-offset element when we destroy the video
chain elements to make sure nobody derefs it to invalid memory afterwards.

14 years agoplaysink: Reset ts_offset field when freeing chain
Edward Hervey [Wed, 23 Jun 2010 08:16:07 +0000 (10:16 +0200)]
playsink: Reset ts_offset field when freeing chain

Otherwise we would end up with a bogus ->audiochain->ts_offset field
which would cause segfaults/assertions when trying to modify the
'ts-offset' property in update_av_offset().

Was easy to trigger when using a list of audio+video files mixed with
video-only files in totem.

14 years agotests: use our own macros for the tests main function
Stefan Kost [Fri, 18 Jun 2010 13:37:14 +0000 (16:37 +0300)]
tests: use our own macros for the tests main function

14 years agotag: Use gst_tag_list_peek_string_index in vorbistag
Thiago Santos [Fri, 18 Jun 2010 17:17:30 +0000 (14:17 -0300)]
tag: Use gst_tag_list_peek_string_index in vorbistag

Use _peek_string_index instead of _get_string_index to avoid
a string copy

14 years agoximagesink: Ask pad peer to accept new caps once only
Philippe Normand [Mon, 14 Jun 2010 10:27:02 +0000 (12:27 +0200)]
ximagesink: Ask pad peer to accept new caps once only

In buffer_alloc, if the buffer caps are new, call
gst_pad_peer_accept_caps once only, it's useless to call it in the
cases where we know it will always fail.

Fixes bug #621190

14 years agoffmpegcolorspace: Add YUY2/YVYU to all RGB formats conversions
Sebastian Dröge [Thu, 17 Jun 2010 15:07:39 +0000 (17:07 +0200)]
ffmpegcolorspace: Add YUY2/YVYU to all RGB formats conversions

14 years agoffmpegcolorspace: Fix Y42B to YUY2/YVYU/UYVY conversion for odd widths
Sebastian Dröge [Thu, 17 Jun 2010 14:57:43 +0000 (16:57 +0200)]
ffmpegcolorspace: Fix Y42B to YUY2/YVYU/UYVY conversion for odd widths

14 years agoffmpegcolorspace: Fix YUY2/YVYU/UYVY to Y42B conversion for odd widths
Sebastian Dröge [Thu, 17 Jun 2010 14:54:56 +0000 (16:54 +0200)]
ffmpegcolorspace: Fix YUY2/YVYU/UYVY to Y42B conversion for odd widths

14 years agodocs: update introspected plugin docs for gstdoc-scangobj and other changes
Tim-Philipp Müller [Thu, 17 Jun 2010 15:06:53 +0000 (16:06 +0100)]
docs: update introspected plugin docs for gstdoc-scangobj and other changes

Update common for latest gstdoc-scangobj and inspect xml files for
escaping and pad template order changes. Update other gtk-doc files
for API additions and object hierarchy changes.

14 years agodecodebin2: improve autoplugging
Wim Taymans [Wed, 16 Jun 2010 17:15:20 +0000 (19:15 +0200)]
decodebin2: improve autoplugging

Use the pad caps when they are available to continue the autoplugging. If the
pad caps are set, they are fixed and then we can directly continue autoplugging.

14 years agoAutomatic update of common submodule
Edward Hervey [Tue, 15 Jun 2010 14:49:17 +0000 (16:49 +0200)]
Automatic update of common submodule

From 9339ccc to 35617c2

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:53:49 +0000 (16:53 +0300)]
Automatic update of common submodule

From 5adb1ca to 9339ccc

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:34:54 +0000 (16:34 +0300)]
Automatic update of common submodule

From 57c89b7 to 5adb1ca

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 12:32:34 +0000 (15:32 +0300)]
Automatic update of common submodule

From c804988 to 57c89b7

14 years agoRevert "audioresample: set pads as negotiable"
Edward Hervey [Tue, 15 Jun 2010 11:09:37 +0000 (13:09 +0200)]
Revert "audioresample: set pads as negotiable"

This reverts commit 5f74f3a82eb54f9a9517f99dffbe45ce4d474870.

14 years agoRevert "audioconvert: set pads negotiable"
Edward Hervey [Tue, 15 Jun 2010 11:09:29 +0000 (13:09 +0200)]
Revert "audioconvert: set pads negotiable"

This reverts commit bbd7dee8f604bd0373a82e6e5cc3eec8313806ac.

14 years agovideoscale: Fix black horizontal line in image
David Schleef [Mon, 14 Jun 2010 22:19:32 +0000 (15:19 -0700)]
videoscale: Fix black horizontal line in image

14 years agotag: xmp: Init char variable for gps coordinates
Thiago Santos [Mon, 14 Jun 2010 18:05:16 +0000 (15:05 -0300)]
tag: xmp: Init char variable for gps coordinates

Initialize char variable for gps coordinates deserialization to 0
to identify when it couldn't be parsed/found and error out.

Fixes #621509

14 years agoaudioconvert: set pads negotiable
Wim Taymans [Mon, 14 Jun 2010 16:10:52 +0000 (18:10 +0200)]
audioconvert: set pads negotiable

14 years agoaudioresample: set pads as negotiable
Wim Taymans [Mon, 14 Jun 2010 15:48:58 +0000 (17:48 +0200)]
audioresample: set pads as negotiable

14 years agoRevert accidental downgrade of common revision.
Tim-Philipp Müller [Mon, 14 Jun 2010 15:25:46 +0000 (16:25 +0100)]
Revert accidental downgrade of common revision.

14 years agovideoscale: And only expect a single buffer in the unit test
Sebastian Dröge [Mon, 14 Jun 2010 14:07:21 +0000 (16:07 +0200)]
videoscale: And only expect a single buffer in the unit test

14 years agovideoscale: Only convert one buffer instead of five
Sebastian Dröge [Mon, 14 Jun 2010 14:02:13 +0000 (16:02 +0200)]
videoscale: Only convert one buffer instead of five

Should make the unit test a lot faster.

14 years agotypefindfunctions: Fix unitialized variables
Edward Hervey [Mon, 14 Jun 2010 12:13:32 +0000 (14:13 +0200)]
typefindfunctions: Fix unitialized variables

yay macosx compilers :(

14 years agovideo: Fix unitialized variable.
Edward Hervey [Mon, 14 Jun 2010 12:13:16 +0000 (14:13 +0200)]
video: Fix unitialized variable.

yay macosx compilers :(

14 years agoffmpegcolorspace: Use Quarks for structure name/field checking
Edward Hervey [Mon, 14 Jun 2010 11:27:01 +0000 (13:27 +0200)]
ffmpegcolorspace: Use Quarks for structure name/field checking