Sebastian Dröge [Fri, 2 Nov 2012 08:34:25 +0000 (09:34 +0100)]
vp8dec: Immediately return if opening the decoder failed
Instead of ignoring any errors.
Debarshi Ray [Thu, 1 Nov 2012 21:02:39 +0000 (22:02 +0100)]
vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missing
https://bugzilla.gnome.org/show_bug.cgi?id=687376
Douglas Bagnall [Thu, 1 Nov 2012 21:53:57 +0000 (10:53 +1300)]
videoconvert: Compare y offset with height, not width, when testing for overlap
This could have prevented images showing that should have when the
source height is greater than its width.
When width exceeds height, as is common, it probably only caused a
miniscule amount of unnecessary work. I haven't tested.
Tim-Philipp Müller [Thu, 1 Nov 2012 21:09:56 +0000 (21:09 +0000)]
rtpvp8: include config.h and minor style fixes
Tim-Philipp Müller [Thu, 1 Nov 2012 20:13:43 +0000 (20:13 +0000)]
rtp: fix tabs/space mess in Makefile.am
Tim-Philipp Müller [Thu, 1 Nov 2012 20:05:49 +0000 (20:05 +0000)]
rtp: move VP8 payloader and depayloader from -bad
Spec is still in draft state, but should hopefully not
change much now. Besides, we announce things as VP8-DRAFT-IETF-01
in our caps, so even if things change in incompatible ways it
should not break anything.
https://bugzilla.gnome.org/show_bug.cgi?id=687263
Tim-Philipp Müller [Wed, 17 Oct 2012 16:34:26 +0000 (17:34 +0100)]
rtpvp8: use gst_element_class_set_static_metadata()
where possible. Avoids some string copies. Also re-indent
some stuff. Also some indent fixes here and there.
Mark Nauwelaerts [Fri, 14 Sep 2012 15:08:49 +0000 (17:08 +0200)]
rtpvp8: replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Sebastian Dröge [Thu, 5 Apr 2012 16:02:56 +0000 (18:02 +0200)]
rtpvp8: update for GST_PLUGIN_DEFINE() API changes
Wim Taymans [Wed, 28 Mar 2012 10:49:54 +0000 (12:49 +0200)]
rtpvp8: update for buffer changes
Danilo Cesar Lemes de Paula [Thu, 1 Mar 2012 17:59:55 +0000 (14:59 -0300)]
rtpvp8; fix compatibility with the third draft
https://bugzilla.gnome.org/show_bug.cgi?id=671073
Mark Nauwelaerts [Wed, 25 Jan 2012 15:20:41 +0000 (16:20 +0100)]
rtpvp8: port some more to new memory API
Olivier Crête [Wed, 25 Jan 2012 09:45:51 +0000 (10:45 +0100)]
rtpvp8: port to 0.11
Sebastian Dröge [Mon, 3 Oct 2011 10:06:27 +0000 (12:06 +0200)]
rtpvp8pay: Fix typo
Youness Alaoui [Fri, 23 Sep 2011 22:58:30 +0000 (22:58 +0000)]
rtpvp8: Update the pay/depay to the ietf-draft-01 spec
Vincent Penquerc'h [Sat, 10 Sep 2011 10:31:20 +0000 (11:31 +0100)]
rtpvp8: fix bitstream parsing using the wrong kind of bitreader
VP8 uses a probabilistic bool coder, not a straight bit coder.
This fixes parsing when error-resilient is set.
This commit includes a copy of libvpx's bool coder, BSD licensed.
https://bugzilla.gnome.org/show_bug.cgi?id=652694
Olivier Crête [Tue, 12 Jul 2011 22:03:53 +0000 (18:03 -0400)]
rtpvp8: Reject unknown bitstream versions
Edward Hervey [Fri, 4 Mar 2011 10:59:44 +0000 (11:59 +0100)]
rtpvp8: Fix unitialized variable
Makes macosx compiler happy.
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.
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.
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
Wim Taymans [Thu, 1 Nov 2012 18:42:39 +0000 (18:42 +0000)]
gstpay: fix for 1.0 events
Caps events are sometimes not followed by a buffer but by an event. Flush any
pending caps before we make a packet with the event.
Chain up to the parent event handler before we attempt to push RTP packets, it
might be a segment event.
Wim Taymans [Thu, 1 Nov 2012 18:42:24 +0000 (18:42 +0000)]
gstdepay: fix small leak
Wim Taymans [Thu, 1 Nov 2012 17:44:11 +0000 (17:44 +0000)]
gstdepay: add support for events
Conflicts:
gst/rtp/gstrtpgstdepay.c
Wim Taymans [Thu, 1 Nov 2012 17:40:31 +0000 (17:40 +0000)]
rtpgstpay: add support for sending events
We currently only send tags and custom events. The other events
might interfere with the receiver timings or are otherwise handled
by RTP.
Conflicts:
gst/rtp/gstrtpgstpay.c
Wim Taymans [Thu, 1 Nov 2012 15:54:58 +0000 (15:54 +0000)]
gstpay: rewrite payloader
Use adapter to assemble the payload and make a flush function to
turn this payload into (fragmented) packets.
Conflicts:
gst/rtp/gstrtpgstpay.c
gst/rtp/gstrtpgstpay.h
Douglas Bagnall [Thu, 1 Nov 2012 13:03:44 +0000 (13:03 +0000)]
videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTH
https://bugzilla.gnome.org/show_bug.cgi?id=687330
Douglas Bagnall [Thu, 1 Nov 2012 13:02:16 +0000 (13:02 +0000)]
videbox: fix border filling for gray formats
Get the height via GST_VIDEO_FRAME_HEIGHT, not _WIDTH.
https://bugzilla.gnome.org/show_bug.cgi?id=687330
Wim Taymans [Thu, 1 Nov 2012 11:58:57 +0000 (11:58 +0000)]
gstdepay: check for correct fragment offset
Make sure we only insert the rtp packet in the adapter when the
frag_offset matches. When the first packet of a fragment is dropped,
it avoids putting the remaining packets in the adapter and processing
the partial fragment.
Conflicts:
gst/rtp/gstrtpgstdepay.c
Wim Taymans [Thu, 1 Nov 2012 11:54:50 +0000 (11:54 +0000)]
gstpay: set C flag on all buffers of the fragment
Set the C flags on all the fragments instead of only those with
caps in them. This makes it easier in the receiver to check if there
is a caps in the assembled fragments just by looking at the last RTP
packet flags.
Wim Taymans [Thu, 1 Nov 2012 10:55:03 +0000 (10:55 +0000)]
gstdepay: use the capsversion
Take the caps from the input caps and store it in the slot given
by capsversion.
Wim Taymans [Thu, 1 Nov 2012 10:52:25 +0000 (10:52 +0000)]
gstpay: send caps inline
Place the capsversion on the outgoing caps so that they end up in
an SDP as well. Receivers need to know what capsversion a particular
caps is for to be able to match the caps to the CV in the RTP packets.
Place the caps inside the RTP packet whenever the caps change.
Based on patch by Andrzej Bieniek <andrzej.bieniek@pure.com>
Conflicts:
gst/rtp/gstrtpgstpay.c
gst/rtp/gstrtpgstpay.h
Andrzej Bieniek [Wed, 31 Oct 2012 16:17:48 +0000 (16:17 +0000)]
gstpay: add debug
Conflicts:
gst/rtp/gstrtpgstpay.c
Andrzej Bieniek [Wed, 31 Oct 2012 16:09:26 +0000 (16:09 +0000)]
depay: correctly skip caps header size
Conflicts:
gst/rtp/gstrtpgstdepay.c
Tim-Philipp Müller [Thu, 27 Sep 2012 23:43:38 +0000 (00:43 +0100)]
matroskademux: put streamheaders on vorbis/speex/flac/theora caps to make remuxing work
https://bugzilla.gnome.org/show_bug.cgi?id=640589
Tim-Philipp Müller [Sat, 27 Oct 2012 23:07:46 +0000 (00:07 +0100)]
pulsesrc: don't assert in get_time() when called after shutdown
Which might happen if the source gets set to NULL state before
the rest of the pipeline.
https://bugzilla.gnome.org/show_bug.cgi?id=686985
Wim Taymans [Tue, 30 Oct 2012 11:10:49 +0000 (11:10 +0000)]
tests: fix level example
Use the GValueArray in the message.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687154
Tim-Philipp Müller [Sat, 27 Oct 2012 22:22:36 +0000 (23:22 +0100)]
gst: fix variable order in some Makefile.am
https://bugzilla.gnome.org/show_bug.cgi?id=687013
Antoine Tremblay [Sat, 27 Oct 2012 21:27:16 +0000 (17:27 -0400)]
gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.am
Those plugins depend on either libgstaudio or libgstvideo,
which are in gst-plugins-base.
https://bugzilla.gnome.org/show_bug.cgi?id=687013
Alexey Fisher [Sat, 27 Oct 2012 12:24:24 +0000 (13:24 +0100)]
matroskademux: mark invisible VP8 frames with the DECODE_ONLY flag
https://bugzilla.gnome.org/show_bug.cgi?id=654259
Tim-Philipp Müller [Fri, 26 Oct 2012 09:55:28 +0000 (10:55 +0100)]
tests: add multifilesrc test for fix in previous commit
Make sure the stop-index set is honoured.
https://bugzilla.gnome.org/show_bug.cgi?id=654853
Stas Sergeev [Fri, 26 Oct 2012 09:33:03 +0000 (10:33 +0100)]
multifilesrc: fix stop index handling
Make sure the stop index is always honoured. Avoids
endless loop if one wants to read and output the same
file N times, for example.
https://bugzilla.gnome.org/show_bug.cgi?id=654853
Руслан Ижбулатов [Fri, 24 Aug 2012 22:26:29 +0000 (02:26 +0400)]
matroskademux: Support recursive SimpleTags
Fixes #682644
Depends on #682615
Руслан Ижбулатов [Fri, 24 Aug 2012 09:55:41 +0000 (13:55 +0400)]
matroskademux: Expand the tag mapping.
* Also expose unknown tags as key=value pairs.
* Arrange tag map in the same order tags are listed in Matroska spec, leaving
unmapped tags as comments.
* More specific TODOs.
* Remove duplicate DATE define.
Fixes #682615
Depends on #682524
Sebastian Dröge [Fri, 26 Oct 2012 08:09:39 +0000 (10:09 +0200)]
matroskademux: Fix uninitialized variable compiler warning
Руслан Ижбулатов [Thu, 23 Aug 2012 11:07:22 +0000 (15:07 +0400)]
matroskademux: Matroska tag TargetType support
* Reads TargetType and TargetTypeValue from a Tag.
* After Tag is completely read, processes taglist, substituting some of the
tags depending on target type value and the presence of video/subtitle streams.
* Supports reading two new simpletags - PART_NUMBER and TOTAL_PARTS
Depends on #682448
Fixes #682524
Руслан Ижбулатов [Wed, 22 Aug 2012 11:32:41 +0000 (15:32 +0400)]
matroskademux: Per-track tags for Matroska
Requires Matroska file to have sane layout (track info before tag info).
Uses replace-merge.
Makes track UIDs 64-bit.
Fixes #682448
Tim-Philipp Müller [Thu, 25 Oct 2012 19:18:36 +0000 (20:18 +0100)]
multifilesrc: fix typo in property description
Michael Smith [Thu, 25 Oct 2012 19:18:03 +0000 (12:18 -0700)]
qtdemux: read video format header fully (so we can find 'pasp' atoms) for more fourccs.
Fixes aspect ratio of prores files.
Thiago Santos [Thu, 25 Oct 2012 03:44:34 +0000 (00:44 -0300)]
imagefreeze: the new get_caps already does the filter intersection
It should be faster to pass the caps to intersect as the filter caps,
rather than using NULL and intersecting 'manually' later.
https://bugzilla.gnome.org/show_bug.cgi?id=686837
Thiago Santos [Thu, 25 Oct 2012 03:43:51 +0000 (00:43 -0300)]
imagefreeze: avoid assertion when using accept caps query
This query must receive a fixed caps, so imagefreeze should
fixate its framerate before sending the query downstream.
https://bugzilla.gnome.org/show_bug.cgi?id=686837
Tim-Philipp Müller [Thu, 25 Oct 2012 11:33:24 +0000 (12:33 +0100)]
Back to feature development
Tim-Philipp Müller [Thu, 25 Oct 2012 00:01:09 +0000 (01:01 +0100)]
Release 1.0.2
Arnaud Vrac [Wed, 24 Oct 2012 11:50:00 +0000 (13:50 +0200)]
qtdemux: use correct type for channel-mask bitmask
Fixes crash on 32-bit systems.
Sebastian Dröge [Wed, 24 Oct 2012 09:17:55 +0000 (11:17 +0200)]
pulsesink: Flush the ringbuffer on GAP events without duration
This is required to properly start the ringbuffer and clock.
Oleksij Rempel [Tue, 2 Oct 2012 18:51:29 +0000 (20:51 +0200)]
vp8enc: set DECODE_ONLY flag on invisible AltRef frames
https://bugzilla.gnome.org/show_bug.cgi?id=654216
Tim-Philipp Müller [Tue, 23 Oct 2012 15:02:05 +0000 (16:02 +0100)]
flacparse: fix coverart extraction if vorbis comments come after picture header
See sample file for bug #684701.
Tim-Philipp Müller [Tue, 23 Oct 2012 12:45:17 +0000 (13:45 +0100)]
flacparse: ignore bad headers if we have a valid STREAMINFO header
If we run into any header parsing issues and we have a valid
STREAMINFO header already, don't error out, but just stop
header parsing and try to find some audio frames.
https://bugzilla.gnome.org/show_bug.cgi?id=684701
Tim-Philipp Müller [Tue, 23 Oct 2012 12:43:10 +0000 (13:43 +0100)]
flacparse: post proper error message and fix buffer leak on header parsing error
https://bugzilla.gnome.org/show_bug.cgi?id=684701
Michael Smith [Tue, 23 Oct 2012 05:32:49 +0000 (22:32 -0700)]
qtdemux: with raw audio, set a default channel-mask for multichannel audio.
This doesn't actually parse 'chan' because it's absurdly complex.
Sebastian Rasmussen [Mon, 22 Oct 2012 13:54:17 +0000 (15:54 +0200)]
updsrc: fix typo causing compilation error
gstudpsrc.c: In function 'gst_udpsrc_create':
gstudpsrc.c:365: error: 'ret' may be used uninitialized in this function
https://bugzilla.gnome.org/show_bug.cgi?id=686642
Wim Taymans [Mon, 22 Oct 2012 09:55:59 +0000 (11:55 +0200)]
avi_ fix invert function
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550
Wim Taymans [Mon, 22 Oct 2012 09:55:22 +0000 (11:55 +0200)]
avi: fix debug
Wim Taymans [Mon, 22 Oct 2012 09:39:37 +0000 (11:39 +0200)]
qtdemux: add support for 'generic' samples
Add support for stuffing a complete stream into 1 sample.
See https://bugzilla.gnome.org/show_bug.cgi?id=686550
Tim-Philipp Müller [Sat, 20 Oct 2012 12:01:41 +0000 (13:01 +0100)]
tests: remove superfluous g_type_init() call
It's deprecated in newer GLib and not needed here.
https://bugzilla.gnome.org/show_bug.cgi?id=686456
Tim-Philipp Müller [Sat, 20 Oct 2012 10:32:27 +0000 (11:32 +0100)]
pulsesink: fix caps leak in acceptcaps function
Tim-Philipp Müller [Fri, 19 Oct 2012 18:24:23 +0000 (19:24 +0100)]
qtdemux: don't leak gst_riff_strf_auds in case of MS/RIFF audio
https://bugzilla.gnome.org/show_bug.cgi?id=681192
Mark Nauwelaerts [Thu, 18 Oct 2012 20:20:39 +0000 (22:20 +0200)]
matroskamux: unsigned subtitle template
Tim-Philipp Müller [Thu, 18 Oct 2012 10:32:10 +0000 (11:32 +0100)]
pulsesink: in accept_caps() check if ring buffer is NULL before de-referencing
And sprinkle some thread-safety (take object lock for
accessing ring buffer, and pa main loop lock for the
context).
https://bugzilla.gnome.org/show_bug.cgi?id=683782
Youness Alaoui [Thu, 13 Sep 2012 00:10:00 +0000 (00:10 +0000)]
videomixer2: Fix race condition where a src setcaps is ignored
If both pads receive data at the same time, they will both get their
sink_setcaps called which will call the src_setcaps, but there is
a race condition where the second one might not be called.
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=683842
Mark Nauwelaerts [Mon, 31 Oct 2011 14:43:25 +0000 (15:43 +0100)]
matroskamux: do not use unoffical V_MJPEG codec id
Since it's not spec'ed, consider it a VfW compatibility
case. Many applications (e.g. avidemux) don't understand
the unofficial V_MJPEG id.
Fixes #659837.
Conflicts:
gst/matroska/matroska-mux.c
Tim-Philipp Müller [Wed, 17 Oct 2012 16:03:39 +0000 (17:03 +0100)]
jpeg, png, vpx: use gst_element_class_set_static_metadata()
Avoids some string copies.
Wim Taymans [Wed, 17 Oct 2012 12:23:01 +0000 (14:23 +0200)]
jpegdepay: store quant tables in zigzag order
Wim Taymans [Wed, 17 Oct 2012 11:55:45 +0000 (13:55 +0200)]
rtsession: fix compiler warning
Wim Taymans [Wed, 17 Oct 2012 11:35:07 +0000 (13:35 +0200)]
rtpbin: clarify the ntp-sync option
Wim Taymans [Wed, 17 Oct 2012 11:15:48 +0000 (13:15 +0200)]
rtpsession: update caps in the source
Inform the source when caps changed. This was removed in the port to 1.0
leaving the source unaware of the clock-rate and unable to interpollate
rtp timestamps for SR packets.
Wim Taymans [Wed, 17 Oct 2012 10:46:32 +0000 (12:46 +0200)]
rtpbin: set PTS and DTS in jitterbufffer
Wim Taymans [Wed, 17 Oct 2012 10:24:22 +0000 (12:24 +0200)]
rtpbin: disable check for ntp-sync
Disable the check for the ntp-sync method. It is expected that
a rather larger offset needs to be applied with this method.
Wim Taymans [Wed, 17 Oct 2012 10:17:32 +0000 (12:17 +0200)]
rtpbin: use running-time for NTP time
When use-pipeline-clock is set, use the running-time of the
pipeline to calculate the NTP timestamps. This method would previously
only work when the base-time is set to 0 but with this change it can
also work with different offsets and we can also implement pause/resume
of the sender and receiver now.
Wim Taymans [Wed, 17 Oct 2012 08:20:12 +0000 (10:20 +0200)]
videocrop: port to videofilter
Wim Taymans [Wed, 17 Oct 2012 07:36:50 +0000 (09:36 +0200)]
videobox: use out_info for out properties
Wim Taymans [Tue, 16 Oct 2012 12:40:19 +0000 (14:40 +0200)]
median: small cleanups
Wim Taymans [Tue, 16 Oct 2012 11:56:19 +0000 (13:56 +0200)]
median: remove now that it is in videofilter
Wim Taymans [Tue, 16 Oct 2012 11:49:11 +0000 (13:49 +0200)]
configure: remove median from build
Wim Taymans [Tue, 16 Oct 2012 11:47:24 +0000 (13:47 +0200)]
videomedian: copy media to videomedian
Copy the median video filter to videofilters and rename to
videomedian.
Wim Taymans [Tue, 16 Oct 2012 11:12:21 +0000 (13:12 +0200)]
media: port to 1.0
Tim-Philipp Müller [Tue, 16 Oct 2012 00:02:11 +0000 (01:02 +0100)]
avidemux: append palette data to paletted 8-bit RGB frames
Fixes playback of 8-bit indexed RGB videos, with fixes in -base.
https://bugzilla.gnome.org/show_bug.cgi?id=686046
Sebastian Dröge [Mon, 15 Oct 2012 13:36:04 +0000 (15:36 +0200)]
vp8enc: And this time fix the default target-bitrate value for real
Sebastian Dröge [Mon, 15 Oct 2012 13:30:33 +0000 (15:30 +0200)]
vp8enc: Fix default target-bitrate value
Tim-Philipp Müller [Fri, 12 Oct 2012 23:03:29 +0000 (00:03 +0100)]
qtdemux: don't assert if upstream size is not available when guessing bitrates
Fixes abort in push mode where the source is not seekable and the
size of the file is not available, as with
cat foo.mp4 | gst-launch-1.0 playbin uri=fd://0
Less noticable with releases, since we disable all
g_assert() there.
https://bugzilla.gnome.org/show_bug.cgi?id=686008
Michael Smith [Fri, 12 Oct 2012 21:38:33 +0000 (14:38 -0700)]
qtdemux: allow more streams. Bump this constant to 32, which should be
enough for real-world files.
Michael Smith [Fri, 12 Oct 2012 21:35:24 +0000 (14:35 -0700)]
qtdemux: support more different fourcc values for other ProRes variants.
Tim-Philipp Müller [Thu, 11 Oct 2012 21:36:21 +0000 (22:36 +0100)]
examples: update some element names for 1.0 in RTP examples
gstrtpbin -> rtpbin
ffdec_* -> avdec_*
ffenc_* -> avenc_*
Wim Taymans [Wed, 10 Oct 2012 10:05:34 +0000 (12:05 +0200)]
rtspsrc: remove unused include
Rasmus Rohde [Wed, 10 Oct 2012 08:55:28 +0000 (10:55 +0200)]
multiudpsink: add multicast-iface property
udpsrc already has support for setting the multicast interface, which
is useful for multi-homed machines. This patch adds the same code to
the multiudpsink.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685864
Wim Taymans [Wed, 10 Oct 2012 09:32:17 +0000 (11:32 +0200)]
multiudpsink: don't error on send errors but only warn
Don't error on send errors but simply post a warning, it's possible
that the next packet will be fine.
Rasmus Rohde [Wed, 10 Oct 2012 08:28:24 +0000 (10:28 +0200)]
multiudpsink: add force-ipv4 option
Add an option to the multiudpsink that makes it possible to force
the use of an IPv4 socket.
This can e.g. be used to handle the issue described in
https://bugzilla.gnome.org/show_bug.cgi?id=682481
Wim Taymans [Wed, 10 Oct 2012 08:18:52 +0000 (10:18 +0200)]
multiudpsink: remove unused field
Wim Taymans [Wed, 10 Oct 2012 08:10:26 +0000 (10:10 +0200)]
udpsrc: use negotiated allocator or pool
Use the base class to allocate a buffer for us because it knows how
to use the negotiated allocator or bufferpool.
Wim Taymans [Wed, 10 Oct 2012 08:09:37 +0000 (10:09 +0200)]
multiudpsink: post error when something goes wrong