platform/upstream/gstreamer.git
10 years agovtenc: Add support for I420
Dominik Röttsches [Wed, 2 Oct 2013 02:49:43 +0000 (05:49 +0300)]
vtenc: Add support for I420

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

10 years agovtenc: Use correct strides, etc from the GstVideoFrame
Dominik Röttsches [Wed, 2 Oct 2013 02:49:34 +0000 (05:49 +0300)]
vtenc: Use correct strides, etc from the GstVideoFrame

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

10 years agocodecparsers: h264: store quantization matrices in zig-zag order
Sreerenj Balachandran [Tue, 20 Aug 2013 14:03:38 +0000 (17:03 +0300)]
codecparsers: h264: store quantization matrices in zig-zag order

Quantizer matrices are encoded in zigzag scan order in the bitstream,
so always parse it as it is.

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

10 years agowin32: update with the new file libgstcodecparsers.def
Sreerenj Balachandran [Wed, 2 Oct 2013 08:40:05 +0000 (11:40 +0300)]
win32: update with the new file libgstcodecparsers.def

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

10 years agocodecparsers: h264: add helpers to convert quantization matrices
Sreerenj Balachandran [Wed, 2 Oct 2013 08:24:58 +0000 (11:24 +0300)]
codecparsers: h264: add helpers to convert quantization matrices

Add utility functions to convert quantization matrices from zig-zag scan
order into raster scan order and vice-versa

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

10 years agoAdd gstreamer-mpegts pkg-config file.
Brendan Long [Mon, 30 Sep 2013 21:32:55 +0000 (15:32 -0600)]
Add gstreamer-mpegts pkg-config file.

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

10 years agoopencv: don't unref NULL caps in finalize
Tim-Philipp Müller [Sun, 29 Sep 2013 22:43:23 +0000 (23:43 +0100)]
opencv: don't unref NULL caps in finalize

Fixes gst-inspect-1.0 -a and generic states unit test.

10 years agoiosassetsrc: Port to 1.0 and fix some bugs on the way
Sebastian Dröge [Thu, 26 Sep 2013 11:37:09 +0000 (13:37 +0200)]
iosassetsrc: Port to 1.0 and fix some bugs on the way

10 years agoiosassetsrc: Add new element from the GStreamer SDK project
Andoni Morales Alastruey [Thu, 26 Sep 2013 11:21:59 +0000 (13:21 +0200)]
iosassetsrc: Add new element from the GStreamer SDK project

10 years agoeglglessink: Port iOS part to 1.0
Sebastian Dröge [Mon, 23 Sep 2013 12:36:40 +0000 (14:36 +0200)]
eglglessink: Port iOS part to 1.0

10 years agoconfigure: Fix iOS check for eglglessink
Sebastian Dröge [Mon, 23 Sep 2013 11:20:46 +0000 (13:20 +0200)]
configure: Fix iOS check for eglglessink

10 years agoapplemedia: avfvideosrc is not ported to 1.0 yet
Sebastian Dröge [Mon, 23 Sep 2013 09:35:56 +0000 (11:35 +0200)]
applemedia: avfvideosrc is not ported to 1.0 yet

10 years agoliveadder: round when calculation length from duration
Michael Olbrich [Wed, 18 Sep 2013 15:51:26 +0000 (17:51 +0200)]
liveadder: round when calculation length from duration

liveadder sometimes calculates the offsets incorrectly before adding. The
resulting errors can easily be heard when mixing silence with a sine.
I'm not sure what the exact conditions are to trigger this, but it definitively
happens when the buffers of two streams have a different duration and buffer
length and duration don't match exactly for one stream because of rounding
errors (e.g.  duration=0:00:00.021333333)

I have to admit, I got lost in the math somewhere but it seems that not
rounding in gst_live_adder_length_from_duration() causes 1 sample overlaps in
consecutive buffers from the same stream.
When using gst_util_uint64_scale_int_round() instead of just truncating the
sine sound correctly again.

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

10 years agohlssink: Use floats for the EXTINF duration values
Javier Jardón [Wed, 25 Sep 2013 14:22:12 +0000 (15:22 +0100)]
hlssink: Use floats for the EXTINF duration values

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

10 years agohlssink: Write EXT-X-VERSION tag in the playlist file
Javier Jardón [Wed, 25 Sep 2013 14:18:39 +0000 (15:18 +0100)]
hlssink: Write EXT-X-VERSION tag in the playlist file

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

10 years agocheck: Update uvch264demux for behaviour change
Edward Hervey [Thu, 19 Sep 2013 12:53:46 +0000 (14:53 +0200)]
check: Update uvch264demux for behaviour change

Since 006e7a3428bd097fc6e6c648332bff583dd434f9 we no longer error out on
incomplete aux segment.

10 years agompegts: Add SCTE/EISS sections and table types
Steve Maynard [Fri, 27 Sep 2013 14:45:00 +0000 (14:45 +0000)]
mpegts: Add SCTE/EISS sections and table types

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

10 years agotsdemux: Wait for valid PCR/offset obvervations
Edward Hervey [Mon, 29 Jul 2013 06:10:07 +0000 (08:10 +0200)]
tsdemux: Wait for valid PCR/offset obvervations

It is quite possible that we might get PTS/DTS before the first
PCR/Offset observation.

In order to end up with valid timestamp we wait until at least one
stream was able to get a proper running-time for any PTS/DTS.
Until then, we queue up the pending buffers to push out.

Once we see a first valid timestamp, we re-evaluate the amount of
running-time elapsed (based on returned inital running-time and amount
of data/DTS queued up) for any given stream.

Taking the biggest amount of elapsed time, we set that on the packetizer
as the initial offset and recalculate all pending buffers running-time
PTS/DTS.

Note: The buffer queueing system can also be used later on for the
dvb fast start proposal (where we queue up all stream packets before
seeing PAT/PMT and then push them once we know if they belong to the
chosen program).

10 years agoexamples: Add descriptor dumping
Edward Hervey [Sun, 7 Jul 2013 13:04:18 +0000 (15:04 +0200)]
examples: Add descriptor dumping

10 years agompegtsdemux: New PCR<=>Offset estimation code
Edward Hervey [Fri, 26 Jul 2013 05:54:30 +0000 (07:54 +0200)]
mpegtsdemux: New PCR<=>Offset estimation code

This allows:
* Better duration estimation
* More accurate PCR location
* Overall more accurate running-time location and calculation

Location and values of PCR are recorded in groups (PCROffsetGroup)
with notable PCR/Offset observations in them (when bitrate changed
for example). PCR and offset are stored as 32bit values to
reduce memory usage (they are differences against that group's
first_{pcr|offset}.

Those groups each contain a global PCR offset (pcr_offset) which
indicates how far in the stream that group is.

Whenever new PCR values are observed, we store them in a sliding
window estimator (PCROffsetGroupCurrent).

When a reset/wrapover/gap is detected, we close the current group with
current values and start a new one (the pcr_offset of that new group
is also calculated).

When a notable change in bitrate is observed (+/- 10%), we record
new values in the current group. This is a compromise between
storing all PCR/offset observations and none, while at the same time
providing better information for running-time<=>offset calculation
in VBR streams.

Whenever a new non-contiguous group is start (due to seeking for example)
we re-evaluate the pcr_offset of each groups. This allows detecting as
quickly as possible PCR wrapover/reset.

When wanting to find the offset of a certain running-time, one can
iterate the groups by looking at the pcr_offset (which in essence *is*
the running-time of that group in the overall stream).
Once a group (or neighbouring groups if the running-time is between two
groups) is found, once can use the recorded values to find the most
accurate offset.

Right now this code is only used in pull-mode , but could also
be activated later on for any seekable stream, like live timeshift
with queue2.

Future improvements:
* some heuristics to "compress" the stored values in groups so as to keep
  the memory usage down while still keeping a decent amount of notable
  points.
* After a seek compare expected and obtained PCR/Offset and if the
  difference is too big, re-calculate position with newly observed
  values and seek to that more accurate position.

Note that this code will *not* provide keyframe-accurate seeking, but
will allow a much more accurate PCR/running-time/offset location on
any random stream.
For past (observed) values it will be as accurate as can be.
For future values it will be better than the current situation.
Finally the more you seek, the more accurate your positioning will be.

10 years agompegtspacketizer: No longer use a private struct
Edward Hervey [Fri, 5 Jul 2013 15:11:46 +0000 (17:11 +0200)]
mpegtspacketizer: No longer use a private struct

These are not public headers, it just adds complexity for no reason

10 years agohlsdemux: Fix dereferencing of NULL pointer
Alex Ashley [Thu, 26 Sep 2013 15:51:25 +0000 (16:51 +0100)]
hlsdemux: Fix dereferencing of NULL pointer

On some live HLS streams, gst_hls_demux_switch_playlist causes
assertion failures because it tried to dereference a NULL fragment.
This is because g_queue_peek_tail sometimes was returning NULL and
this case was not being checked.

This patch does two things:
* move the g_queue_peek_tail inside the semaphore protection
* check if q_queue_peek_tail returns NULL

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

10 years agompegtsparse: Queue buffers until we have enough to know the caps
Sebastian Dröge [Fri, 27 Sep 2013 14:10:54 +0000 (16:10 +0200)]
mpegtsparse: Queue buffers until we have enough to know the caps

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

10 years agompegtspacketizer: rework TS packet sync and extraction
Arnaud Vrac [Mon, 16 Sep 2013 09:46:27 +0000 (11:46 +0200)]
mpegtspacketizer: rework TS packet sync and extraction

The previous code could enter an infinite loop because the adapter state
could get out of sync with its mapped data state after sync was lost.
The code was pretty confusing so it's been rewritten to be clearer.

The easiest way to reproduce the infinite loop is to use the breakmydata
element before tsdemux to trigger a resync.

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

10 years agotsdemux: fix buffer overflow
Arnaud Vrac [Mon, 16 Sep 2013 09:42:48 +0000 (11:42 +0200)]
tsdemux: fix buffer overflow

This can happen with a corrupt TS file, found with breakmydata element
plugged before tsdemux.

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

10 years agoconfigure: remove AS_SCRUB_INCLUDE
Tim-Philipp Müller [Wed, 25 Sep 2013 22:57:42 +0000 (23:57 +0100)]
configure: remove AS_SCRUB_INCLUDE

Shouldn't be needed any more.

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

10 years agobluez: Fix compilation on big endian systems
Sebastian Dröge [Wed, 25 Sep 2013 18:25:03 +0000 (20:25 +0200)]
bluez: Fix compilation on big endian systems

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 24 Sep 2013 17:31:10 +0000 (18:31 +0100)]
Automatic update of common submodule

From 6b03ba7 to 865aa20

10 years agoconfigure: Actually use 1.3.0.1 as version to make configure happy
Sebastian Dröge [Tue, 24 Sep 2013 13:05:28 +0000 (15:05 +0200)]
configure: Actually use 1.3.0.1 as version to make configure happy

10 years agoBack to development
Sebastian Dröge [Tue, 24 Sep 2013 13:00:27 +0000 (15:00 +0200)]
Back to development

10 years agoRelease 1.2.0
Sebastian Dröge [Tue, 24 Sep 2013 12:37:58 +0000 (14:37 +0200)]
Release 1.2.0

10 years agoUpdate .po files
Sebastian Dröge [Tue, 24 Sep 2013 12:37:29 +0000 (14:37 +0200)]
Update .po files

10 years agosdpdemux: Change rank to NONE until it can be autoplugged properly
Sebastian Dröge [Mon, 23 Sep 2013 14:18:43 +0000 (16:18 +0200)]
sdpdemux: Change rank to NONE until it can be autoplugged properly

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

10 years agoAutomatic update of common submodule
Edward Hervey [Fri, 20 Sep 2013 14:17:14 +0000 (16:17 +0200)]
Automatic update of common submodule

From b613661 to 6b03ba7

10 years agoaudiofxbad: Change plugin name to audiofxbad from audiochannelmix
Sebastian Dröge [Thu, 19 Sep 2013 18:17:01 +0000 (20:17 +0200)]
audiofxbad: Change plugin name to audiofxbad from audiochannelmix

10 years agodash/smoothstreaming: Remove unused debug category with the same name
Sebastian Dröge [Thu, 19 Sep 2013 18:09:26 +0000 (20:09 +0200)]
dash/smoothstreaming: Remove unused debug category with the same name

It caused static linking to fail.

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 19 Sep 2013 17:43:28 +0000 (18:43 +0100)]
Automatic update of common submodule

From 74a6857 to b613661

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 19 Sep 2013 16:36:03 +0000 (17:36 +0100)]
Automatic update of common submodule

From 098c0d7 to 74a6857

10 years agoeglglessink: Fix static linking for Android by passing --tag=CC to libtool
Sebastian Dröge [Thu, 19 Sep 2013 14:44:48 +0000 (16:44 +0200)]
eglglessink: Fix static linking for Android by passing --tag=CC to libtool

10 years agoBack to development
Sebastian Dröge [Thu, 19 Sep 2013 09:35:01 +0000 (11:35 +0200)]
Back to development

10 years agoRelease 1.1.90
Sebastian Dröge [Thu, 19 Sep 2013 08:50:47 +0000 (10:50 +0200)]
Release 1.1.90

10 years agoUpdate .po files
Sebastian Dröge [Thu, 19 Sep 2013 08:46:27 +0000 (10:46 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Thu, 19 Sep 2013 07:46:34 +0000 (09:46 +0200)]
po: Update translations

10 years agoeglglessink: Update for new GstContext API
Sebastian Dröge [Wed, 18 Sep 2013 20:36:51 +0000 (22:36 +0200)]
eglglessink: Update for new GstContext API

10 years agoegl: Update for new GstContext API
Sebastian Dröge [Wed, 18 Sep 2013 20:24:07 +0000 (22:24 +0200)]
egl: Update for new GstContext API

10 years agohlsdemux: Reset GstUriDownloader cancellation when restarting to play
Olivier Crête [Tue, 17 Sep 2013 21:41:39 +0000 (17:41 -0400)]
hlsdemux: Reset GstUriDownloader cancellation when restarting to play

10 years agompegtspacketizer: Correct condition check for current next indicator
Sudip Jain [Sun, 15 Sep 2013 11:39:16 +0000 (17:09 +0530)]
mpegtspacketizer: Correct condition check for current next indicator

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

10 years agorawparse: fix event order
Wim Taymans [Thu, 12 Sep 2013 10:03:45 +0000 (12:03 +0200)]
rawparse: fix event order

Delay forwarding the segment event until we pushed caps.
Send STREAM_START in pull mode.

10 years agoamcvideodec: Don't put the level restrictions on the sinkpad caps
Sebastian Dröge [Thu, 12 Sep 2013 11:21:37 +0000 (13:21 +0200)]
amcvideodec: Don't put the level restrictions on the sinkpad caps

They tend to be inaccurate and having them in the sinkpad caps
prevents playback of files that would otherwise play fine.

10 years agotsdemux: respect seqnums on seeks
Thiago Santos [Tue, 10 Sep 2013 21:51:52 +0000 (18:51 -0300)]
tsdemux: respect seqnums on seeks

Pass the seqnum to other events that are consequence of the
original seek event

10 years agoopencv: We also work with OpenCV 2.4.6.1
Sebastian Dröge [Tue, 10 Sep 2013 09:37:55 +0000 (11:37 +0200)]
opencv: We also work with OpenCV 2.4.6.1

10 years agomodplug: Specify directory when including stdafx.h
Iain Lane [Tue, 10 Sep 2013 08:48:32 +0000 (08:48 +0000)]
modplug: Specify directory when including stdafx.h

modplug stopped exposing their directory in their pcfile, meaining
consumers accessing the headers directly fail to build.

http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/

10 years agouvch264src: Fix small mem leak
Olivier Crête [Mon, 9 Sep 2013 17:14:13 +0000 (13:14 -0400)]
uvch264src: Fix small mem leak

10 years agoh264parse: don't update src caps if only codec_data differs
Matej Knopp [Sat, 7 Sep 2013 21:09:31 +0000 (23:09 +0200)]
h264parse: don't update src caps if only codec_data differs

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

10 years agouvch264src: Let the caps be NULL if there is no peer
Olivier Crête [Thu, 5 Sep 2013 23:23:10 +0000 (19:23 -0400)]
uvch264src: Let the caps be NULL if there is no peer

10 years agouvch264src: No need to drop segment events
Olivier Crête [Thu, 5 Sep 2013 23:22:51 +0000 (19:22 -0400)]
uvch264src: No need to drop segment events

In 1.0, segment events are sticky and not additive, no need to prevent
their accumulation.

10 years agodecklinksrc: send caps event before segment
Tim-Philipp Müller [Thu, 5 Sep 2013 18:10:31 +0000 (19:10 +0100)]
decklinksrc: send caps event before segment

10 years agoeglglessink: change pool->sink->last_buffer to pool->last_buffer
Julien Isorce [Wed, 4 Sep 2013 09:58:24 +0000 (10:58 +0100)]
eglglessink: change pool->sink->last_buffer to pool->last_buffer

So that GstEGLImageBufferPool does not depend on GstEglGlesSink
The goal is still to move it into gstegl lib

10 years agoeglglessink: buffer pool does not need to maintain a ref on the display
Julien Isorce [Wed, 4 Sep 2013 09:56:12 +0000 (10:56 +0100)]
eglglessink: buffer pool does not need to maintain a ref on the display

Because it does not use it and also it may not know it when
we create the pool

10 years agoeglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callback
Julien Isorce [Wed, 4 Sep 2013 09:52:51 +0000 (10:52 +0100)]
eglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callback

The goal here is to prepare GstEGLBufferPool to be moved into
gstegl lib. So it has to not depend on 'gst_eglglessink_queue_object'

10 years agoeglglessink: prepare gst_egl_adaptation_allocate_eglimage to be moved
Julien Isorce [Wed, 4 Sep 2013 09:48:34 +0000 (10:48 +0100)]
eglglessink: prepare gst_egl_adaptation_allocate_eglimage to be moved

into gstegl lib or splited between gstegl lib and gstgl lib
because it both depends on egl and gl

So it has to not depend on GstEglAdaptationContext

10 years agoh264parse: Add support for stream-format=avc3
Alex Ashley [Fri, 30 Aug 2013 12:54:40 +0000 (13:54 +0100)]
h264parse: Add support for stream-format=avc3

When outputting in AVC3 stream format, the codec_data should not
contain any SPS or PPS, because they are embedded inside the stream.

In case of avc->bytestream h264parse will push the SPS and PPS from
codec_data downstream at the start of the stream, at intervals
controlled by "config-interval" and when there is a codec_data change.

In the case of avc3->bytstream h264parse detects that there is
already SPS/PPS in the stream and sets h264parse->push_codec to FALSE.
Therefore avc3->bytstream was already supported, except for the stream
type.

In the case of bystream->avc h264parse will generate codec_data caps
from the parsed SPS/PPS in the stream. However it does not remove these
SPS/PPS from the stream. bytestream->avc3 is the same as bytestream->avc
except that the codec_data must not have any SPS/PPS in it.

|--------------+-------------+-------------------|
|stream-format | SPS in-band | SPS in codec_data |
|--------------+-------------+-------------------|
| avc          | maybe       | always            |
|--------------+-------------+-------------------|
| avc3         | always      | never             |
|--------------+-------------+-------------------|

Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new
structure for fragmented MP4 called "avc3". The principal difference
between AVC1 and AVC3 is the location of the codec initialisation
data (e.g. SPS, PPS). In AVC1 this data is placed in the initial MOOV box
(moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the
first sample of every fragment.

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

10 years agosoundtouch: Fix compilation with soundtouch 1.4.0
Sebastian Dröge [Tue, 3 Sep 2013 15:36:08 +0000 (17:36 +0200)]
soundtouch: Fix compilation with soundtouch 1.4.0

It used FLOAT_SAMPLES/INTEGER_SAMPLES #defines instead of ones properly
prefixed with a namespace.

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

10 years ago.gitignore: ignore new win32 config.h-new
Tim-Philipp Müller [Tue, 3 Sep 2013 10:14:43 +0000 (11:14 +0100)]
.gitignore: ignore new win32 config.h-new

10 years agoamcvideodec: Port tiled NV12 conversion to 1.0
Sebastian Dröge [Tue, 3 Sep 2013 09:05:02 +0000 (11:05 +0200)]
amcvideodec: Port tiled NV12 conversion to 1.0

10 years agoamcvideodec: Add FIXME comment
Sebastian Dröge [Tue, 3 Sep 2013 08:56:46 +0000 (10:56 +0200)]
amcvideodec: Add FIXME comment

10 years agoandroidmedia: add support for a new qualcomm colorspace
Jorge Luis Zapata [Mon, 12 Aug 2013 10:16:16 +0000 (10:16 +0000)]
androidmedia: add support for a new qualcomm colorspace

10 years agompegpsdemux: minor clean-up
Tim-Philipp Müller [Mon, 2 Sep 2013 22:28:38 +0000 (23:28 +0100)]
mpegpsdemux: minor clean-up

10 years agompegdemux: send events on pads that are not linked
Matej Knopp [Mon, 2 Sep 2013 20:54:32 +0000 (22:54 +0200)]
mpegdemux: send events on pads that are not linked

Someone might be waiting for certain events with a probe.

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

10 years agod3dvideosink: disable buffer pools
Andoni Morales Alastruey [Wed, 28 Aug 2013 18:07:48 +0000 (20:07 +0200)]
d3dvideosink: disable buffer pools

On a device lost, all the surfaces allocated in the
device need to be released before resetting the device,
which can't be done for the allocated buffers.

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

10 years agoChange how win32/common/config.h is updated
Tim-Philipp Müller [Mon, 2 Sep 2013 12:40:37 +0000 (13:40 +0100)]
Change how win32/common/config.h is updated

Generate win32/common/config.h-new directly from config.h.in,
using shell variables in configure and some hard-coded information.
Change top-level makefile so that 'make win32-update' copies the
generated file to win32/common/config.h, which we keep in source
control.  It's kept in source control so that the git tree is
buildable from VS.

This change is similar to the one recently applied to GStreamer
and gst-plugins-good.  The previous config.h file in -bad was in
pretty bad shape, so unlike core and base, I didn't attempt to
leave it strictly the same, but fixed it as necessary.  Needs
testing I cannot do myself.

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

10 years agotests: ignore new aiffparse test binary
Tim-Philipp Müller [Mon, 2 Sep 2013 11:19:12 +0000 (12:19 +0100)]
tests: ignore new aiffparse test binary

10 years agosoundtouch: Allow compilation against float and integer version of the library
Sebastian Dröge [Mon, 2 Sep 2013 08:29:08 +0000 (10:29 +0200)]
soundtouch: Allow compilation against float and integer version of the library

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

10 years agodashdemux: Fix warnings when building in OS X Snow Leopard
Josep Torra [Fri, 30 Aug 2013 19:52:35 +0000 (21:52 +0200)]
dashdemux: Fix warnings when building in OS X Snow Leopard

gstdashdemux.c:1753: warning: format '%llu' expects type 'long long unsigned int', but argument 8 has type 'long unsigned int'
gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 9 has type 'guint64'
gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 10 has type 'guint64'

10 years agodashdemux: Fix warnings when building in OS X Snow Leopard
Josep Torra [Fri, 30 Aug 2013 19:36:19 +0000 (21:36 +0200)]
dashdemux: Fix warnings when building in OS X Snow Leopard

gstmpdparser.h:530: warning: type qualifiers ignored on function return type
gstmpdparser.c:4177: warning: type qualifiers ignored on function return type

10 years agoh264parse: Use codecparsers macros
Edward Hervey [Fri, 30 Aug 2013 07:05:43 +0000 (09:05 +0200)]
h264parse: Use codecparsers macros

note: I/SI also covers the S_I/S_SI variants

10 years agoexamples: port directfb example to 1.0
Kerrick Staley [Thu, 29 Aug 2013 18:02:37 +0000 (11:02 -0700)]
examples: port directfb example to 1.0

gst_pad_get_negotiated_caps was removed from 1.0;
gst_pad_get_current_caps should be used instead. See
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random
/porting-to-1.0.txt

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

10 years agowin32: update config.h
Tim-Philipp Müller [Thu, 29 Aug 2013 14:55:08 +0000 (15:55 +0100)]
win32: update config.h

10 years agodfbvideosink: make "layer-mode" property an enum
Tim-Philipp Müller [Thu, 29 Aug 2013 14:46:14 +0000 (15:46 +0100)]
dfbvideosink: make "layer-mode" property an enum

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

10 years agodfbvideosink: don't use deprecated GLib thread API
Tim-Philipp Müller [Thu, 29 Aug 2013 13:48:28 +0000 (14:48 +0100)]
dfbvideosink: don't use deprecated GLib thread API

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

10 years agodfbvideosink: port to 1.0
Kazunori Kobayashi [Wed, 26 Jun 2013 02:07:14 +0000 (11:07 +0900)]
dfbvideosink: port to 1.0

including the following supports and fixes:

* Create DirectFB surfaces from GstBufferPool
* Add NV12 pixel format support
* Don't use the cursor in the exclusive mode
  - EnableCusor() can be only used when the administrative mode is set
    in DirectFB 1.6.0 and later.
* Support multiple plane rendering for planar color formats
  - This accommodates the chroma plane offsets of the framebuffer
    in planar formats.
* Invoke SetConfiguration regardless of video mode setting in setcaps()
  - SetConfiguration() method should be invoked regardless of
    the result of gst_dfbvideosink_get_best_vmode(), since the two are
    unrelated.
* Disable DirectFB signal handler
  - "--dfb:no-sighandler" option is passed to DirectFBInit().
    This prevents DirectFB from trying to kill the process and allows
    GStreamer's termination sequence to proceed normally.

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

10 years agoavdtputil: Some minor cleanup and leak fixes
Sebastian Dröge [Thu, 29 Aug 2013 08:20:56 +0000 (10:20 +0200)]
avdtputil: Some minor cleanup and leak fixes

10 years agobluez: support aac in avdtpsrc
Bernhard Miller [Wed, 28 Aug 2013 12:26:04 +0000 (14:26 +0200)]
bluez: support aac in avdtpsrc

Signed-off-by: Bernhard Miller <bernhard.miller@streamunlimited.com>
10 years agoBack to development
Sebastian Dröge [Wed, 28 Aug 2013 11:26:56 +0000 (13:26 +0200)]
Back to development

10 years agoRelease 1.1.4
Sebastian Dröge [Wed, 28 Aug 2013 11:07:27 +0000 (13:07 +0200)]
Release 1.1.4

10 years agoUpdate .po files
Sebastian Dröge [Wed, 28 Aug 2013 11:07:24 +0000 (13:07 +0200)]
Update .po files

10 years agopo: update translations
Sebastian Dröge [Wed, 28 Aug 2013 10:33:17 +0000 (12:33 +0200)]
po: update translations

10 years agompegts: mark as unstable API
Tim-Philipp Müller [Wed, 28 Aug 2013 10:13:14 +0000 (11:13 +0100)]
mpegts: mark as unstable API

10 years agompegtsdemux: fix possible read beyond end of buffer when resyncing
Tim-Philipp Müller [Tue, 27 Aug 2013 16:05:44 +0000 (17:05 +0100)]
mpegtsdemux: fix possible read beyond end of buffer when resyncing

10 years agoh264parse: only update src CAPS when it's necessary
Matthieu Bouron [Tue, 27 Aug 2013 10:27:04 +0000 (11:27 +0100)]
h264parse: only update src CAPS when it's necessary

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

10 years agoh264parse: do not set CAPS and passthrough mode if SPS/PPS have not been parsed
Matthieu Bouron [Tue, 20 Aug 2013 10:59:34 +0000 (11:59 +0100)]
h264parse: do not set CAPS and passthrough mode if SPS/PPS have not been parsed

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

10 years agoconfigure.ac: Don't set BZ2_LIBS if bz2 is not found
Sebastian Dröge [Mon, 26 Aug 2013 11:48:02 +0000 (13:48 +0200)]
configure.ac: Don't set BZ2_LIBS if bz2 is not found

10 years agowebpdec: Some cleanup and minor fixes
Sebastian Dröge [Mon, 26 Aug 2013 08:22:06 +0000 (10:22 +0200)]
webpdec: Some cleanup and minor fixes

10 years agowebp: Add WebP image decoder plugin
Sreerenj Balachandran [Fri, 23 Aug 2013 21:46:38 +0000 (00:46 +0300)]
webp: Add WebP image decoder plugin

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

10 years agofacedetect: new property to control bus messages updates
Nicola Murino [Sat, 1 Sep 2012 18:46:43 +0000 (20:46 +0200)]
facedetect: new property to control bus messages updates

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

10 years agoopencv: Fix indention
Sebastian Dröge [Fri, 23 Aug 2013 10:01:32 +0000 (12:01 +0200)]
opencv: Fix indention

10 years agoopencv: Port to non-deprecated GMutex/GCond API
Sebastian Dröge [Fri, 23 Aug 2013 10:01:07 +0000 (12:01 +0200)]
opencv: Port to non-deprecated GMutex/GCond API

10 years agoopencv: Add disparity-map calculation element
Miguel Casas-Sanchez [Fri, 23 Aug 2013 09:38:04 +0000 (11:38 +0200)]
opencv: Add disparity-map calculation element

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

10 years agodirectsoundsrc: Remove unused variable
Sebastian Dröge [Thu, 22 Aug 2013 15:32:17 +0000 (17:32 +0200)]
directsoundsrc: Remove unused variable

10 years agoconfigure: Update opencv dependency, 2.4.5 works too.
Sebastian Dröge [Thu, 22 Aug 2013 14:07:58 +0000 (16:07 +0200)]
configure: Update opencv dependency, 2.4.5 works too.