- Jun 07, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 06, 2012
-
-
Edward Hervey authored
From 1fab359 to 03a0e57
-
Wim Taymans authored
-
- Jun 01, 2012
-
-
Edward Hervey authored
From f1b5a96 to 1fab359
-
- May 31, 2012
-
-
Sebastian Dröge authored
From 92b7266 to f1b5a96
-
- May 30, 2012
-
-
Sebastian Dröge authored
From ec1c4a8 to 92b7266
-
Sebastian Dröge authored
From 3429ba6 to ec1c4a8
-
- May 26, 2012
-
-
Tim-Philipp Müller authored
-
- May 24, 2012
-
-
Julien Isorce authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676495
-
Sebastian Dröge authored
From dc70203 to 3429ba6
-
- May 17, 2012
-
-
Tim-Philipp Müller authored
Build 106 is from September 2010. https://bugzilla.gnome.org/show_bug.cgi?id=676257
-
-
Mark Nauwelaerts authored
Fixes #675451
-
- May 16, 2012
-
-
Sebastian Dröge authored
-
-
- May 13, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
Sebastian Dröge authored
From dc70203 to 3429ba6
-
Sebastian Dröge authored
-
- May 10, 2012
-
-
Vincent Penquerc'h authored
Also ensure we get a proper EOS when seeking past the end of the file, or (when the snap after flag is set) between the last keyframe and the end of the file.
-
- May 03, 2012
-
-
Leon Merten Lohse authored
https://bugzilla.gnome.org/show_bug.cgi?id=675112 Conflicts: ext/cdio/gstcdiocddasrc.c
-
- Apr 30, 2012
-
-
Tim-Philipp Müller authored
Need to include gmodule.h ourselves now.
-
- Apr 19, 2012
-
-
Sebastian Dröge authored
-
- Apr 16, 2012
-
-
Sebastian Dröge authored
From 6db25be to dc70203
-
Tim-Philipp Müller authored
Two things were suboptimal from a performance point of view: a) consider a large media object such as a video keyframe, which may be split up into multiple fragments. We would assemble the media object as follows: buf = join (join (join (frag1, frag2), frag3), frag4) which causes many unnecessary memcpy()s, and malloc/free, which could easily add up to a multiple of the actual object size. To avoid this, we allocate a buffer of the size needed from the start and copy fragments into that directly. b) for every fragment to join, we would create a sub-buffer before joining it (which would discard the sub-buffer again), leading to unnecessary miniobject create/free churn. Conflicts: gst/asfdemux/asfpacket.c gst/asfdemux/asfpacket.h
-
Tim-Philipp Müller authored
We have already retrieved the stream for that stream number and made sure it's not NULL, so no need to do it again here; neither the number nor the streams changed since the last time.
-
- Apr 15, 2012
-
-
Alban Browaeys authored
gst_buffer_extract returns the number of bytes extracted, here 2 max. Set size to the buffer size as was done in 0.10 to avoid first_access error when it bypass 2. https://bugzilla.gnome.org/show_bug.cgi?id=673434
-
- Apr 13, 2012
-
-
Sebastian Dröge authored
Also we now only create tar.bz2 and tar.xz tarballs.
-
Sebastian Dröge authored
From 464fe15 to 6db25be
-
- Apr 12, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 09, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 05, 2012
-
-
Sebastian Dröge authored
From 7fda524 to 464fe15
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-