Edward Hervey
d39ad81ad7
gstffmpegmux: Use the AVFormat long_name in our descriptions.
...
This is the same behaviour we use in the demuxers.
2009-04-15 22:04:02 +02:00
Edward Hervey
9b8a99761a
Disable more fake codecs (raw audio).
2009-04-15 21:56:00 +02:00
LRN
2b25dbe12e
ffdec: copy input offsets to output buffers
...
Copy the incomming offsets to the outgoing buffers.
Fixes 578278.
2009-04-10 00:19:50 +02:00
Felipe Contreras
90f3e18083
Automatic update of common submodule
...
From d0ea89e to b3941ea
2009-04-04 21:19:34 +03:00
Edward Hervey
850e77848e
Automatic update of common submodule
...
From f8b3d91 to d0ea89e
2009-04-04 14:54:55 +02:00
Branko Čibej
2ba7df3c15
ffmpeg: Fix handling of --with-ffmpeg-extra-configure
...
Fixes bug #577879 .
2009-04-04 08:53:54 +02:00
Janin Kolenc
a44f5b4df3
ffenc: Add support for I-frame request.
...
Add request for I-frame request using GstForceKeyUnit event.
Fixes #575709 .
2009-03-25 12:51:55 +01:00
Sebastian Dröge
3fcef3b6a7
ffmux: Actually set caps on the srcpad instead of working with NULL caps
2009-03-23 14:07:06 +01:00
Jan Schmidt
178b421f0a
back to development -> 0.10.7.1
2009-03-22 20:16:24 +00:00
Jan Schmidt
c4de18d944
Release 0.10.7
2009-03-21 01:33:24 +00:00
Jan Schmidt
4223919d50
0.10.6.4 pre-release
2009-03-18 00:03:27 +00:00
Edward Hervey
7ca2836193
Take into account ticks_per_frame for framerate calculation. Fixes #575759
2009-03-17 23:45:34 +01:00
Edward Hervey
983d2f2b36
Re-enable amr muxer. It's a muxer after all. Fixes #575664
2009-03-17 11:51:28 +01:00
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