Thiago Santos [Thu, 3 Dec 2009 20:49:55 +0000 (17:49 -0300)]
qtdemux: fix debug message printf args
Fixes debug message printf format to make it build in mac's gcc
Thiago Santos [Wed, 2 Dec 2009 16:33:20 +0000 (13:33 -0300)]
shout2: Convert delay correctly
Use GST_MSECOND to convert delay in msecs to nanosecs
Fixes #603547
Wim Taymans [Tue, 1 Dec 2009 18:24:02 +0000 (19:24 +0100)]
jpegdec: reset segment info after flush
Reset the segment info after a flush. We use the segment for handling QoS and if
we don't reset the segment, QoS is basically disabled after a flushing seek.
Tim-Philipp Müller [Tue, 1 Dec 2009 15:07:06 +0000 (15:07 +0000)]
Automatic update of common submodule
From
87bf428 to
47cb23a
Sebastian Dröge [Tue, 1 Dec 2009 13:15:46 +0000 (14:15 +0100)]
Automatic update of common submodule
From
da4c75c to
87bf428
Aurelien Grimaud [Mon, 30 Nov 2009 14:59:50 +0000 (15:59 +0100)]
rtpsession: avoid buffer ref/unref pairs for CSRCs
We ref the buffer before pushing it downstream in order to get the CSRCs of it
after pushing. This causes performance problems when downstream elements want to
change the metadata because the buffer needs to be subbuffered.
Instead, read and store the CSRCs of the buffer in an array before pushing it
and process the array after pushing the buffer. This allows us to remove the
ref/unref pair.
Fixes #603376
Wim Taymans [Sat, 28 Nov 2009 18:23:26 +0000 (19:23 +0100)]
shout2: use gstpoll for timeouts
Use our own GstPoll based timeout instead of the shout sleep so that we can
interrupt when doing a state change and shutting down.
Fixes #602887
Wim Taymans [Sat, 28 Nov 2009 11:25:06 +0000 (12:25 +0100)]
check: fix jitterbuffer check
Make sure we set a base_time on the element.
Fix the timeout to at least twice the jitterbuffer latency.
Enable previously failing tests.
Remove impossible checks.
Edward Hervey [Fri, 27 Nov 2009 17:55:20 +0000 (18:55 +0100)]
Automatic update of common submodule
From
53a2485 to
da4c75c
Mark Nauwelaerts [Thu, 26 Nov 2009 15:14:30 +0000 (16:14 +0100)]
rtph264depay: optionally merge NALUs into Access Units
... which may be expected/desired by some downstream decoders
(and spec-wise highly recommended for at least non-bytestream mode).
Mark Nauwelaerts [Thu, 26 Nov 2009 16:29:03 +0000 (17:29 +0100)]
qtdemux: fix timestamp datatype
Wim Taymans [Wed, 25 Nov 2009 16:38:23 +0000 (10:38 -0600)]
jitterbuffer: avoid using wrong clock-rate
Check for a valid clock-rate before attempting to estimate the npt
stop time.
Wim Taymans [Wed, 25 Nov 2009 16:37:30 +0000 (10:37 -0600)]
rtpbin: fix typo in comments
Stefan Kost [Wed, 25 Nov 2009 14:05:10 +0000 (16:05 +0200)]
rtpjitterbuffertest: add one more test and file a bug now
CHange the backwards test to always send first buffer first to have a define
basetime. Add another test that sends buffers backwards to assert that only
first sent buffer is keep and used as basetime. Disabled those tests still,
as its not passing/failing consitently and file a bug for jitterbuffer.
Stefan Kost [Wed, 25 Nov 2009 08:17:34 +0000 (10:17 +0200)]
jitterbuffertest: improve the test
the tests are a bit more solid now but still not produce reliable results.
Wonder if they are still flawky or if its a bug in jitterbuffer.
Michael Smith [Tue, 24 Nov 2009 19:13:06 +0000 (11:13 -0800)]
multiudpsink: return error message on windows too.
Michael Smith [Tue, 24 Nov 2009 18:58:49 +0000 (10:58 -0800)]
multiudpsink: first phase of fixing up error reporting for windows.
Thiago Santos [Fri, 30 Oct 2009 06:13:54 +0000 (03:13 -0300)]
avimux: also set the suggested buf size for audio
We were only setting the suggested buf size for video,
we can set it for audio as well.
This and
195e14529d80ef318ce3a778c1995efb11f266cd
fix an issue that prevented seeking on large avi files
on WMP (non-recent versions).
Thiago Santos [Wed, 4 Nov 2009 19:10:23 +0000 (16:10 -0300)]
avimux: fix indx duration for PCM audio
GstBuffers for PCM audio usually contains more than
1 sample, we need to get the total number of samples to set
the indx duration.
Thiago Santos [Wed, 4 Nov 2009 19:04:10 +0000 (16:04 -0300)]
avimux: Audio buffers should be picked earlier
Adds a 0.5s advantage for audio buffers to being
picked earlier for muxing.
Robert Swain [Tue, 24 Nov 2009 15:40:19 +0000 (16:40 +0100)]
qtdemux: Fix push mode by making sure stbl information is available in
next_entry_size ()
Robert Swain [Tue, 24 Nov 2009 15:35:20 +0000 (16:35 +0100)]
qtdemux: Fix order of arguments in log message
Stefan Kost [Tue, 24 Nov 2009 13:51:21 +0000 (15:51 +0200)]
jpegenc: fix spelling in comment
Robert Swain [Mon, 23 Nov 2009 16:58:17 +0000 (17:58 +0100)]
build system: Fix wrongly committed change to common/
Robert Swain [Tue, 10 Nov 2009 09:26:07 +0000 (10:26 +0100)]
qtdemux: Ease debugging by removing a goto for an error message
Robert Swain [Sat, 14 Nov 2009 14:52:09 +0000 (15:52 +0100)]
qtdemux: Parse per sample rather than all at once but build complete index when
seeking
Robert Swain [Wed, 4 Nov 2009 16:31:15 +0000 (17:31 +0100)]
qtdemux: Save atom data for later use so it doesn't get freed after initial
parsing
Robert Swain [Fri, 6 Nov 2009 10:00:04 +0000 (11:00 +0100)]
qtdemux: Parse from the previously parsed sample up to sample n
Robert Swain [Wed, 4 Nov 2009 16:04:22 +0000 (17:04 +0100)]
qtdemux: Make qtdemux_parse_samples () parse up to n samples
Robert Swain [Wed, 28 Oct 2009 17:49:02 +0000 (17:49 +0000)]
qtdemux: Separate off stbl sub-atom initialisation
Robert Swain [Mon, 26 Oct 2009 22:42:36 +0000 (22:42 +0000)]
qtdemux: Move variables into context in preparation for refactorisation
Robert Swain [Mon, 26 Oct 2009 20:36:08 +0000 (20:36 +0000)]
qtdemux: Fix bug where stps is never parsed due to logic error
Robert Swain [Wed, 4 Nov 2009 16:31:15 +0000 (17:31 +0100)]
qtdemux: Port ctts from Gnode * to GstByteReader
Robert Swain [Fri, 23 Oct 2009 12:06:44 +0000 (13:06 +0100)]
qtdemux: Switch from QtAtomParser to GstByteReader
Wim Taymans [Mon, 23 Nov 2009 11:53:50 +0000 (12:53 +0100)]
qtdemux: fix typo and grammar
Tim-Philipp Müller [Fri, 20 Nov 2009 10:30:00 +0000 (10:30 +0000)]
deinterlace: fix typo in mode enum description
Stefan Kost [Fri, 20 Nov 2009 09:25:49 +0000 (11:25 +0200)]
docs: more links and better short description
Fix spelling of GstRtpSsrcDemux to get it linked. Add more links. Change
the short description to be more meaningful.
Sebastian Dröge [Fri, 20 Nov 2009 08:58:26 +0000 (09:58 +0100)]
wavpackparse: Fix unit test for recent position reporting changes
Sebastian Dröge [Thu, 19 Nov 2009 15:09:38 +0000 (16:09 +0100)]
wavpackparse: After pushing a frame, update last_stop to the end of the frame
This improves position reporting, especially because of the fact that
WavPack frames are usually 0.5-1.0 seconds long.
Sebastian Dröge [Thu, 19 Nov 2009 15:08:33 +0000 (16:08 +0100)]
wavpackparse: Allow pulling the last WavPack frame of a file
Because of a >= instead of a >, that last frame of a WavPack file
would never be parsed in pull mode.
Tim-Philipp Müller [Thu, 19 Nov 2009 10:30:43 +0000 (10:30 +0000)]
Automatic update of common submodule
From
0702fe1 to
53a2485
Thiago Santos [Thu, 29 Oct 2009 11:29:38 +0000 (08:29 -0300)]
qtdemux: Add more fields to SVQ3 caps
qtdemux only added the whole stsd atom as 'codec_data'
in its output caps for SVQ3. This patch makes it add
the SEQH (inside a SMI atom) and a gamma field (taken
from the gama atom) if available.
Fixes #587922
Edward Hervey [Wed, 18 Nov 2009 16:55:42 +0000 (17:55 +0100)]
wavenc: Raise rank of muxer to PRIMARY
Edward Hervey [Wed, 18 Nov 2009 16:54:16 +0000 (17:54 +0100)]
y4m: Raise rank of encoder to PRIMARY
Edward Hervey [Wed, 18 Nov 2009 16:54:02 +0000 (17:54 +0100)]
law: Raise rank of encoders to PRIMARY
Bastien Nocera [Thu, 12 Nov 2009 19:11:18 +0000 (19:11 +0000)]
Add user-id and user-pw properties
So that one doesn't need to modify the URL to have access
to authenticated RTSP streams.
fixes #601728
Wim Taymans [Wed, 18 Nov 2009 11:22:10 +0000 (12:22 +0100)]
pulsesink: use acquired flag when checking valid state
Use the acquired field of the ringbuffer in get_time to know when we are in an
invalid state. We don't clear the rate flag when releasing the ringbuffer so
this values is not usable.
Avoids some error messages being posted because the pulseaudio connection is
down.
Tim-Philipp Müller [Wed, 18 Nov 2009 10:17:02 +0000 (10:17 +0000)]
configure: bump core requirement to 0.10.25.1 as well
Make implicit requirement explicit.
Mark Nauwelaerts [Wed, 18 Nov 2009 11:53:44 +0000 (12:53 +0100)]
qtdemux: fix bogus memory chunk size check
Wim Taymans [Wed, 18 Nov 2009 11:01:52 +0000 (12:01 +0100)]
pulsesink: implement some more callbacks
Implement some more callbacks for debugging purposes.
Wim Taymans [Wed, 11 Nov 2009 14:50:19 +0000 (15:50 +0100)]
jitterbuffer: release lock before emiting signals
Release the jbuf lock before emiting the request-pt-map signal to avoid
deadlocks. We also need to catch the shutdown case when locking again.
Fixes #593354
Wim Taymans [Wed, 11 Nov 2009 10:59:16 +0000 (11:59 +0100)]
rtp: add BroadcomVoice depayloader
Wim Taymans [Wed, 11 Nov 2009 10:38:36 +0000 (11:38 +0100)]
rtpbvpay: add rfc reference
Wim Taymans [Wed, 11 Nov 2009 10:37:07 +0000 (11:37 +0100)]
rtp: add BroadcomVoice payloader
Jan Urbański [Mon, 9 Nov 2009 11:17:34 +0000 (12:17 +0100)]
flvmux: properly finish the ECMA array
The ECMA array with the file index was missing a mandatory end marker.
Fixes bug #601242.
Jan Schmidt [Wed, 18 Nov 2009 02:15:15 +0000 (02:15 +0000)]
Use new still-frame API from gst-plugins-base
Jan Schmidt [Wed, 18 Nov 2009 02:14:46 +0000 (02:14 +0000)]
Bump gst-plugins-base requirement to 0.10.25.1
Michael Smith [Wed, 18 Nov 2009 01:59:13 +0000 (17:59 -0800)]
qtdemux: identify IMA adpcm in qt properly.
Jan Schmidt [Wed, 18 Nov 2009 01:27:37 +0000 (01:27 +0000)]
Back to development -> 0.10.17.1
Jan Schmidt [Tue, 17 Nov 2009 01:53:08 +0000 (01:53 +0000)]
Add release 0.10.17 to the doap file
Jan Schmidt [Tue, 17 Nov 2009 01:25:30 +0000 (01:25 +0000)]
Release 0.10.17
Jan Schmidt [Tue, 17 Nov 2009 00:18:22 +0000 (00:18 +0000)]
Update .po files
Jan Schmidt [Fri, 13 Nov 2009 02:07:25 +0000 (02:07 +0000)]
0.10.16.3 pre-release
Sebastian Dröge [Tue, 10 Nov 2009 10:52:24 +0000 (11:52 +0100)]
v4l2: Make sure to initialize variables before using them
Jan Schmidt [Mon, 9 Nov 2009 20:06:03 +0000 (20:06 +0000)]
0.10.16.2 pre-release
Tim-Philipp Müller [Mon, 9 Nov 2009 15:20:00 +0000 (15:20 +0000)]
jpegdec: free temporary buffer when changing state to NULL
Free temporary allocations in the state change function and not
only when the object is finalised.
Tim-Philipp Müller [Mon, 9 Nov 2009 11:40:25 +0000 (11:40 +0000)]
jpegdec: only allocate as much temporary memory as needed for indirect decoding
When we can't decode directly into the output buffer, make our temp buffers
only as big as needed instead of allocating for the worst case scenario (well,
we still alloc more than strictly needed for some cases, but significantly
less than before).
Tim-Philipp Müller [Thu, 5 Nov 2009 23:46:58 +0000 (23:46 +0000)]
pulsesink: printf format fix
Tim-Philipp Müller [Thu, 5 Nov 2009 23:44:27 +0000 (23:44 +0000)]
raw1394: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 23:40:15 +0000 (23:40 +0000)]
equalizer: printf format fix
Thiago Santos [Thu, 5 Nov 2009 15:13:44 +0000 (12:13 -0300)]
avimux: do not write empty INFO list
avoid writing an empty INFO list chunk, both because
it is useless and because vlc refuses to play the
resulting file.
Sebastian Dröge [Thu, 5 Nov 2009 09:54:12 +0000 (10:54 +0100)]
equalizer: Notify about band property changes caused by changing number of bands
Sebastian Dröge [Thu, 5 Nov 2009 09:45:59 +0000 (10:45 +0100)]
equalizer: Make changes to band properties and the number of bands threadsafe
Sebastian Dröge [Thu, 5 Nov 2009 09:30:46 +0000 (10:30 +0100)]
equalizer: Fix stupid off by two bug
Sebastian Dröge [Thu, 5 Nov 2009 07:18:05 +0000 (08:18 +0100)]
equalizer: Add band property to select the band filter type
This allows per band configuration of a peak, low shelf or
high shelf filter, which can be very useful if the band frequencies
and widths are manually configured.
Sebastian Dröge [Thu, 5 Nov 2009 07:17:53 +0000 (08:17 +0100)]
equalizer: Fix code style
Sebastian Dröge [Thu, 5 Nov 2009 07:03:13 +0000 (08:03 +0100)]
equalizer: Some cleanup
Gabriel Millaire [Wed, 7 Oct 2009 13:31:19 +0000 (09:31 -0400)]
celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in pay_handle_buffer and depay_process
Gabriel Millaire [Fri, 2 Oct 2009 21:04:43 +0000 (17:04 -0400)]
celtpay/depay: Negotiate parameters through caps
celtdepay : added default framesize(480) channels(1) and clockrate(32000)
depay_setcaps : now gets channels and framesize from string with default value
depay_process : now adds timestamp to outbuf
Added frame_size to GstRtpCeltDepay
Changed some GST_DEBUG to GST_DEBUG_OBJECT or GST_LOG_OBJECT
celtpay : getcaps : gets channel and framesize and sets caps
Added frame-size to static caps for audio/x-celt
Jan Schmidt [Wed, 4 Nov 2009 15:58:34 +0000 (15:58 +0000)]
deinterlace: Pull in CFLAGS and LIBS flags from -base before core before system.
Jan Schmidt [Thu, 15 Oct 2009 15:33:24 +0000 (16:33 +0100)]
po: Don't create backup .po files
As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X
Edward Hervey [Wed, 4 Nov 2009 15:47:42 +0000 (16:47 +0100)]
qtdemux: init variables to make compiler on osx build bot happy
Tim-Philipp Müller [Tue, 3 Nov 2009 16:04:37 +0000 (16:04 +0000)]
qtdemux: init variables to make compiler on osx build bot happy
Stefan Kost [Tue, 3 Nov 2009 15:35:15 +0000 (17:35 +0200)]
jpegdec: don't allocate big arrays on the stack
Add the arrays to the instance data and allocate on first use.
Tim-Philipp Müller [Sun, 1 Nov 2009 15:57:44 +0000 (15:57 +0000)]
deinterlace: remove pointless call to gst_element_no_more_pads()
Stefan Kost [Sat, 31 Oct 2009 22:29:57 +0000 (00:29 +0200)]
level: fix decay to be smooth
The length not having any fractional part as it was promoted to gdouble after
dividing two guint64.
Stefan Kost [Sat, 31 Oct 2009 22:29:24 +0000 (00:29 +0200)]
level: calculate the message-intervall when it changes
Stefan Kost [Sat, 31 Oct 2009 22:14:08 +0000 (00:14 +0200)]
level: clocktime is a guint64, use right macro to init fields
Stefan Kost [Sat, 31 Oct 2009 22:10:01 +0000 (00:10 +0200)]
level: use more g-style types
Sebastian Dröge [Fri, 30 Oct 2009 08:27:59 +0000 (09:27 +0100)]
pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is available
In older versions the volume set during stream connection had
no defined sematic and usually it was a relative volume. What
was needed for our use case is an absolute volume though, otherwise
the volume will be always decreased on stream connection if it's
less than 100%.
Since pulse 0.9.20 that volume is always an absolute volume if
flat volumes are used and relative otherwise, which is the same
as for pa_context_set_sink_input_volume().
Relevant pulse changesets:
http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=
f27a50691c8fe45bac7dd6b21fac91a359def3a1
http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=
2501687579e359d5032a4d165b2ffc8f5b1b8ba6
Wim Taymans [Tue, 27 Oct 2009 17:07:18 +0000 (18:07 +0100)]
avidemux: use segment_full when we can
Use segment_full so that we can pass the applied rate to the segment values. We
will change the applied rate when we implement skip mode.
Robert Swain [Sat, 17 Oct 2009 23:16:06 +0000 (00:16 +0100)]
wavenc: Fix buffer offset by moving length incrementation
Michael Smith [Sat, 24 Oct 2009 01:31:14 +0000 (18:31 -0700)]
osxvideosink: Create the video NSView in READY->PAUSED rather than NULL->READY
Michael Smith [Sat, 24 Oct 2009 01:28:22 +0000 (18:28 -0700)]
osxvideo: explicitly link to GST_LIBS
Michael Smith [Sat, 24 Oct 2009 01:09:43 +0000 (18:09 -0700)]
Add dependencies of gstriff to things that link to gstriff, needed on Win32.
Michael Smith [Sat, 24 Oct 2009 00:25:17 +0000 (17:25 -0700)]
rtp examples: remove executable bits from C files.
Tim-Philipp Müller [Fri, 23 Oct 2009 10:21:44 +0000 (11:21 +0100)]
tests: disable all jitterbuffer tests for now
Since even the one enabled seems to fail.
Stefan Kost [Thu, 22 Oct 2009 10:39:58 +0000 (13:39 +0300)]
tests: also include the new test for prev commit
Stefan Kost [Thu, 22 Oct 2009 10:19:07 +0000 (13:19 +0300)]
tests: add a jitterbuffer test
Tests pushing a few buffers in various order and asserting the order sent by the
jitterbuffer. Contains two disabled tests that need more work.
Sebastian Dröge [Thu, 22 Oct 2009 10:30:14 +0000 (12:30 +0200)]
matroskamux: Dirac "muxing" units end on EOS too
A Dirac muxing unit are all non-picture, non-end-of-sequence
packets up to and including the first picture or eos packet.
See http://www.diracvideo.org/wiki/index.php/ContainerFormatMappingGuidelines