platform/upstream/gstreamer.git
13 years agoconfigure.ac: export plugin description more platform independent
Mark Nauwelaerts [Mon, 28 Feb 2011 18:58:41 +0000 (19:58 +0100)]
configure.ac: export plugin description more platform independent

Fixes #642504.

13 years agoAutomatic update of common submodule
Mark Nauwelaerts [Mon, 28 Feb 2011 17:33:13 +0000 (18:33 +0100)]
Automatic update of common submodule

From 1de7f6a to 6aec6b9

13 years agoRevert "aacparse: allow parsed frames on sink pad"
David Schleef [Sat, 26 Feb 2011 21:53:44 +0000 (13:53 -0800)]
Revert "aacparse: allow parsed frames on sink pad"

This reverts commit e49b89d5c5a1244fa0dcb8bb4996e38fb9bff9e5.

13 years agocolorspace: set dithering enum directly
David Schleef [Sat, 26 Feb 2011 03:59:05 +0000 (19:59 -0800)]
colorspace: set dithering enum directly

13 years agocolorspace: Add support for r210
David Schleef [Sat, 26 Feb 2011 03:57:47 +0000 (19:57 -0800)]
colorspace: Add support for r210

13 years agoaacparse: allow parsed frames on sink pad
David Schleef [Thu, 24 Feb 2011 01:25:03 +0000 (17:25 -0800)]
aacparse: allow parsed frames on sink pad

13 years agobaseparse: make_metadata_writable() fix
David Schleef [Thu, 24 Feb 2011 01:24:14 +0000 (17:24 -0800)]
baseparse: make_metadata_writable() fix

13 years agojifmux: tests: Increase bus waiting timeout
Thiago Santos [Thu, 24 Feb 2011 12:29:51 +0000 (09:29 -0300)]
jifmux: tests: Increase bus waiting timeout

Double bus waiting timeout as sometimes the test would fail
because it would timeout and get no messages from the bus.

13 years agobaseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad
Tim-Philipp Müller [Mon, 21 Feb 2011 13:24:03 +0000 (13:24 +0000)]
baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad

We use it for video as well now.

13 years agoRevert "Check that collectpads exists before removing pad"
Edward Hervey [Mon, 21 Feb 2011 11:14:59 +0000 (12:14 +0100)]
Revert "Check that collectpads exists before removing pad"

This reverts commit 6d8740476ccd3a3498dc4f18c19733643825c7b8.

Depends on a core commit that was reverted

13 years agoCheck that collectpads exists before removing pad
David Schleef [Mon, 21 Feb 2011 07:57:19 +0000 (23:57 -0800)]
Check that collectpads exists before removing pad

The core now calls release pad from finalize, at which point
the collectpads might have already been freed.

13 years agocolorspace: Fix YUV->RGB matrixing
David Schleef [Mon, 21 Feb 2011 07:01:30 +0000 (23:01 -0800)]
colorspace: Fix YUV->RGB matrixing

13 years agocolorspace: Add dithering
David Schleef [Mon, 21 Feb 2011 06:43:56 +0000 (22:43 -0800)]
colorspace: Add dithering

Dithering only happens when a 16-bit-per-channel format is
involved.

13 years agoxviddec: bodge to avoid crashes
Vincent Penquerc'h [Tue, 11 Jan 2011 10:32:47 +0000 (10:32 +0000)]
xviddec: bodge to avoid crashes

It seems xvidcore overreads its input buffer, so a nasty workaround
is to allocate some more memory (16 bytes seem to be enough).
There is no apparent image corruption with these extra bytes set to 0,
valgrind is much happier, and the crashes go away.
It is ugly, and slower though. But then, xviddec is currently
not autoplugged for playback anyway.

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

13 years agocolorspace: fix a few formats
David Schleef [Sun, 20 Feb 2011 22:14:27 +0000 (14:14 -0800)]
colorspace: fix a few formats

13 years agocolorspace: Add 16-bit-per-channel handling
David Schleef [Sat, 19 Feb 2011 21:12:41 +0000 (13:12 -0800)]
colorspace: Add 16-bit-per-channel handling

13 years agocolorspace: Fix memleak
David Schleef [Sat, 19 Feb 2011 21:13:13 +0000 (13:13 -0800)]
colorspace: Fix memleak

13 years agobasevideocodec: remove parser in favor of baseparse
David Schleef [Sat, 19 Feb 2011 21:07:39 +0000 (13:07 -0800)]
basevideocodec: remove parser in favor of baseparse

13 years agovideoparsers: change plugin filename from libgsth263parse* to libgstvideoparsersbad*
Tim-Philipp Müller [Fri, 18 Feb 2011 15:24:54 +0000 (15:24 +0000)]
videoparsers: change plugin filename from libgsth263parse* to libgstvideoparsersbad*

Due to a registry bug you may need to manually remove your
registry file to make the new plugin appear with >0 features.

13 years agompegtspacketizer: fix log message printf format
Tim-Philipp Müller [Fri, 18 Feb 2011 15:17:17 +0000 (15:17 +0000)]
mpegtspacketizer: fix log message printf format

13 years agobaseparse: trim trailing whitespace
Stefan Kost [Fri, 18 Feb 2011 13:05:31 +0000 (15:05 +0200)]
baseparse: trim trailing whitespace

13 years agobaseparse: use delta-unit flags instead of none
Stefan Kost [Fri, 18 Feb 2011 13:05:03 +0000 (15:05 +0200)]
baseparse: use delta-unit flags instead of none

13 years agoindexing-example: use proper signal names
Stefan Kost [Fri, 18 Feb 2011 13:00:05 +0000 (15:00 +0200)]
indexing-example: use proper signal names

13 years agorsvgoverlay: allow negative values for x/y/width/height
Olivier Aubert [Fri, 18 Feb 2011 08:40:00 +0000 (09:40 +0100)]
rsvgoverlay: allow negative values for x/y/width/height

13 years agovideoparsers: fix build
Tim-Philipp Müller [Fri, 18 Feb 2011 12:39:08 +0000 (12:39 +0000)]
videoparsers: fix build

Add includes and link against new libgstbaseparse in the
build tree.

13 years agompegtsdemux: Fix disting of headers
David Schleef [Thu, 17 Feb 2011 22:32:46 +0000 (14:32 -0800)]
mpegtsdemux: Fix disting of headers

13 years agobaseparse: update documentation for API changes
David Schleef [Thu, 17 Feb 2011 21:22:28 +0000 (13:22 -0800)]
baseparse: update documentation for API changes

13 years agotests: fix baseparse test
David Schleef [Wed, 13 Oct 2010 23:12:02 +0000 (16:12 -0700)]
tests: fix baseparse test

13 years agovideoparsers: Add dirac parser
David Schleef [Sat, 9 Oct 2010 22:08:39 +0000 (15:08 -0700)]
videoparsers: Add dirac parser

13 years agoelement-maker: do test build with -fPIC
David Schleef [Thu, 17 Feb 2011 21:20:46 +0000 (13:20 -0800)]
element-maker: do test build with -fPIC

13 years agoelement-maker: Add baseparse template
David Schleef [Sat, 9 Oct 2010 22:06:12 +0000 (15:06 -0700)]
element-maker: Add baseparse template

13 years agobaseparse: Create baseparse library
David Schleef [Wed, 13 Oct 2010 22:39:55 +0000 (15:39 -0700)]
baseparse: Create baseparse library

13 years agodvdsubdec: make up clut values if they weren't set
David Schleef [Thu, 17 Feb 2011 05:17:57 +0000 (21:17 -0800)]
dvdsubdec: make up clut values if they weren't set

13 years agompegtsmux: fix release_pad
David Schleef [Sun, 5 Dec 2010 03:55:32 +0000 (19:55 -0800)]
mpegtsmux: fix release_pad

Remove bogus freeing of pad element_private data that we
never set (collectpads uses it, which causes confusion here).
Also, check that our collectpads instance exists before using
it.  Partial fix for #636011.

13 years agompegtsdemux: use G_GUINT64_FORMAT as format specifier for guint64
Janne Grunau [Thu, 17 Feb 2011 20:33:56 +0000 (21:33 +0100)]
mpegtsdemux: use G_GUINT64_FORMAT as format specifier for guint64

fixes compilation on 32bit

13 years agocolorspace: Fix memory leak
David Schleef [Wed, 16 Feb 2011 02:12:02 +0000 (18:12 -0800)]
colorspace: Fix memory leak

13 years agompegtsdemux: relicense gstmpegdefs.h, gstmpegdesc.h and gstmpegdesc.c to LGPL only
Janne Grunau [Thu, 10 Feb 2011 11:35:47 +0000 (12:35 +0100)]
mpegtsdemux: relicense gstmpegdefs.h, gstmpegdesc.h and gstmpegdesc.c to LGPL only

with permission from the license header:
"""
This library is licensed under 2 different licenses and you
can choose to use it under the terms of either one of them. The
two licenses are the MPL 1.1 and the LGPL.
"""

13 years agompegtsdemux: add MPEG TS demuxer rewrite from Edward Hervey
Janne Grunau [Wed, 16 Feb 2011 16:57:42 +0000 (17:57 +0100)]
mpegtsdemux: add MPEG TS demuxer rewrite from Edward Hervey

with contributions from Miquel Angel Farre Guiu and Zaheer Abbas Merali

13 years agobaseparse: tune QUERY_SEEKING response
Mark Nauwelaerts [Thu, 17 Feb 2011 13:12:43 +0000 (14:12 +0100)]
baseparse: tune QUERY_SEEKING response

Even if we currently do not have a duration yet, assume seekable if
it looks like we'll likely be able to determine it later on
(which coincides with needed information to perform seeking).

13 years agobaseparse: tune QUERY_SEEKING response
Mark Nauwelaerts [Mon, 7 Feb 2011 13:46:57 +0000 (14:46 +0100)]
baseparse: tune QUERY_SEEKING response

Even if we currently do not have a duration yet, assume seekable if
it looks like we'll likely be able to determine it later on
(which coincides with needed information to perform seeking).

Fixes #641047.

13 years agofaac: remove extraneous buffer unref
Mark Nauwelaerts [Thu, 17 Feb 2011 11:28:56 +0000 (12:28 +0100)]
faac: remove extraneous buffer unref

13 years agoicles: Completely remove equalizer-test from -bad, it's in -good now
Sebastian Dröge [Wed, 16 Feb 2011 14:29:29 +0000 (15:29 +0100)]
icles: Completely remove equalizer-test from -bad, it's in -good now

13 years agoequalizer-test: Initialize debug category after gst_init() to fix segfault
Sebastian Dröge [Wed, 16 Feb 2011 14:23:50 +0000 (15:23 +0100)]
equalizer-test: Initialize debug category after gst_init() to fix segfault

13 years agoAutomatic update of common submodule
Stefan Kost [Mon, 14 Feb 2011 10:53:49 +0000 (12:53 +0200)]
Automatic update of common submodule

From f94d739 to 1de7f6a

13 years agodocs: remove duplicated rule from Makefile.am
Stefan Kost [Mon, 14 Feb 2011 10:14:12 +0000 (12:14 +0200)]
docs: remove duplicated rule from Makefile.am

This causes a make warning and might even cause dist-failure. Other modules
don't need to override the target either and if we can fi it in
common/gtk-doc-plugins.mak.

13 years agodocs: add rsvg plugin to the docs
Stefan Kost [Mon, 14 Feb 2011 09:48:34 +0000 (11:48 +0200)]
docs: add rsvg plugin to the docs

13 years agorsvgdec: add basic doc-blob
Stefan Kost [Mon, 14 Feb 2011 09:42:52 +0000 (11:42 +0200)]
rsvgdec: add basic doc-blob

13 years agorsvgoverlay: implement x/y/width/height (absolute and relative) positioning and dimen...
Olivier Aubert [Fri, 11 Feb 2011 16:59:31 +0000 (17:59 +0100)]
rsvgoverlay: implement x/y/width/height (absolute and relative) positioning and dimensioning

Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
13 years agocamerabin: application element memory leak fixes
Teemu Katajisto [Thu, 10 Feb 2011 14:00:03 +0000 (16:00 +0200)]
camerabin: application element memory leak fixes

 If videobin/imagebin was never set to READY state the ownership
 of elements created and set by application were never taken by
 bin and therefore gst_object_sink is called for these elements
 before unreffing (they may still be in floating state and not
 unreffed properly without sinking first)

13 years agophotography interface: update the noise_reduction type from guint to GstPhotographyNo...
Hu Gang [Thu, 10 Feb 2011 02:35:18 +0000 (10:35 +0800)]
photography interface: update the noise_reduction type from guint to GstPhotographyNoiseReduction

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

13 years agobaseparse: Update min/max bitrate before first posting them
Arun Raghavan [Tue, 8 Feb 2011 18:09:24 +0000 (23:39 +0530)]
baseparse: Update min/max bitrate before first posting them

This avoids posting an initial min-bitrate of G_UINTMAX and max-bitrate
of 0.

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

13 years agompegaudioparse: Post CBR bitrate as nominal bitrate
Arun Raghavan [Tue, 8 Feb 2011 18:20:13 +0000 (23:50 +0530)]
mpegaudioparse: Post CBR bitrate as nominal bitrate

Even if VBR headers are missing, we can't guarantee that a stream is in
fact a CBR stream, so it's safer to let baseparse calculate the average
bitrate rather than assume a CBR stream. However, in order to make
/some/ metadata available before the requisite number of frames have
been parsed, this posts the bitrate from the non-VBR headers as the
nominal bitrate.

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

13 years agocamerabin: Always take photo when preview-caps is set
Luciana Fujii Pontello [Fri, 4 Feb 2011 03:00:55 +0000 (01:00 -0200)]
camerabin: Always take photo when preview-caps is set

When filename is not set, but preview-caps is set, take the photo and
send its preview.

13 years agocamerabin: Events with select-all in input-selector
Luciana Fujii Pontello [Wed, 26 Jan 2011 13:49:48 +0000 (11:49 -0200)]
camerabin: Events with select-all in input-selector

When select-all was set, input-selector wasn't handling upstream events.
Now input-selector forwards the event to all of its sink pads. This
changes the input-selector internal to camerabin until it is replaced
with a better solution.

13 years agodirectdrawsink: avoid aspect-ratio borders overlying other windows
Mark Nauwelaerts [Mon, 7 Feb 2011 22:17:55 +0000 (23:17 +0100)]
directdrawsink: avoid aspect-ratio borders overlying other windows

Fixes #632056.

13 years agodirectdrawsink: avoid rendering to invalid area
Mark Nauwelaerts [Mon, 7 Feb 2011 21:47:34 +0000 (22:47 +0100)]
directdrawsink: avoid rendering to invalid area

Based on patch by Havard Graff <havard.graff@tandberg.com>

Fixes #594280.

13 years agowrappercamerabinsrc: Do not re-set the clock if it is null
Thiago Santos [Tue, 8 Feb 2011 14:24:59 +0000 (11:24 -0300)]
wrappercamerabinsrc: Do not re-set the clock if it is null

Avoids not needed work and doesn't assert when trying to
unref the null reference

13 years agoexamples: camerabin: fix --no-xwindow option handling in gst-camerabin-test
Teemu Katajisto [Mon, 7 Feb 2011 07:50:22 +0000 (09:50 +0200)]
examples: camerabin: fix --no-xwindow option handling in gst-camerabin-test

--no-window flag is false by default and selection based on the option whether
to create XWindow is done before options are parsed. Therefore XWindow is never
created.

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

13 years agoamrparse: a valid amr-wb frame should not have reserved frame type index
Mark Nauwelaerts [Mon, 6 Sep 2010 12:10:11 +0000 (14:10 +0200)]
amrparse: a valid amr-wb frame should not have reserved frame type index

See #639715.

13 years agoconfigure.ac: set GST_LIB_LDFLAGS
Mark Nauwelaerts [Mon, 7 Feb 2011 13:05:34 +0000 (14:05 +0100)]
configure.ac: set GST_LIB_LDFLAGS

Aligns GST_LIB_LDFLAGS with e.g. -base to arrange for proper exports in libs.

13 years agocamerabin-tests: fix lookup of UI files
Stefan Kost [Wed, 12 Jan 2011 15:13:07 +0000 (17:13 +0200)]
camerabin-tests: fix lookup of UI files

These are uninstalled examples. Pass $srcdir to cpp to build the correct
location for the UI file.

13 years agovp8enc: Add description for bitrate units.
Alexey Fisher [Fri, 4 Feb 2011 08:08:26 +0000 (09:08 +0100)]
vp8enc: Add description for bitrate units.

13 years agoimagecapturebin: Fix property setting
Thiago Santos [Thu, 3 Feb 2011 18:22:51 +0000 (15:22 -0300)]
imagecapturebin: Fix property setting

Set the property on the child and not on itself causing infinite
looping

13 years agotests: camerabin2: Improve preview checking
Thiago Santos [Tue, 1 Feb 2011 14:20:25 +0000 (11:20 -0300)]
tests: camerabin2: Improve preview checking

13 years agowrappercamerabinsrc: Fix preview messages
Thiago Santos [Tue, 1 Feb 2011 14:19:53 +0000 (11:19 -0300)]
wrappercamerabinsrc: Fix preview messages

Image previews where being posted in sync with the buffers
timestamps, this makes no sense as previews should be posted ASAP.

Also adds some debugging messages.

13 years agowrappercamerabinsrc: Handle src state change to avoid losing timestamps
Thiago Santos [Tue, 1 Feb 2011 14:19:29 +0000 (11:19 -0300)]
wrappercamerabinsrc: Handle src state change to avoid losing timestamps

Camerabin2 uses state changes to force the source to renegotiate its
caps to the capture formats. The state changes makes the source lose
its clock and base_time, causing it to stop timestamping the buffers.

We still need a proper way to make sources renegotiate its caps, so this
patch is a hack to make the source continue timestamping buffers even
after changing state. The patch works by getting the clock and base
time before doing the state change to NULL and setting them back
after putting it to PLAYING again. It also cares to drop the first
new segment after this state change.

13 years agotests: camerabin2: preview filter tests
Thiago Santos [Thu, 27 Jan 2011 18:35:14 +0000 (15:35 -0300)]
tests: camerabin2: preview filter tests

Adds tests to the preview-filter property of camerabin2

13 years agocamerabin2: Add preview-filter property
Thiago Santos [Thu, 27 Jan 2011 17:39:19 +0000 (14:39 -0300)]
camerabin2: Add preview-filter property

Adds a property to select a custom element for preview pipeline
buffers processing

13 years agotests: camerabin2: Add tests for custom filters
Thiago Santos [Thu, 27 Jan 2011 13:19:42 +0000 (10:19 -0300)]
tests: camerabin2: Add tests for custom filters

Adds tests to check that custom filters elements receive buffers

13 years agocamerabin2: Add custom filter properties
Thiago Santos [Wed, 26 Jan 2011 18:27:19 +0000 (15:27 -0300)]
camerabin2: Add custom filter properties

Adds custom filter properties for camerabin2. Custom filters
can be added to video/image/preview branches.

13 years agocamerabin: Initialize variables
Edward Hervey [Thu, 3 Feb 2011 15:24:24 +0000 (16:24 +0100)]
camerabin: Initialize variables

Makes compilers happy

13 years agodvbsrc: fix up enum nick names
Tim-Philipp Müller [Wed, 2 Feb 2011 18:41:39 +0000 (18:41 +0000)]
dvbsrc: fix up enum nick names

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

13 years agodccp: use socklen_t where appropriate rather than specific type
Mark Nauwelaerts [Mon, 31 Jan 2011 16:24:24 +0000 (17:24 +0100)]
dccp: use socklen_t where appropriate rather than specific type

In particular, fixes Cygwin build where socklen_t is defined as int
in line with native win32 api definition.

13 years agortpvp8: also link against libgstbase-0.10 for adapter and bit reader API
Tim-Philipp Müller [Tue, 1 Feb 2011 20:01:13 +0000 (20:01 +0000)]
rtpvp8: also link against libgstbase-0.10 for adapter and bit reader API

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

13 years agoid3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame
Tim-Philipp Müller [Tue, 1 Feb 2011 14:40:54 +0000 (14:40 +0000)]
id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame

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

13 years agovideoparsers: dist h264parse.h, fixing make distcheck
Tim-Philipp Müller [Mon, 31 Jan 2011 17:45:19 +0000 (17:45 +0000)]
videoparsers: dist h264parse.h, fixing make distcheck

Spotted by Nathanael D. Noblet

13 years agocamerabin: optimize setting new caps for preview image pipeline
Teemu Katajisto [Fri, 14 Jan 2011 08:19:28 +0000 (10:19 +0200)]
camerabin: optimize setting new caps for preview image pipeline

Avoid re-creating and linking of preview image pipeline when
setting new preview image caps. Backported from camerabin2.

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

13 years agortpvp8: fix LIBS and CFLAGS order in Makefile.am
Tim-Philipp Müller [Sun, 30 Jan 2011 17:08:11 +0000 (17:08 +0000)]
rtpvp8: fix LIBS and CFLAGS order in Makefile.am

13 years agortpvp8depay: Accept packets with only one byte of data
Sjoerd Simons [Sun, 23 Jan 2011 17:02:38 +0000 (17:02 +0000)]
rtpvp8depay: Accept packets with only one byte of data

When fragmenting partions it can happen that an RTP packet only caries 1
byte of RTP data.

13 years agortpvp8pay: Treat the frame header just like any other partition
Sjoerd Simons [Sun, 23 Jan 2011 16:42:17 +0000 (16:42 +0000)]
rtpvp8pay: Treat the frame header just like any other partition

When setting up the initial mapping just act as if the global frame
information is another partition. This saves special-casing it later in
the actual packetizing code.

13 years agortpvp8: Add simple payloaders and depayloaders for VP8
Sjoerd Simons [Sun, 16 May 2010 16:23:17 +0000 (17:23 +0100)]
rtpvp8: Add simple payloaders and depayloaders for VP8

Minimal implementation of http://www.webmproject.org/code/specs/rtp/,
version 0.3.2

13 years agovideoparsers: add h264parse
Mark Nauwelaerts [Fri, 28 Jan 2011 11:38:19 +0000 (12:38 +0100)]
videoparsers: add h264parse

Functionally equivalent to (legacy)h264parse and re-uses the latter's low
level NAL parsing, but otherwise based on GstBaseParse, and replacing
some property configuration with caps negotiation.

13 years agoh264parse: rename to legacyh264parse
Mark Nauwelaerts [Thu, 27 Jan 2011 17:20:13 +0000 (18:20 +0100)]
h264parse: rename to legacyh264parse

13 years agoh263parse: move to videoparsers and separate plugin registration
Mark Nauwelaerts [Thu, 27 Jan 2011 17:16:14 +0000 (18:16 +0100)]
h263parse: move to videoparsers and separate plugin registration

13 years agoh263parse: update to latest baseparse
Mark Nauwelaerts [Thu, 27 Jan 2011 17:03:50 +0000 (18:03 +0100)]
h263parse: update to latest baseparse

13 years agoh263parse: shuffle code to untangle h263parse and parameter parsing
Mark Nauwelaerts [Thu, 6 Jan 2011 11:29:34 +0000 (12:29 +0100)]
h263parse: shuffle code to untangle h263parse and parameter parsing

13 years agoh263parse: provide for proper debug category, min frame size and code style
Mark Nauwelaerts [Thu, 6 Jan 2011 11:34:12 +0000 (12:34 +0100)]
h263parse: provide for proper debug category, min frame size and code style

13 years agoh263parse: remove redundant get_caps
Mark Nauwelaerts [Fri, 10 Dec 2010 15:40:44 +0000 (16:40 +0100)]
h263parse: remove redundant get_caps

.. as src pad already set to use fixed_caps

13 years agoh263parse: simplify valid_frame parsing
Mark Nauwelaerts [Fri, 10 Dec 2010 15:26:27 +0000 (16:26 +0100)]
h263parse: simplify valid_frame parsing

... considering that baseparse takes care of skipping etc

13 years agoh263parse: Add an h263parse element
Arun Raghavan [Thu, 13 May 2010 20:38:03 +0000 (02:08 +0530)]
h263parse: Add an h263parse element

This adds an h263parse element for parsing H.263 streams, breaking them
up into frame-sized buffers, and exporting metadata such as profile and
level.

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

13 years agoac3parse: improve handling of dependent substream frames
Mark Nauwelaerts [Thu, 27 Jan 2011 15:52:34 +0000 (16:52 +0100)]
ac3parse: improve handling of dependent substream frames

In particular, timestamps of these should track main-stream timestamps.

13 years agobaseparse: tune default duration estimate update interval
Mark Nauwelaerts [Fri, 21 Jan 2011 13:53:39 +0000 (14:53 +0100)]
baseparse: tune default duration estimate update interval

Rather than a fixed default frame count, estimate frame count to aim for
an interval duration depending on fps if available, otherwise use old
fixed default.

13 years agobaseparse: reverse playback; mind keyframes for fragment boundary
Mark Nauwelaerts [Fri, 14 Jan 2011 14:16:04 +0000 (15:16 +0100)]
baseparse: reverse playback; mind keyframes for fragment boundary

13 years agoamrparse: properly check for sufficient available data prior to access
Mark Nauwelaerts [Thu, 13 Jan 2011 14:26:21 +0000 (15:26 +0100)]
amrparse: properly check for sufficient available data prior to access

13 years agobaseparse: ensure non-empty candidate frames
Mark Nauwelaerts [Wed, 12 Jan 2011 13:40:37 +0000 (14:40 +0100)]
baseparse: ensure non-empty candidate frames

13 years agobaseparse: clarify some debug statements
Mark Nauwelaerts [Tue, 11 Jan 2011 14:24:23 +0000 (15:24 +0100)]
baseparse: clarify some debug statements

13 years agobaseparse: properly track upstream timestamps
Mark Nauwelaerts [Tue, 11 Jan 2011 14:24:02 +0000 (15:24 +0100)]
baseparse: properly track upstream timestamps

... rather than with a delay.

13 years agobaseparse: need proper frame duration to obtain sensible frame bitrate
Mark Nauwelaerts [Tue, 11 Jan 2011 14:23:29 +0000 (15:23 +0100)]
baseparse: need proper frame duration to obtain sensible frame bitrate

13 years agobaseparse: proper initial values for index tracking variables
Mark Nauwelaerts [Tue, 11 Jan 2011 14:22:51 +0000 (15:22 +0100)]
baseparse: proper initial values for index tracking variables

13 years agobaseparse: arrange for consistent event handling
Mark Nauwelaerts [Tue, 11 Jan 2011 11:05:13 +0000 (12:05 +0100)]
baseparse: arrange for consistent event handling