- 09 Dec, 2011 1 commit
-
-
- 08 Dec, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 07 Dec, 2011 2 commits
-
-
-
Vincent Penquerc'h authored
The 'max' value isn't an STL style "one after the end" bound, but the largest allowed value. https://bugzilla.gnome.org/show_bug.cgi?id=665387
-
- 06 Dec, 2011 2 commits
-
-
Stefan Sauer authored
-
Stefan Sauer authored
Fixes #665666.
-
- 05 Dec, 2011 2 commits
-
-
Tim-Philipp Müller authored
-
Sebastian Rasmussen authored
A JPEG image inside an RTP stream has a preceeding RFC2435 header that conveys width/height. The dimensions in this header are limited to be multiples of 8. Since JPEG uses an MCU of 8x8 pixels any image must already indirectly have image data dimensions that are rounded up in order to contain enough data to render the image. Therefore this fix safely rounds the image dimensions in the RFC2435 header up to the closest multiple of 8.
-
- 04 Dec, 2011 1 commit
-
-
Vincent Penquerc'h authored
Otherwise we might trigger at some point within the file, but the check is only making sense for the second block.
-
- 03 Dec, 2011 3 commits
-
-
-
David Schleef authored
Mark more parts as belonging to streamheaders.
-
Vincent Penquerc'h authored
Since unsigned types are used, a negative value would show as very, very positive. Fixes A/V sync on some... less than well made files where timestamps go backwards.
-
- 02 Dec, 2011 1 commit
-
-
- 01 Dec, 2011 13 commits
-
-
Tim-Philipp Müller authored
-
-
Tim-Philipp Müller authored
We assume for now that all buffers in a buffer list should end up in the same file (so we can group GOPs in buffer lists, for example). Could optimise this a bit to avoid the memcpy.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Otherwise we break USF and ASS/SSA subtitles.
-
Alessandro Decina authored
Add -base libs includes to CFLAGS, fix order of LIBS <cit>.
-
Alessandro Decina authored
g_mkdtemp was added in glib 2.30 even though the doc claims it was added in 2.26.
-
Alessandro Decina authored
-
Sebastian Dröge authored
This also copies the caps. Otherwise we could end up pusing the first buffer without any caps, which causes downstream to not get notified about the caps. Fixes bug #664892.
-
Alexey Fisher authored
there is at least two use cases where default frame rate should or may be disabled: - vp8 stream with altref frame enabled. If default frame rate is enabled, some players will missinterprete it (critical!) - for webm container, to reduce micro overhead - for stream with variable frame rate. Signed-off-by:
Alexey Fisher <bug-track@fisher-privat.net>
-
- 30 Nov, 2011 6 commits
-
-
Stefan Sauer authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Less cracktastic in the end.
-
Tim-Philipp Müller authored
Handle corner case where we try to read beyond the end of the last file part, in which case we want to return a short read. If we get fewer bytes than expected for any other file part, we should just error out, since something fishy's going on then.
-
Tim-Philipp Müller authored
Looks like some parsers (in some versions at least) expect the offsets to be set, and behave weird if that's not the case (e.g. off-by-one in h264parse).
-
Tim-Philipp Müller authored
Add new splitfilesrc element that presents multiple files (selectable via a location regex) as one single contiguous file.
-
- 29 Nov, 2011 1 commit
-
-
Thiago Santos authored
This reverts commit d6a9de9e. setcaps functions aren't supposed to take ownership of the caps passed
-
- 28 Nov, 2011 2 commits
-
-
-
Chad authored
The element does not modify the data anyway.
-
- 26 Nov, 2011 2 commits
-
-
Stefan Sauer authored
-
Tim-Philipp Müller authored
-
- 25 Nov, 2011 3 commits
-
-
Thiago Santos authored
Using 'iso' conflicts with mp4mux variant type, ismlmux now uses iso-fragmented Fixes #656823
-
Arun Raghavan authored
PulseAudio 1.0 supports per-source-output volumes, and this exposes the functionality via the GstStreamVolume interface. When compiled against pre-1.0 PulseAudio, the interface is not implemented, and the "volume" or "mute" properties are not available. This bit of ugliness will go away when we can depend on PulseAudio 1.0 or greater. https://bugzilla.gnome.org/show_bug.cgi?id=595055
-
Arun Raghavan authored
-