Tim-Philipp Müller [Fri, 30 Nov 2012 20:37:47 +0000 (20:37 +0000)]
v4l2src: link against -lrt for clock_gettime()
Need to explicitly link against -lrt for clock_gettime(), which
we don't get in the libs any more, because core moved the
gmodule-no-export-2.0 bit into Requires.Private.
Not required for newer glibc, but for older ones, so check for that.
Tim-Philipp Müller [Fri, 30 Nov 2012 17:22:59 +0000 (17:22 +0000)]
shout2send: accept audio/webm as well as video/webm
https://bugzilla.gnome.org/show_bug.cgi?id=689336
Tim-Philipp Müller [Fri, 30 Nov 2012 17:20:18 +0000 (17:20 +0000)]
webmux: fix linking with shout2send element
Shout2send only accepts webm format, not matroska, but due
to a bug in matroskamux, webmmux's source pad is also created
with the matroska source pad template as pad template, which
makes the link function think it can't link webmmux to shout2send.
Also add unit test.
https://bugzilla.gnome.org/show_bug.cgi?id=689336
Wim Taymans [Tue, 27 Nov 2012 10:13:37 +0000 (11:13 +0100)]
rtspsrc: use new option parser function
Tim-Philipp Müller [Mon, 26 Nov 2012 15:17:13 +0000 (15:17 +0000)]
law: fix accidental file permissions change
https://bugzilla.gnome.org/show_bug.cgi?id=687469
Tim-Philipp Müller [Sun, 25 Nov 2012 16:05:11 +0000 (16:05 +0000)]
v4l2: remove unused define
Tim-Philipp Müller [Sun, 25 Nov 2012 14:16:09 +0000 (14:16 +0000)]
qtdemux: avoid criticals if unknown fourcc has space at beginning or end
https://bugzilla.gnome.org/show_bug.cgi?id=682936
Tim-Philipp Müller [Sat, 24 Nov 2012 19:32:51 +0000 (19:32 +0000)]
videobox: fix border filling for planar YUV formats
We would get a green border instead of a black one, for
example.
https://bugzilla.gnome.org/show_bug.cgi?id=684991
Tim-Philipp Müller [Sat, 24 Nov 2012 14:27:33 +0000 (14:27 +0000)]
mulaw: const-ify some arrays
Roland Krikava [Fri, 2 Nov 2012 16:38:44 +0000 (12:38 -0400)]
mulawdec: fix integer overrun
There might be more than 65535 samples in a chunk of data.
https://bugzilla.gnome.org/show_bug.cgi?id=687469
Wim Taymans [Thu, 22 Nov 2012 10:34:31 +0000 (11:34 +0100)]
rtspsrc: pause the task instead of spinning
Actually pause the loop task instead of spinning forever.
Joshua M. Doe [Mon, 19 Nov 2012 08:31:37 +0000 (03:31 -0500)]
videoflip: Add gray 8/16 support
Tim-Philipp Müller [Mon, 19 Nov 2012 11:25:14 +0000 (11:25 +0000)]
Automatic update of common submodule
From b497c4f to a72faea
Wim Taymans [Fri, 16 Nov 2012 14:38:29 +0000 (15:38 +0100)]
rtspsrc: handle segment event
Make a segment event when we send a new range header to a client (first PLAY
request or after a seek). Send the segment event in interleaved mode.
Clean the segment event on cleanup
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688382
Wim Taymans [Fri, 16 Nov 2012 14:18:07 +0000 (15:18 +0100)]
rtspsrc: fix check for active streams
A stream can be active without a srcpad yet and we want to send
events on those streams as well.
Wim Taymans [Fri, 16 Nov 2012 12:31:04 +0000 (13:31 +0100)]
rtspsrc: create and add pads outside of lock
Create and add the ghostpad for the new stream outside of the lock because it
is not needed and causes deadlocks.
Aleix Conchillo Flaque [Thu, 13 Sep 2012 05:11:20 +0000 (22:11 -0700)]
rtspsrc: allow client to disable reconnection
* gst/rtsp/gstrtspsrc.[ch]: added new "udp-reconnect" property. Before,
rtspsrc always tried to reconnect to the server when the RTSP
connection was closed by the server. This property lets the user
decide whether it wants rtspsrc to reconnect or not.
https://bugzilla.gnome.org/show_bug.cgi?id=683912
Wim Taymans [Fri, 16 Nov 2012 11:16:05 +0000 (12:16 +0100)]
rtspsrc: clear variables before retrying
Else we might unref an old udpsrc twice in cleanup.
Wim Taymans [Fri, 16 Nov 2012 11:00:14 +0000 (12:00 +0100)]
rtspsrc: propose ports in multicast
When the user configured a port-range, propose ports from this range
as the multicast ports. The server is free to ignore this request but if it
honours it, increment our ports so that we suggest the next port pair for the
next stream.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=639420
Wim Taymans [Fri, 16 Nov 2012 10:58:53 +0000 (11:58 +0100)]
rtspsrc: add more debug
Tim-Philipp Müller [Fri, 16 Nov 2012 09:09:38 +0000 (09:09 +0000)]
multifilesink: post messages in max-size mode as well
No reason not to really.
Wim Taymans [Thu, 15 Nov 2012 13:37:44 +0000 (14:37 +0100)]
udpsrc: post error before stopping
Tim-Philipp Müller [Wed, 14 Nov 2012 00:13:36 +0000 (00:13 +0000)]
gst_adapter_prev_timestamp -> gst_adapter_prev_pts
https://bugzilla.gnome.org/show_bug.cgi?id=675598
Nicolas Dufresne [Mon, 12 Nov 2012 18:23:41 +0000 (19:23 +0100)]
videoflip: Add NV12/NV21 support
https://bugzilla.gnome.org/show_bug.cgi?id=688225
Sebastian Dröge [Mon, 12 Nov 2012 12:01:23 +0000 (13:01 +0100)]
vp8enc: Don't leak GstVideoCodecFrames that cause the creation of invisible frames
Fixes bug #682714.
Sebastian Dröge [Mon, 12 Nov 2012 10:47:17 +0000 (11:47 +0100)]
pulse: Use new GType for GThread instead of just G_TYPE_POINTER
Wim Taymans [Mon, 12 Nov 2012 10:14:34 +0000 (11:14 +0100)]
rtpsource: protect against invalid RTP packets
Sebastian Dröge [Mon, 12 Nov 2012 09:44:01 +0000 (10:44 +0100)]
pngdec: Actually use the stop() vfunc implementation
Sebastian Dröge [Mon, 12 Nov 2012 09:31:59 +0000 (10:31 +0100)]
vp8dec: Fix last commit
Sebastian Dröge [Mon, 12 Nov 2012 09:10:15 +0000 (10:10 +0100)]
pngdec: Keep the input state in reset()
It's still valid after a flush and we might not get a new one.
Sebastian Dröge [Mon, 12 Nov 2012 09:08:57 +0000 (10:08 +0100)]
vp8dec: Also destroy decoder in set_format() if it was created already
Fixes a memory leak.
Sebastian Dröge [Mon, 12 Nov 2012 08:48:45 +0000 (09:48 +0100)]
vp8dec: Don't clear input state in reset()
The input state is still valid after flushing until
new caps arrive.
Fixes bug #688092.
Tim-Philipp Müller [Sat, 10 Nov 2012 18:21:28 +0000 (18:21 +0000)]
videocrop: add support for YV12
We can do I420, so we can do YV12 as well.
Alessandro Decina [Sat, 10 Nov 2012 11:39:08 +0000 (12:39 +0100)]
multifilesink: don't write stream headers with key-unit-event
Don't write stream headers, let upstream elements insert them in the stream if
all_headers=true is set in key unit events.
Nicolas Dufresne [Fri, 9 Nov 2012 12:27:16 +0000 (13:27 +0100)]
videocrop: Add NV12/NV21 support
https://bugzilla.gnome.org/show_bug.cgi?id=687964
Debarshi Ray [Fri, 9 Nov 2012 15:31:05 +0000 (16:31 +0100)]
vp8dec: Don't give up so easily if failed to decode a frame
https://bugzilla.gnome.org/show_bug.cgi?id=687436
Sebastian Dröge [Fri, 9 Nov 2012 10:22:30 +0000 (11:22 +0100)]
udpsrc: Also clear GError
Sebastian Dröge [Fri, 9 Nov 2012 10:20:27 +0000 (11:20 +0100)]
udpsrc: Don't error out if we get an ICMP destination-unreachable message when trying to read packets
See bug #529454 and #687782 and commit
751f2bb3646f2beff3698c9f09900dbd0ea08abb
Tim-Philipp Müller [Wed, 7 Nov 2012 20:35:50 +0000 (20:35 +0000)]
configure.ac: update courtesy of autoupdate
Tim-Philipp Müller [Wed, 7 Nov 2012 18:48:49 +0000 (18:48 +0000)]
configure: let AG_GST_PLUGIN_DOCS check for python
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
which as a side-effect should pick up newer python versions as
well.
https://bugzilla.gnome.org/show_bug.cgi?id=563903
Christian Fredrik Kalager Schaller [Wed, 7 Nov 2012 12:36:33 +0000 (13:36 +0100)]
Fix vp8rtp header names in Makefile
Nicolas Dufresne [Tue, 6 Nov 2012 14:03:55 +0000 (15:03 +0100)]
videocrop: Add support for automatic cropping
This change enable automatic cropping using -1 set to left, top, right or
bottom property. In the case both side are set to automatic cropping, the
croping will be done equally on both side (in the odd case, right and
bottom cropping will be 1 pixel more).
https://bugzilla.gnome.org/show_bug.cgi?id=687761
Debarshi Ray [Fri, 2 Nov 2012 15:39:28 +0000 (16:39 +0100)]
speexdec: Don't unmap or finish_frame an invalid GstBuffer
https://bugzilla.gnome.org/show_bug.cgi?id=687464
Marc Leeman [Tue, 6 Nov 2012 12:22:58 +0000 (13:22 +0100)]
rtsp: the RTCP port number is inclusive
The configured port number pair has its upper bound set to the maximum
allowed RTCP port, inclusive.
See https://bugzilla.gnome.org/show_bug.cgi?id=639420
Tim-Philipp Müller [Sun, 4 Nov 2012 00:07:18 +0000 (00:07 +0000)]
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
Wim Taymans [Fri, 2 Nov 2012 18:47:26 +0000 (18:47 +0000)]
vrawdepay: don't access rtp buffer after unmap
Read the marker bit before we unmap the rtp packet.
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.