Tim-Philipp Müller
2c520e2595
Automatic update of common submodule
...
From fc85867 to 4d67bd6
2010-04-23 14:40:20 +01:00
Sebastian Dröge
5a530b19e8
videomixer: Fix byte order for MMX ARGB/AYUV color filling
...
Fixes bug #616409 .
2010-04-22 13:30:55 +02:00
Sebastian Dröge
a27856e6b8
videomixer: Fix AYUV checker/color filling
2010-04-21 17:53:49 +02:00
Sebastian Dröge
3f88dce350
videomixer: Add i387 floating point registers to the clobbered registers list
...
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 .
2010-04-19 16:57:19 +02:00
Sebastian Dröge
a904edfaf5
videobox: Use libgstvideo to get the order of RGB
2010-04-19 14:43:41 +02:00
Brian Cameron
f3c032e6ac
goom: add edx to clobber list in inline assembly code
...
mull modifies %edx, so should be mentioned in clobber list.
Fixes crash on Solaris (#615998 ).
2010-04-17 10:26:25 +01:00
Tim-Philipp Müller
219058cc6f
tests: don't use GST_PLUGIN_LDFLAGS when building test binaries
2010-04-17 10:03:50 +01:00
Sebastian Dröge
386169b9fe
videobox: Fix I420->I420 copying
...
Fixes bug #615143 .
2010-04-16 15:27:56 +02:00
Sebastian Dröge
e6dd1fc3db
videobox: Fix AYUV->I420 copying
2010-04-16 15:27:56 +02:00
Mark Nauwelaerts
e053a89c21
rtph264depay: profile-level-id is an optional parameter
...
So, if needed, extract the corresponding info from
sprop-parameter-sets.
Based on patch provided by <dxssx at gmail.com>
Fixes #612657 .
2010-04-16 12:14:26 +02:00
Thiago Santos
a5f21714e6
configure: Drop -Wcast-align
...
Commit message copied from core's commit from Benjamin Otte:
246f5dba96
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
2010-04-15 08:38:45 -03:00
Tim-Philipp Müller
1351af141d
flactag: fix adapter assertion when used directly after flacenc
...
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 .
2010-04-15 09:44:51 +01:00
Tim-Philipp Müller
1349d5d765
0.10.21.2 pre-release
2010-04-15 00:56:46 +01:00
Tim-Philipp Müller
8fc7ed4a5b
po: update
2010-04-14 20:31:30 +01:00
Tim-Philipp Müller
cc04850bd8
tests: use LDADD for libs to link to instead of LDFLAGS
...
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 .
2010-04-14 20:06:09 +01:00
Edward Hervey
146e50455b
videobox: transform_caps : We can only convert AYUV to xRGB
...
We were previously stating that we could convert AYUV/I420/YV12 to xRGB.
2010-04-14 18:27:52 +02:00
Tim-Philipp Müller
f30f907c37
configure: also remove -Waggregate-return from warning flags
...
It causes problems with Objective-C code like in osxvideosink.
Fixes #613663 .
2010-04-13 00:14:46 +01:00
Edward Hervey
62bd0cd0fa
check: Ignore osx audio/video src/sinks in state change tests
...
And make the line readable for those mere mortals that don't own a 30" screen
2010-04-12 18:22:39 +02:00
Edward Hervey
552f790e84
check: Don't re-declare 'GList *buffers' in the tests
...
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.
2010-04-12 18:03:20 +02:00
Tim-Philipp Müller
a155deaabf
matroskademux, qtdemux: minor code cleanup in avc_level_idc_to_string()
...
Do the same with slightly fewer LOC.
2010-04-12 15:10:11 +01:00
Edward Hervey
5cd3896142
configure: Remove -Wundef flag
...
Fixes #615161
2010-04-12 12:40:11 +02:00
Sebastian Dröge
37e3d2d9d5
videobox: Fix I420->AYUV copying
2010-04-12 11:43:49 +02:00
Sebastian Dröge
9da4f2906f
videobox: Correctly clamp frame/background alphas to [0,255] before writing them
2010-04-12 11:27:40 +02:00
Edward Hervey
d11998247c
check: Ignore jpegenc test
2010-04-12 11:17:34 +02:00
David Schleef
289f69eb84
deinterlace: Only check interlaced flag in sink caps
...
Fixes #615460 .
2010-04-11 13:15:32 -07:00
Sebastian Dröge
49300da948
Automatic update of common submodule
...
From ba33d1f to fc85867
2010-04-09 11:21:47 +02:00
Stefan Kost
d6e9af2a11
docs: do proper escaping for "%"
2010-04-08 18:05:46 +03:00
Stefan Kost
0e048803b9
rtsp: remove obsolete google extension
...
This was not build for a while and can be removed.
2010-04-08 17:50:49 +03:00
Stefan Kost
ada842a99a
docs: move two symbols to private section
2010-04-08 17:42:52 +03:00
Stefan Kost
7e46ad0e21
docs: add flxdec docs
2010-04-08 17:36:30 +03:00
Stefan Kost
6772badb88
docs: enable the 2 of 65 rtp elements in the docs
2010-04-08 17:19:41 +03:00
Benjamin Otte
59f2cb3cb9
shout2: Don't wait if we're late
...
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.
2010-04-08 15:57:36 +02:00
Stefan Kost
ddfb2827d1
docs: upd -> udp and voila it shows up in the docs
2010-04-08 16:56:37 +03:00
Stefan Kost
04d9490ca9
docs: fix doc blob syntax
2010-04-08 16:51:27 +03:00
Stefan Kost
2086f5d9a5
docs: add (sparse) docs for auparse element
2010-04-08 16:51:05 +03:00
Stefan Kost
30347902c2
docs: add videobox symbols
2010-04-08 14:40:43 +03:00
Stefan Kost
f92b4ddc74
docs: remove dynudpsink until someone documents it
2010-04-08 14:40:19 +03:00
Stefan Kost
054b84359b
flvdemux: make debug category static
2010-04-08 14:34:59 +03:00
Stefan Kost
fa09b5d519
flxdemux: rename GstFLVDemux for GstFlvDemux
2010-04-08 14:29:59 +03:00
Stefan Kost
fcc3db73a3
flvdemux: merge flvparse into the demuxer and make function static
...
No need to hide certain function in the docs. Allows to do more cleanups.
2010-04-08 14:29:59 +03:00
Sebastian Dröge
afed9b959c
alpha: Add documentation
2010-04-08 13:14:23 +02:00
Stefan Kost
eee001b17b
docs: v4l2buffer pool is now a separate object, remove them from v4l2src docs
2010-04-08 14:02:51 +03:00
Stefan Kost
c80619657f
docs: remove non existing flags and add two internal methods
...
If someone cares flvparse could be merged into flvdemux.
2010-04-08 14:02:51 +03:00
Stefan Kost
9967a4112b
rtpsession: remove prototype for non existing function
...
There is no function by that name anywhere.
2010-04-08 14:02:50 +03:00
Sebastian Dröge
0c6dbc37d8
docs: Update inspected plugin information
2010-04-08 12:56:50 +02:00
Sebastian Dröge
4d906b4a0a
alphacolor: Improve docs a bit
2010-04-08 12:56:30 +02:00
Stefan Kost
01076cb41f
docs: add effecttv defines and reorder list
2010-04-08 13:47:42 +03:00
Stefan Kost
d9fee649b1
docs: remove three entries that are not exported from the headers anymore
2010-04-08 13:41:47 +03:00
Stefan Kost
7e5d4b0fa9
jpegdec: move macro to c source
...
One less semi public symbol without namespace prefix in the headers.
2010-04-08 13:40:36 +03:00
Stefan Kost
8695f5a8a5
speexenc: remove unused defines
2010-04-08 13:40:09 +03:00