- Jan 21, 2011
- Jan 20, 2011
-
-
-
-
Edward Hervey authored
Check that the WAVEHEADER node is present instead of blindly using it. If not present we won't be able to provide a more refined caps, but at least we won't crash. https://bugzilla.gnome.org/show_bug.cgi?id=640028
-
Tim-Philipp Müller authored
-
- Jan 18, 2011
-
-
Tim-Philipp Müller authored
-
Old code was difficult to understand exactly how the neighboring scan lines are calculated, and it appeared that some were off by +2 or -2, depending on the field flag. Fixes #639321.
-
Tim-Philipp Müller authored
Set caps from the start so discoverer doesn't blow up on seeing no negotiated caps between elements on preroll, which might happen if no subtitle buffers have been pushed yet at the time. See file from bug #603308.
-
- Jan 17, 2011
-
-
Arun Raghavan authored
After starting the ringbuffer, we wait for enough data to arrive before uncorking the stream. This will cause the pipeline to stall if we get an EOS (or otherwise need to flush the stream) before sufficient data becomes available. This patch makes sure that the stream is uncorked while flushing to avoid this problem. Fixes issue with a webkit unit test testing reverse playback of an MP4 H.264/AAC file. https://bugzilla.gnome.org/show_bug.cgi?id=639740
-
- Jan 14, 2011
-
-
Mark Nauwelaerts authored
Fixes #639516.
-
Mark Nauwelaerts authored
Fixes #639516.
-
- Jan 12, 2011
-
-
Tim-Philipp Müller authored
Older kernels don't have these, and there's no easy way to check for the existance of enums that doesn't involve a configure check, so just define these if the V4L2_CAP_VIDEO_OUTPUT_OVERLAY define is not there, which was added in the same commit as the TB/BT enum. Fixes compilation on CentOS 5. https://bugzilla.gnome.org/show_bug.cgi?id=639339
-
- Jan 11, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Arun Raghavan authored
This makes the call to pa_stream_cork() during ringbuffer pause() synchronous, which makes sure that the clock does not advance after we take a snapshot for start_time. https://bugzilla.gnome.org/show_bug.cgi?id=639240
-
Tim-Philipp Müller authored
-
Stefan Kost authored
From e572c87 to f94d739
-
- Jan 10, 2011
-
-
Tim-Philipp Müller authored
From ccbaa85 to e572c87
-
Tim-Philipp Müller authored
From 46445ad to ccbaa85
-
- Jan 07, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
g_assert() will expand to NOOPs if -DG_DISABLE_ASSERT is passed.
-
Tim-Philipp Müller authored
These macros will expand to NOOPs given the right defines. Also, g_return_if_fail() and friends are meant to be used to catch programming errors (like invalid input to functions), not runtime error handling.
-
Tim-Philipp Müller authored
The unit tests are riddled with g_assert() and friends, make sure we don't disable assert and cast checks for the unit tests even if this has been specified for the rest of the code base, e.g. via --disable-glib-asserts.
-
- Jan 06, 2011
-
-
Edward Hervey authored
-
Edward Hervey authored
-
David Schleef authored
-
David Schleef authored
The previous default, greedyh, takes 4 times as long as MPEG-2 video decoding, and is unlikely fast enough on any current CPU to play 1080i video in real-time. greedyl isn't much faster. linear was chosen over vfir, since the quality advantage of vfir is minimal compared to the occasional visual artifacts and slower processing.
-
- Jan 05, 2011
-
-
Wim Taymans authored
Return a return value of the right type.
-
Edward Hervey authored
-
Wim Taymans authored
Add some more debugging. Add the length check so we don't cause unneeded warnings.
-
Wim Taymans authored
Add buffer-size property to configure the kernel send buffer.
-
- Jan 03, 2011
-
-
Stefan Kost authored
-
Stefan Kost authored
-
Wim Taymans authored
Use the right endianness to read the masks. Use the right strides for the bitmap. Fixes #638569
-
Tim-Philipp Müller authored
Looks like this got enabled by accident when adding it to v4l2sink, so undo this for now. Not sure it makes much sense in a GStreamer context with current hardware.
-
Wim Taymans authored
Set a bigger UDP buffer size by default to reduce packet loss with high bitrate streams.
-
David Schleef authored
-
- Jan 02, 2011
-
-
Tim-Philipp Müller authored
-