- 21 May, 2010 1 commit
-
-
Christian Schaller authored
-
- 20 May, 2010 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
...and remove the doctype property from matroskamux again.
-
Mark Nauwelaerts authored
-
Tristan Matthews authored
Speex should report 30 ms latency for narrowband mode, 34 otherwise. Fixes #619018
-
- 19 May, 2010 13 commits
-
-
Philip authored
-
Philip Jägenstedt authored
In this day and age this should be safe. There's otherwise a risk people will be creating unneccessarily big WebM files as they can't use SimpleBlock in v1.
-
Philip Jägenstedt authored
The original plan was to let WebM v1 be the same as Matroska v2 (with extra constraints), but for simplicity it was decided to handle the versions equally, such that e.g. SimpleBlock is only allowed in WebM v2.
-
Philip Jägenstedt authored
Failure to do this for corrupt input can cause a subbuffer bigger than the actual buffer to be created, quickly leading to segfault. Test case: bug_s222005751_r0.001____memcpy.webm
-
Philip Jägenstedt authored
The comment says this cannot happen, but it did and I don't know why. This is not the correct fix, needs investigation. Test case: bug_s555010094_r0.0005:0.008____IA__g_assertion_message_expr.webm
-
Philip Jägenstedt authored
This is a regression from ASCII validation changes. Test case: bug_s66876390_r0.001____malloc_printerr.webm
-
Philip Jägenstedt authored
This was triggering an UTF-8 assertion in gst_caps_set_simple for corrupt files with garbage as codec id. Test case: gstreamer_error_trying_to_set_invalid_utf8_as_codec_id.webm Old gst_ebml_read_ascii renamed to gst_ebml_read_string, also used by gst_ebml_read_utf8. Unlike for UTF-8, failure to validate is an error, as gst_ebml_read_ascii is used for reading doctype and codec id and we might just as well give up early in those cases.
-
Philip Jägenstedt authored
Because GstMatroskaTrackContext *stream is set up in the first SimpleBlock or Block, a rogue CodecState otherwise causes a segfault on derefencing the NULL pointer. Test case: bug_s5506167_r0.001____gst_matroska_demux_parse_blockgroup_or_simpleblock.webm
-
Philip Jägenstedt authored
-
Philip Jägenstedt authored
-
Philip Jägenstedt authored
-
Philip Jägenstedt authored
-
Philip Jägenstedt authored
-
- 17 May, 2010 4 commits
-
-
David Schleef authored
-
Sebastian Dröge authored
...matroskademux automatically supports it through libgstriff.
-
Sebastian Dröge authored
...avidemux automatically supports it through libgstriff.
-
Sebastian Dröge authored
-
- 15 May, 2010 1 commit
-
-
Sebastian Dröge authored
-
- 14 May, 2010 4 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
From 4d67bd6 to 357b0db
-
Tim-Philipp Müller authored
Unref server objects when done. Fixes check-valgrind.
-
Tim-Philipp Müller authored
Don't leak othercaps or jpegenc ref.
-
- 13 May, 2010 4 commits
-
-
Wim Taymans authored
Documentation error spotted by tony <caicai0119 at gmail.com> Fixes #618419
-
Olivier Crête authored
It probably will not be in the final RFC as it is not in RFC 5215 for Vorbis. If there is a configuration specified, assume it is in-line and if nothing is specified, assume it is in-band. https://bugzilla.gnome.org/show_bug.cgi?id=618386
-
Wim Taymans authored
We can perfectly decode 1x1 images so lower the min width and height to 1. Fixes #618392
-
Wim Taymans authored
Don't blindly add the durations of incomming buffers to the total queued duration because it might be invalid. Mark the total queued duration invalid when we receive an invalid incomming timestamp because that's when we lose track of the total queued duration. Fixes #618324
-
- 12 May, 2010 1 commit
-
-
Mark Nauwelaerts authored
... so it can also be regularly inserted into the stream if so configured. Fixes #617164.
-
- 11 May, 2010 8 commits
-
-
Alessandro Decina authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Remove fixed FIXME, change finalise to finalize for consistency.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Hook up build infrastructure, docs and tests. Fixes #614305.
-
Brian Cameron authored
OSS4 supports per-stream volume control, so expose this using the right API, so that playbin2 and applications like totem can make use of it (instead of using a volume element for volume control). Fixes #614305.
-
Tim-Philipp Müller authored
-