- May 13, 2012
-
-
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
-
- Apr 04, 2012
-
-
Sebastian Dröge authored
-
- Apr 02, 2012
-
-
Wim Taymans authored
fix cropping in mpeg2dec
-
- Apr 01, 2012
-
-
Wim Taymans authored
-
- Mar 30, 2012
-
-
Wim Taymans authored
-
Sebastian Dröge authored
-
- Mar 29, 2012
-
-
Mark Nauwelaerts authored
-
- Mar 28, 2012
-
-
Wim Taymans authored
-
- Mar 27, 2012
-
-
Mark Nauwelaerts authored
-
- Mar 26, 2012
-
-
Wim Taymans authored
-
- Mar 22, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- Mar 21, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- Mar 20, 2012
-
-
Tim-Philipp Müller authored
So 0.11 folks also get amr include fixes. Conflicts: ext/a52dec/gsta52dec.c ext/mad/gstmad.c
-
- Mar 18, 2012
-
-
Mark Nauwelaerts authored
... as well as some caps ref handling.
-
- Mar 16, 2012
-
-
Wim Taymans authored
-
- Mar 15, 2012
-
-
Wim Taymans authored
-