- Apr 28, 2010
-
-
Tim-Philipp Müller authored
- Apr 25, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
At the very least it needs a better/less wrong name. See #613066.
-
Tim-Philipp Müller authored
Our code currently only handles a maximum of 3 components, so error out for now if the image has more components than that. Fixes #604106.
-
Tim-Philipp Müller authored
-
- Apr 23, 2010
-
-
Tim-Philipp Müller authored
From fc85867 to 4d67bd6
-
- Apr 22, 2010
-
-
Sebastian Dröge authored
Fixes bug #616409.
-
- Apr 21, 2010
-
-
Sebastian Dröge authored
-
- Apr 19, 2010
-
-
Sebastian Dröge authored
They are the same as the mm0-mm7 MMX registers and will be overwritten by the assembly code if gcc doesn't know about the MMX registers. Note: They're all added to the list of clobbered registers in all cases and not only when __MMX__ is not defined just to make sure that no other bugs happen with this code just because some compiler version gets things wrong. Fixes bug #614466.
-
Sebastian Dröge authored
-
- Apr 17, 2010
-
-
Brian Cameron authored
mull modifies %edx, so should be mentioned in clobber list. Fixes crash on Solaris (#615998).
-
Tim-Philipp Müller authored
-
- Apr 16, 2010
-
-
Sebastian Dröge authored
Fixes bug #615143.
-
Sebastian Dröge authored
-
Mark Nauwelaerts authored
So, if needed, extract the corresponding info from sprop-parameter-sets. Based on patch provided by <dxssx at gmail.com> Fixes #612657.
-
- Apr 15, 2010
-
-
Thiago Santos authored
Commit message copied from core's commit from Benjamin Otte: 246f5dba Apparently gcc warns that GstMiniObject is not castable to GstEvent/Message/Buffer due to them containing 64bit variables, even though ARM hackers claim that those only need 4byte alignment. And as long as gcc behaves that way, this warning is not very useful. So we'll remove the warning until this problem is fixed. Fixes #615698
-
Tim-Philipp Müller authored
Unlike filesrc, flacenc outputs the flac blocks neatly aligned one in each buffer. This means that when we switch from metadata mode to audio data passthrough mode, there's no data left in the adapter to push out at this point, so check if there's data in the adapter before requesting buffers from it (also needed in case we get input buffers of 0 size). Fixes #615793.
-
- Apr 14, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to. This should make sure arguments are passed to the linker in the right order, and makes LDFLAGS usable again. Based on patch by Brian Cameron <brian.cameron@oracle.com> Fixes #615697.
-
Edward Hervey authored
We were previously stating that we could convert AYUV/I420/YV12 to xRGB.
-
- Apr 12, 2010
-
-
Tim-Philipp Müller authored
It causes problems with Objective-C code like in osxvideosink. Fixes #613663.
-
Edward Hervey authored
And make the line readable for those mere mortals that don't own a 30" screen
-
Edward Hervey authored
It's an external which lives in gstcheck.c. Redeclaring it makes some compilers/architectures think the 'buffers' in the individual tests are a different symbol... and therefore we end up comparing holodecks with oranges.
-
Tim-Philipp Müller authored
Do the same with slightly fewer LOC.
-
Edward Hervey authored
Fixes #615161
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Edward Hervey authored
-
- Apr 11, 2010
-
-
David Schleef authored
Fixes #615460.
-
- Apr 09, 2010
-
-
Sebastian Dröge authored
From ba33d1f to fc85867
-
- Apr 08, 2010
-
-
Stefan Kost authored
-
Stefan Kost authored
This was not build for a while and can be removed.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Benjamin Otte authored
In fact, due to signedness issues, a negative delay would be changed to an almost infinite wait causing shout2send to "lock up". Reported by Christopher Montgomery.
-
Stefan Kost authored
-
Stefan Kost authored
-