platform/upstream/gst-plugins-good.git
14 years agotests: use right type when passing vararg value
Wim Taymans [Thu, 24 Dec 2009 16:01:15 +0000 (17:01 +0100)]
tests: use right type when passing vararg value

14 years agoflacdec: use a single decoder field for both push and pull mode
Mark Nauwelaerts [Wed, 23 Dec 2009 16:50:34 +0000 (17:50 +0100)]
flacdec: use a single decoder field for both push and pull mode

14 years agoflacdec: fix possible hanging in pull mode seeking
Mark Nauwelaerts [Wed, 23 Dec 2009 16:03:32 +0000 (17:03 +0100)]
flacdec: fix possible hanging in pull mode seeking

A seek in multi-sink pipeline typically leads to several seek events in a row,
which could lead to sending several newsegments in a row without intermediate
flushing.  These would then accumulate, distort rendering times and as such
lead to 'hanging'.

14 years agortph264pay: fix uninitialized variable
Mark Nauwelaerts [Wed, 23 Dec 2009 18:39:05 +0000 (19:39 +0100)]
rtph264pay: fix uninitialized variable

14 years agortp: use boilerplate
Wim Taymans [Wed, 23 Dec 2009 12:09:54 +0000 (13:09 +0100)]
rtp: use boilerplate

14 years agortpL16pay: convert to baseaudiopayload
Wim Taymans [Tue, 22 Dec 2009 23:38:05 +0000 (00:38 +0100)]
rtpL16pay: convert to baseaudiopayload

Use GstRTPBaseAudioPayload as the base class. This saves a lot of code and fixes
a bunch of problems that were already solved in the base class.

Fixes #853367

14 years agortppcmapay: the boilerplate macro sets parent_class
Wim Taymans [Tue, 22 Dec 2009 23:30:49 +0000 (00:30 +0100)]
rtppcmapay: the boilerplate macro sets parent_class

14 years agortpbin: avoid some structure copies
Wim Taymans [Tue, 22 Dec 2009 21:27:21 +0000 (22:27 +0100)]
rtpbin: avoid some structure copies

Don't make copied in the getter and setter for SDES in the RTPSource. This
avoids a couple of copies of the SDES structure when generating RTCP
packets.

14 years agortpmanager: improve SDES handling
Pascal Buhler [Mon, 31 Aug 2009 16:42:25 +0000 (18:42 +0200)]
rtpmanager: improve SDES handling

Store SDES internally as a struct to support multiple PRIV values.
Include all values set in SDES struct when sending RTCP SDES.

14 years agortph263depay: add some fixmes
Wim Taymans [Tue, 22 Dec 2009 13:41:35 +0000 (14:41 +0100)]
rtph263depay: add some fixmes

14 years agortph263depay: baseclass handles timestamps for us
Wim Taymans [Tue, 22 Dec 2009 13:35:13 +0000 (14:35 +0100)]
rtph263depay: baseclass handles timestamps for us

14 years agortph263depay: reset start variable properly
Wim Taymans [Tue, 22 Dec 2009 13:27:40 +0000 (14:27 +0100)]
rtph263depay: reset start variable properly

14 years agoDrop the whole frame if a packet is lost.
Marco Ballesio [Fri, 29 May 2009 12:49:27 +0000 (15:49 +0300)]
Drop the whole frame if a packet is lost.

Fixes #582575

14 years agortph264pay: add option to insert PPS/SPS in streams
Wim Taymans [Mon, 21 Dec 2009 19:39:53 +0000 (20:39 +0100)]
rtph264pay: add option to insert PPS/SPS in streams

Add a new spspps-interval property to instruct the payloader to insert
SPS and PPS at periodic intervals in the stream.
Rework the SPS/PPS handling so that bytestream and AVC sample code both use the
same code paths to handle sprop-parameter-sets. This also allows to have the AVC
code to insert SPS/PPS like the bytestream code.

Fixes #604913

14 years agoAutomatic update of common submodule
Mark Nauwelaerts [Mon, 21 Dec 2009 18:12:22 +0000 (19:12 +0100)]
Automatic update of common submodule

From 47cb23a to 14cec89

14 years agoqtdemux: Adds new tags
Jonathan Conder [Mon, 21 Dec 2009 15:01:53 +0000 (12:01 -0300)]
qtdemux: Adds new tags

Adds some new tags mapping to qtdemux.

Fixes #599759

14 years agortpbin: add property to remove pads automatically
Wim Taymans [Mon, 21 Dec 2009 14:05:09 +0000 (15:05 +0100)]
rtpbin: add property to remove pads automatically

Add a property called autoremove to automatically remove the pads of sources
that timed out.

Fixes #554839

14 years agossrcdemux: fix comparison
Wim Taymans [Mon, 21 Dec 2009 13:55:16 +0000 (14:55 +0100)]
ssrcdemux: fix comparison

A NULL means no pad was found.

14 years agov4l2src: Add GstURIHandler interface. Fixes #601143
Edward Hervey [Sun, 8 Nov 2009 10:49:14 +0000 (11:49 +0100)]
v4l2src: Add GstURIHandler interface. Fixes #601143

This allows using v4l2://[<device>]

14 years agomultiudpsink: pass length parameter to g_convert
Michael Smith [Mon, 21 Dec 2009 01:24:47 +0000 (17:24 -0800)]
multiudpsink: pass length parameter to g_convert

14 years agomatroska: Fix unitialized variable.
Edward Hervey [Fri, 18 Dec 2009 11:44:50 +0000 (12:44 +0100)]
matroska: Fix unitialized variable.

Yes, it's stupid, but macosx compilers are even more stupid.

14 years agovideomixer: Fix assembly compilation on x86
Sebastian Dröge [Thu, 17 Dec 2009 15:01:25 +0000 (16:01 +0100)]
videomixer: Fix assembly compilation on x86

Fixes bug #604814.

14 years agorganalysis: fix timestamp rounding
Branko Čibej [Thu, 17 Dec 2009 16:37:03 +0000 (17:37 +0100)]
rganalysis: fix timestamp rounding

Use scaling function to round and avoid overflows.

Fixes #604352

14 years agortp: add G723 payloader
Tiago Katcipis [Thu, 17 Dec 2009 16:27:42 +0000 (17:27 +0100)]
rtp: add G723 payloader

Fixes #597823

14 years agoqtdemux: Fix ALAC codec_data parsing
Wim Taymans [Thu, 17 Dec 2009 15:22:56 +0000 (16:22 +0100)]
qtdemux: Fix ALAC codec_data parsing

Fixes #604611

14 years agoqtdemux: Remove cpp style coments
Thiago Santos [Wed, 16 Dec 2009 20:28:30 +0000 (17:28 -0300)]
qtdemux: Remove cpp style coments

Removes // comments and replace them with /* */ comments

14 years agomatroskademux: also consider BlockNumber indicated in index when seeking
Mark Nauwelaerts [Wed, 16 Dec 2009 11:48:02 +0000 (12:48 +0100)]
matroskademux: also consider BlockNumber indicated in index when seeking

14 years agomatroskademux: support push based mode
Mark Nauwelaerts [Wed, 16 Dec 2009 11:43:27 +0000 (12:43 +0100)]
matroskademux: support push based mode

Fixes #598610.

14 years agomatroskademux: fix ebml read cache usage
Mark Nauwelaerts [Wed, 16 Dec 2009 11:44:36 +0000 (12:44 +0100)]
matroskademux: fix ebml read cache usage

14 years agovideomixer: Use movzbl instead of movzxb for moving one byte to a l register
Sebastian Dröge [Wed, 16 Dec 2009 09:50:32 +0000 (10:50 +0100)]
videomixer: Use movzbl instead of movzxb for moving one byte to a l register

For some reason latest gcc/binutils accept movzxb here while
movzbl would be correct and is the only thing accepted by older
gcc/binutils.

Fixes bug #604679.

14 years agovideomixer: src/dest are input and output of the AYUV blending MMX assembler
Sebastian Dröge [Wed, 16 Dec 2009 05:59:01 +0000 (06:59 +0100)]
videomixer: src/dest are input and output of the AYUV blending MMX assembler

14 years agoaudiowsincband: Use the same upper length limit as audiowsinclimit
Sebastian Dröge [Tue, 15 Dec 2009 17:18:54 +0000 (18:18 +0100)]
audiowsincband: Use the same upper length limit as audiowsinclimit

14 years agoaudiowsinc{limit,band}: Allow much larger filter lengths now
Sebastian Dröge [Sat, 12 Dec 2009 16:00:50 +0000 (17:00 +0100)]
audiowsinc{limit,band}: Allow much larger filter lengths now

14 years agoaudiofxbasefirfilter: Fix frequency response calculation
Sebastian Dröge [Fri, 11 Dec 2009 11:27:32 +0000 (12:27 +0100)]
audiofxbasefirfilter: Fix frequency response calculation

14 years agoaudiofxbasefirfilter: Remove dead assignments
Sebastian Dröge [Tue, 8 Dec 2009 13:57:02 +0000 (14:57 +0100)]
audiofxbasefirfilter: Remove dead assignments

14 years agoaudiofxbasefirfilter: Add special processing functions for Mono/Stereo
Sebastian Dröge [Sun, 6 Dec 2009 15:58:51 +0000 (16:58 +0100)]
audiofxbasefirfilter: Add special processing functions for Mono/Stereo

This provides another 7% speedup for the time domain convolution and 1.5%
speedup for the FFT convolution on Mono input.

This optimization assumes that the compiler simplifies calculations
and conditions on constant numbers and unrolls loops with a constant
number of repeats.

14 years agoaudiofxbasefirfilter: Add a "low-latency" mode
Sebastian Dröge [Fri, 4 Dec 2009 08:25:49 +0000 (09:25 +0100)]
audiofxbasefirfilter: Add a "low-latency" mode

This will always use time-domain convolution, which lowers the latency.
With FFT convolution it's always a multiple of the kernel length,
with time domain convolution it's only the pre-latency of the filter kernel.

14 years agoaudiofxbasefirfilter: Remove obsolete TODO comments
Sebastian Dröge [Fri, 4 Dec 2009 08:00:22 +0000 (09:00 +0100)]
audiofxbasefirfilter: Remove obsolete TODO comments

14 years agoaudiofxbasefirfilter: Use samples everywhere instead of samples*channels sometimes
Sebastian Dröge [Thu, 3 Dec 2009 19:12:01 +0000 (20:12 +0100)]
audiofxbasefirfilter: Use samples everywhere instead of samples*channels sometimes

14 years agoaudiofxbasefirfilter: FFT convolution implementation
Sebastian Dröge [Thu, 3 Dec 2009 16:27:13 +0000 (17:27 +0100)]
audiofxbasefirfilter: FFT convolution implementation

This provides a great speedup, especially the relationship between kernel
length and processing size is now logarithmic instead of linear. Below a
kernel size of 32 it's a bit slower, afterwards it's much faster:

17     0.788000 -> 0.950000
33     1.208000 -> 1.146000
65     2.166000 -> 1.146000
...
4097 107.444000 -> 1.508000

For sizes smaller 32 the normal time-domain convolution is chosen,
for larger sizes the FFT convolution is automatically used.

Fixes bug #594381.

14 years agoaudiofxbasefirfilter: Make most code parts independent of the processing functions...
Sebastian Dröge [Fri, 27 Nov 2009 19:33:14 +0000 (20:33 +0100)]
audiofxbasefirfilter: Make most code parts independent of the processing functions and used convolution algorithm

Only remaining part is the residue pushing, which will be fixed later.

14 years agoaudiofxbasefirfilter: Optimize time-domain convolution
Sebastian Dröge [Thu, 26 Nov 2009 14:17:27 +0000 (15:17 +0100)]
audiofxbasefirfilter: Optimize time-domain convolution

Remove some redundant calculations, move comparisions out of
inner loops, etc.

This makes the convolution about 3 (!) times faster but
processing time is of course still proportional to the
filter size.

14 years agoaudiofxbasefirfilter: Use _CAST macros in some places and do some calculations only...
Sebastian Dröge [Thu, 26 Nov 2009 09:45:37 +0000 (10:45 +0100)]
audiofxbasefirfilter: Use _CAST macros in some places and do some calculations only once

14 years agoaudiofxbasefirfilter: Rewrite timestamp tracking
Sebastian Dröge [Wed, 25 Nov 2009 17:12:05 +0000 (18:12 +0100)]
audiofxbasefirfilter: Rewrite timestamp tracking

It's much simpler now and doesn't introduce accumulating rounding
errors.

14 years agoaudiofxbasefirfilter: Rename some variables and change comments
Sebastian Dröge [Wed, 25 Nov 2009 16:39:53 +0000 (17:39 +0100)]
audiofxbasefirfilter: Rename some variables and change comments

14 years agoaudiofxbasefirfilter: Add const qualifier to the source data array
Sebastian Dröge [Tue, 24 Nov 2009 19:06:25 +0000 (20:06 +0100)]
audiofxbasefirfilter: Add const qualifier to the source data array

14 years agovideomixer: Add MMX implementations of the AYUV blending and color filling functions
Sebastian Dröge [Mon, 14 Dec 2009 19:08:06 +0000 (20:08 +0100)]
videomixer: Add MMX implementations of the AYUV blending and color filling functions

This provides a 20% speedup for blending and 100% for color filling.

The blending can probably be optimized even more.

14 years agoid3demux: prefer two letter ISO 639-1 code for extended comment
Tim-Philipp Müller [Sun, 13 Dec 2009 13:19:43 +0000 (13:19 +0000)]
id3demux: prefer two letter ISO 639-1 code for extended comment

14 years agoqtdemux: fix up language code extraction some more
Tim-Philipp Müller [Sun, 13 Dec 2009 13:10:12 +0000 (13:10 +0000)]
qtdemux: fix up language code extraction some more

Quicktime uses ISO 639-2 for language codes, but GST_TAG_LANGUAGE
is supposed to hold a ISO 639-1 code, so convert as needed using
the new API from -base.

See #602126.

14 years agomatroska: fix language code writing and extraction
Tim-Philipp Müller [Sun, 13 Dec 2009 12:45:22 +0000 (12:45 +0000)]
matroska: fix language code writing and extraction

Matroska uses three-letter ISO 639-2B codes, but GST_TAG_LANGUAGE is
supposed to contain two-letter ISO 639-1 codes, so use new language
code mapping functions in -base to convert between those two as
needed.

Fixes #505823.

14 years agoavidemux: minor debug message changes
Tim-Philipp Müller [Mon, 7 Dec 2009 20:54:07 +0000 (20:54 +0000)]
avidemux: minor debug message changes

Fix up a few debug messages so that it's clearer what they mean.

14 years agoRevert "qtdemux: Correctly parse classification tags"
Thiago Santos [Sat, 12 Dec 2009 20:44:04 +0000 (17:44 -0300)]
Revert "qtdemux: Correctly parse classification tags"

This reverts commit cd883aa60c1133196a6ae052884d15c295c37dde.

Previous code was correct, 4 is due to table and language code,
not only language code

14 years agoqtdemux: Correctly parse classification tags
Thiago Santos [Sat, 12 Dec 2009 19:28:36 +0000 (16:28 -0300)]
qtdemux: Correctly parse classification tags

In clsf atoms, the language code is 2 bytes long, not 4.

14 years agovideomixer: Dequeue current buffer on FLUSH_STOP and don't unref NULL buffers
Sebastian Dröge [Sat, 12 Dec 2009 15:55:13 +0000 (16:55 +0100)]
videomixer: Dequeue current buffer on FLUSH_STOP and don't unref NULL buffers

... NULL buffers shouldn't really happen anymore when popping the
buffer from GstCollectPads but better check for this and print a warning.

14 years agovideomixer: Fix stupid mistake in last commit
Sebastian Dröge [Fri, 11 Dec 2009 12:11:12 +0000 (13:11 +0100)]
videomixer: Fix stupid mistake in last commit

14 years agovideomixer: Don't do floating point math in the inner processing loop for I420 blending
Sebastian Dröge [Fri, 11 Dec 2009 11:35:59 +0000 (12:35 +0100)]
videomixer: Don't do floating point math in the inner processing loop for I420 blending

14 years agortspsrc: handle NULL and empty transport strings
Wim Taymans [Thu, 10 Dec 2009 17:43:44 +0000 (18:43 +0100)]
rtspsrc: handle NULL and empty transport strings

When an RTSP extension returns NULL or an empty transport string, just ignore it
and try to get the next possible transport. Fixes playback of RealMedia streams.

14 years agortspsrc: install event function on internal RTCP pad
Wim Taymans [Thu, 10 Dec 2009 17:42:51 +0000 (18:42 +0100)]
rtspsrc: install event function on internal RTCP pad

Install a custom event function on the internal RTCP pad so that we can reply
TRUE to a latency event.

14 years agovideomixer: Remove wrong comments, copied from the I420 blend function
Sebastian Dröge [Thu, 10 Dec 2009 09:48:49 +0000 (10:48 +0100)]
videomixer: Remove wrong comments, copied from the I420 blend function

14 years agovideomixer: The queued duration is a signed integer
Sebastian Dröge [Wed, 9 Dec 2009 20:15:07 +0000 (21:15 +0100)]
videomixer: The queued duration is a signed integer

...and it will really be negative sometimes.

14 years agovideomixer: Only pop buffers from collectpads after they're fully consumed
Sebastian Dröge [Wed, 9 Dec 2009 20:03:57 +0000 (21:03 +0100)]
videomixer: Only pop buffers from collectpads after they're fully consumed

This decreases latency and memory usage because new buffers are only
accepted by collectpads if there's no queued buffer.

14 years agomatroskademux: Clean up position/duration handling
Sebastian Dröge [Wed, 9 Dec 2009 19:42:44 +0000 (20:42 +0100)]
matroskademux: Clean up position/duration handling

Also use the last end time for closing the segment, not the
start time of the last buffer.

14 years agomatroskademux: Close the segment on EOS if the real duration is known
Sebastian Dröge [Wed, 9 Dec 2009 15:50:02 +0000 (16:50 +0100)]
matroskademux: Close the segment on EOS if the real duration is known

14 years agomatroskademux: Update duration if current buffer is already after the old duration
Sebastian Dröge [Wed, 9 Dec 2009 15:46:18 +0000 (16:46 +0100)]
matroskademux: Update duration if current buffer is already after the old duration

14 years agomatroskademux: Drop buffers that are after segment stop
Sebastian Dröge [Wed, 9 Dec 2009 15:43:41 +0000 (16:43 +0100)]
matroskademux: Drop buffers that are after segment stop

...and if this happened for all streams go EOS.

14 years agomatroskademux: Fix position tracking and sending of filler segments
Sebastian Dröge [Wed, 9 Dec 2009 15:41:04 +0000 (16:41 +0100)]
matroskademux: Fix position tracking and sending of filler segments

14 years agovideomixer: Use gst_util_uint64_scale_int() for fps to seconds per frame calculations
Sebastian Dröge [Wed, 9 Dec 2009 15:15:09 +0000 (16:15 +0100)]
videomixer: Use gst_util_uint64_scale_int() for fps to seconds per frame calculations

14 years agomatroskademux: Keep the segment stop position for update newsegment events
Sebastian Dröge [Tue, 8 Dec 2009 16:34:15 +0000 (17:34 +0100)]
matroskademux: Keep the segment stop position for update newsegment events

14 years agoladspa: Remove the sources from gst-plugins-good
Sebastian Dröge [Fri, 4 Dec 2009 13:42:49 +0000 (14:42 +0100)]
ladspa: Remove the sources from gst-plugins-good

It's disabled anyway and the latest version of it is in
gst-plugins-bad. Fixes bug #603779.

14 years agoavidemux: init current_entry in push mode
Wim Taymans [Fri, 4 Dec 2009 12:50:59 +0000 (13:50 +0100)]
avidemux: init current_entry in push mode

Set the current_entry to 0 (instead of -1) in push mode so that we correctly
calculate the current frame number and timestamp.

Add some more debug info and fic the duration debug.

14 years agortspsrc: fix major memory leak when playing back rtsp video streams
Tim-Philipp Müller [Fri, 4 Dec 2009 11:14:03 +0000 (11:14 +0000)]
rtspsrc: fix major memory leak when playing back rtsp video streams

Don't forget to unref QoS, navigation and latency events when
dropping them.

14 years agomatroskademux: only send pending tags with newsegment events
Tim-Philipp Müller [Thu, 3 Dec 2009 08:58:08 +0000 (08:58 +0000)]
matroskademux: only send pending tags with newsegment events

Send pending tags only from the streaming thread, just after we've sent
the newsegment event, not with e.g. flush-start. This not only does the
right thing, but also makes sure we're not trampling over variables set
up in the streaming thread from the seeking thread in case someone tries
to issue a seek just as the demuxer is parsing the headers.

Fixes #601617. Spotted by Ognyan Tonchev.

14 years agoqtdemux: fix debug message printf args
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

14 years agoshout2: Convert delay correctly
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

14 years agojpegdec: reset segment info after flush
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.

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 1 Dec 2009 15:07:06 +0000 (15:07 +0000)]
Automatic update of common submodule

From 87bf428 to 47cb23a

14 years agoAutomatic update of common submodule
Sebastian Dröge [Tue, 1 Dec 2009 13:15:46 +0000 (14:15 +0100)]
Automatic update of common submodule

From da4c75c to 87bf428

14 years agortpsession: avoid buffer ref/unref pairs for CSRCs
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

14 years agoshout2: use gstpoll for timeouts
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

14 years agocheck: fix jitterbuffer check
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.

14 years agoAutomatic update of common submodule
Edward Hervey [Fri, 27 Nov 2009 17:55:20 +0000 (18:55 +0100)]
Automatic update of common submodule

From 53a2485 to da4c75c

14 years agortph264depay: optionally merge NALUs into Access Units
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).

14 years agoqtdemux: fix timestamp datatype
Mark Nauwelaerts [Thu, 26 Nov 2009 16:29:03 +0000 (17:29 +0100)]
qtdemux: fix timestamp datatype

14 years agojitterbuffer: avoid using wrong clock-rate
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.

14 years agortpbin: fix typo in comments
Wim Taymans [Wed, 25 Nov 2009 16:37:30 +0000 (10:37 -0600)]
rtpbin: fix typo in comments

14 years agortpjitterbuffertest: add one more test and file a bug now
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.

14 years agojitterbuffertest: improve the test
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.

14 years agomultiudpsink: return error message on windows too.
Michael Smith [Tue, 24 Nov 2009 19:13:06 +0000 (11:13 -0800)]
multiudpsink: return error message on windows too.

14 years agomultiudpsink: first phase of fixing up error reporting for windows.
Michael Smith [Tue, 24 Nov 2009 18:58:49 +0000 (10:58 -0800)]
multiudpsink: first phase of fixing up error reporting for windows.

14 years agoavimux: also set the suggested buf size for audio
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).

14 years agoavimux: fix indx duration for PCM audio
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.

14 years agoavimux: Audio buffers should be picked earlier
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.

14 years agoqtdemux: Fix push mode by making sure stbl information is available in
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 ()

14 years agoqtdemux: Fix order of arguments in log message
Robert Swain [Tue, 24 Nov 2009 15:35:20 +0000 (16:35 +0100)]
qtdemux: Fix order of arguments in log message

14 years agojpegenc: fix spelling in comment
Stefan Kost [Tue, 24 Nov 2009 13:51:21 +0000 (15:51 +0200)]
jpegenc: fix spelling in comment

14 years agobuild system: Fix wrongly committed change to common/
Robert Swain [Mon, 23 Nov 2009 16:58:17 +0000 (17:58 +0100)]
build system: Fix wrongly committed change to common/

14 years agoqtdemux: Ease debugging by removing a goto for an error message
Robert Swain [Tue, 10 Nov 2009 09:26:07 +0000 (10:26 +0100)]
qtdemux: Ease debugging by removing a goto for an error message

14 years agoqtdemux: Parse per sample rather than all at once but build complete index when
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

14 years agoqtdemux: Save atom data for later use so it doesn't get freed after initial
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

14 years agoqtdemux: Parse from the previously parsed sample up to sample n
Robert Swain [Fri, 6 Nov 2009 10:00:04 +0000 (11:00 +0100)]
qtdemux: Parse from the previously parsed sample up to sample n