- Jul 29, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 26, 2013
-
-
Edward Hervey authored
In the case where this macro was used, that dest was != NULL but that the strncmp failed, we would end up with dest_len being undefined.
-
Edward Hervey authored
We were assigning to a guint64 value (frame->dts) the sum of a unsigned and signed value... resulting it the result never being < 0. Instead just check if it is smaller before assigning to frame->dts.
-
- Jul 25, 2013
-
-
Thiago Santos authored
Use the same seqnum as the seek for flushes/segments that are caused by the seek. Also do the same for segment events Fixes #676242
-
Sebastian Dröge authored
-
-
- Jul 22, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 18, 2013
-
-
Edward Hervey authored
Allows queries (and other code) to be answered when working in push-mode. Running would only be set to TRUE accordingly when working in pull-mode once it had read header/index. Fixes #680185
-
- Jul 17, 2013
-
-
Edward Hervey authored
Otherwise we end up using stray data/buffers. Fixes #690701
-
- Jul 11, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 09, 2013
-
-
This (mostly) reverts 683f5eea. It worked just fine before ...
-
- Jun 25, 2013
-
-
Wim Taymans authored
-
- Jun 05, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 098c0d7 to 01a7a46
-
- Jun 04, 2013
-
-
Utilize the libmpeg2 api: mpeg2_guess_aspect() to guess the aspect-ratio if we don't have a valid upstream PAR. https://bugzilla.gnome.org/show_bug.cgi?id=685103
-
- May 15, 2013
-
-
Sebastian Dröge authored
From 5edcd85 to 098c0d7
-
- May 13, 2013
-
-
Sebastian Dröge authored
-
- May 09, 2013
-
-
Olivier Crête authored
lame does internal resampling, but the base class only cares about the number of raw samples, so tell finish frames about that, not the number of samples in the outgoing frame.:
-
- Apr 30, 2013
-
-
Tim-Philipp Müller authored
It's what people expect when they pipe the output to filesink or into a tcp connection or pipe.
-
- Apr 22, 2013
-
-
Tim-Philipp Müller authored
From 3cb3d3c to 5edcd85
-
- Apr 15, 2013
-
-
Sebastian Dröge authored
-
- Apr 14, 2013
-
-
Tim-Philipp Müller authored
From aed87ae to 3cb3d3c
-
- Apr 09, 2013
-
-
Stefan Sauer authored
From 04c7a1e to aed87ae
-
- Mar 26, 2013
-
-
David Schleef authored
-
- Mar 25, 2013
-
-
Tom Greenwood authored
Previously did a division by zero. https://bugzilla.gnome.org/show_bug.cgi?id=695728
-
- Mar 07, 2013
-
-
Tim-Philipp Müller authored
From 2de221c to 04c7a1e
-
- Feb 08, 2013
-
-
Tim-Philipp Müller authored
No need to make an array for one single element.
-
Tim-Philipp Müller authored
and decide at runtime which subset of these (8-bit or 10-bit video formats) is supported. libx264 will be compiled for one of these two options, and it is possible to switch by pointing the dynamic linker to a different libx264 build at runtime. If we want our template caps to be correct, they should contain all then, with the actually supported ones determined at runtime. https://bugzilla.gnome.org/show_bug.cgi?id=691935
-
- Feb 07, 2013
-