Commit graph

781 commits

Author SHA1 Message Date
Jan Schmidt
d23028e301 0.10.6.3 pre-release 2009-03-13 23:52:01 +00:00
Edward Hervey
59796dd0bc gstffmpegdec: Disable vdpau decoders. Fixes #573400 2009-03-11 13:25:40 +01:00
Edward Hervey
2df7d3e960 pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago.
It still worked... until the 0.5 ffmpeg release, which made those defines unused.

See the bottom of libavutil/pixfmt.h for more details.
2009-03-11 12:56:29 +01:00
Edward Hervey
916d1a8b8d ffmpegrev: bump up upstream revision to the *exact* release revision.
This is only a one-commit svn-props change.. but we might as well keep
it accurate.
2009-03-11 10:16:46 +01:00
Edward Hervey
45ec23e37c codecmapping: Fix caps for ATRAC3. Fixes #574663 2009-03-10 21:14:21 +01:00
Edward Hervey
1e689f057f Disable exposing decoder/encoder using external library. Fixes #574746 2009-03-10 21:11:43 +01:00
Edward Hervey
ca1321b224 blacklist bogus demuxer/muxer/typefind. Fixes #567336 and #574814 2009-03-10 21:05:52 +01:00
Jan Schmidt
b4513f0a70 0.10.6.2 pre-release 2009-03-10 00:22:10 +00:00
Jan Schmidt
e1818583e6 Automatic update of common submodule
From 7032163 to f8b3d91
2009-03-09 23:13:40 +00:00
Edward Hervey
8cfa2c4314 gstffmpegdec: Use 64bit scaling function to avoid overflows detected in some situations. 2009-03-09 18:18:24 +01:00
Edward Hervey
146aab9dcb demux: If the demuxer isn't initialized yet, forward serialized events without waiting.
We do this, because the demuxer is initialized in the loop function. If it's not
initialized yet, that means the loop hasn't been entered... and therefore the
PIPE GCond will never be signalled.
2009-03-09 15:09:10 +01:00
Edward Hervey
f8e3a0007f demuxers: Blacklist push-mode for avformat demuxers which aren't reliable in push-mode.
Currently, only one is blacklisted : ffdemux_ape. This has been confirmed by
ffmpeg developers.
2009-03-09 13:46:06 +01:00
Edward Hervey
3f34bf8ef4 demuxers: Add more debugging 2009-03-09 13:45:22 +01:00
Edward Hervey
b75a3f325a ffmpegrev: and update once more for last-minute fixes to upstream release branch 2009-03-09 10:39:54 +01:00
Edward Hervey
cc9dace674 gstffmpegcodecmap: Add proper caps for Fraps video codec 2009-03-09 10:07:39 +01:00
Sebastian Dröge
4cf88b2c32 Automatic update of common submodule
From ffa738d to 7032163
2009-03-08 12:06:11 +01:00
Sebastian Dröge
f919b14e61 Automatic update of common submodule
From 3f13e4e to ffa738d
2009-03-08 11:21:48 +01:00
Sebastian Dröge
bc11713dc1 Automatic update of common submodule
From 3c7456b to 3f13e4e
2009-03-07 11:47:21 +01:00
Sebastian Dröge
46acf5266a Automatic update of common submodule
From 57c83f2 to 3c7456b
2009-03-07 10:47:28 +01:00
Tim-Philipp Müller
7553796d3a configure: require a released version of gstreamer, to avoid confusion 2009-03-06 17:50:19 +00:00
Edward Hervey
98167578c4 ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863
We simply allocate the memory using ffmpeg's av_malloc which provides us
with properly memalign'ed data.
This avoids write-outside-of-bounds when sse/altivec code is being used.
2009-03-06 17:37:51 +01:00
Edward Hervey
df6fb6867e ffaudioresample: Add padding to output buffer. Fixes #573649
The internal resampling functions seem to require a slightly bigger buffer
for output than what we require. Therefore we give it an extra 64bytes (although
16 should have been enough).
2009-03-06 12:47:12 +01:00
Tim-Philipp Müller
c389f49295 ffmpegdec: post an error message on the bus when decoding fails
We should post a STREAM DECODE error message on the bus when we return
GST_FLOW_ERROR, otherwise the user ends up seeing an ugly internal flow
error message, which isn't very nice.
2009-03-06 11:01:55 +00:00
Edward Hervey
eeffd7b87f gstffmpegdec: Set the rank of the AAC decoder to NONE.
It will stay this way until the ffmpeg aac decoder can report before decoding
whether it can handle a given stream or not.
2009-03-05 12:09:32 +01:00
Damien Lespiau
ac82da060a Make bz2 requirement optional. Fixes #564867 2009-03-05 09:10:37 +01:00
Jordi Mas
c7458545f3 gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux mapping.
Fixes #570975
2009-03-05 08:52:11 +01:00
Edward Hervey
8dcbe4f7e8 codecmap. The VC1 decoder can also handle the Advanced Profile.
Fixes #565269
2009-03-05 07:48:24 +01:00
Tim-Philipp Müller
30805cd2c4 ffdec: fix build 2009-03-04 20:58:08 +00:00
Edward Hervey
9eb48ddcda gstffmpegdec: Abort on first failure by AAC decoder. Fixes #566250.
The problem is that the ffmpeg aac decoder fails... but still accepts
the following buffers as if nothing happened. But because some things
were not properly set in the internal code, all hell breaks loose.
2009-03-04 21:10:22 +01:00
Edward Hervey
ec1ff94e7b gstffmpegdec: Bring the real decoders up to GST_RANK_PRIMARY.
They have proven by now that they're more reliable than the
-bad real wrapper plugins.
2009-03-04 20:04:25 +01:00
Sebastian Dröge
778df9cae0 ffmpeg: Don't register the MXF typefinder, we have our own in -base 2009-03-04 12:25:34 +01:00
Sebastian Dröge
b50cc13487 ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mapping 2009-03-04 12:24:47 +01:00
Edward Hervey
a57ffa07c4 ffmpegrev: Update to actual ffmpeg 0.5 release branch
Normally this should be the last commit before they release 0.5.
We should use this for pre-releases in order to help them squash down bugs.
2009-03-03 17:23:25 +01:00
Edward Hervey
62c179ee50 ffmpegrev: Switch to 0.5 ffmpeg release branch 2009-03-02 12:07:32 +01:00
Edward Hervey
65cf8cc061 ffmpeg: Bump up to current upstream HEAD of ffmpeg and swscale 2009-02-27 09:41:24 +01:00
Edward Hervey
269698f020 ffmpegmux: Use information from AVOutputFormat to expose more muxers.
AVOutputFormat does *NOT* contain the full list of codecs a muxer can handle,
but does contain the recommended audio and video codecs. Therefore we use that
information to expose more muxers, until AVOutputFormat contains a list of
*ALL* compatible codecs.
2009-02-27 09:40:03 +01:00
Jan Schmidt
2334478f8d build: Update shave init statement for changes in common. Bump common. 2009-02-25 15:10:31 +00:00
Jan Schmidt
a960a70afb Automatic update of common submodule
From 9cf8c9b to a6ce5c6
2009-02-25 11:32:50 +00:00
Jan Schmidt
51b5bc131b Use shave for the build 2009-02-22 20:04:07 +00:00
Sebastian Dröge
87494eb949 And remove unused variable 2009-02-22 19:44:12 +01:00
Sebastian Dröge
0a697e42d1 Remove unreachable code 2009-02-22 19:43:19 +01:00
Sebastian Dröge
6fc19a2c49 Cast const GstBuffer * to GstBuffer * before unreffing 2009-02-22 19:40:51 +01:00
Jan Schmidt
f436bc68d8 Automatic update of common submodule
From 5d7c9cc to 9cf8c9b
2009-02-22 16:00:40 +00:00
Edward Hervey
d6e6d39e01 ffmpegrev: Update upstream revisions used 2009-02-22 14:30:01 +01:00
David Schleef
8fad59c86f Automatic update of common submodule
From 80c627d to 5d7c9cc
2009-02-21 11:14:01 -08:00
Edward Hervey
de4496b274 codecmap: map more codecs 2009-02-18 19:06:52 +01:00
Edward Hervey
f0d485d28b ffmpegrev: update upstream ffmpeg/libswscale revisions to use. 2009-02-18 19:06:34 +01:00
Edward Hervey
3867dc01f6 Fix 'make distcheck'. 2009-02-10 12:34:36 +01:00
Edward Hervey
13d9e1cee0 Bump upstream ffmpeg revision to use.
We should update this gradually as ffmpeg will be releasing within 2 weeks.
2009-02-10 12:33:57 +01:00
Edward Hervey
0a676df0a6 Bump revision to use for common submodule. 2009-02-09 12:03:42 +01:00