Commit graph

974 commits

Author SHA1 Message Date
Edward Hervey
3230d4da09 gstffmpegcodecmap: Give a proper mapping for NSV format 2010-03-23 18:53:24 +01:00
Raimo Järvi
9637ff5ab1 ffdec: Update caps if the aspect ratio changes
Fixes bug #613231.
2010-03-18 14:08:51 +01:00
Edward Hervey
798e0f9629 Automatic update of common submodule
From e272f71 to 55cd514
2010-03-12 14:00:10 +01:00
Thiago Santos
b234d0b308 ffdec: Make metadata writable before setting caps
In case we haven't created the output buffer, we should make
metadata writable before setting caps on it.
Fixes check unit tests.
2010-03-11 10:13:46 -03:00
Thiago Santos
c300a0a9f2 ffdec_aac: Do not parse raw format
If the stream is 'raw' format, do not use parsers.
Re-enables the aac decoder by putting it back to default
ffdec rank.

Fixes #566250
2010-03-11 09:55:49 -03:00
Benjamin Otte
d0ac5265fa Automatic update of common submodule
From df8a7c8 to e272f71
2010-03-11 11:21:30 +01:00
Benjamin Otte
0943520b57 Update for recent changes to common submodule
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.

Actually using that separation will happen later.
2010-03-10 22:10:08 +01:00
Benjamin Otte
9ed6fbf03c Automatic update of common submodule
From 9720a7d to df8a7c8
2010-03-10 21:52:41 +01:00
Benjamin Otte
38da8d0799 Automatic update of common submodule
From 0b6e072 to 9720a7d
2010-03-10 20:44:28 +01:00
Benjamin Otte
fdaab26b22 Automatic update of common submodule
From 7cc5eb4 to 0b6e072
2010-03-10 16:10:27 +01:00
Edward Hervey
a55e9afbee configure.ac: And back to development we go...
... even if some people didn't pay attention :P
2010-03-10 10:07:10 +01:00
Tim-Philipp Müller
eb49675828 Automatic update of common submodule
From 7aa65b5 to 7cc5eb4
2010-03-10 01:11:09 +00:00
Sebastian Dröge
82c8eaa0e0 Automatic update of common submodule
From 44ecce7 to 7aa65b5
2010-03-09 21:41:00 +00:00
Sebastian Dröge
441783b937 configure: Use automake 1.11 silent rules instead of shave if available
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:12:21 +00:00
Edward Hervey
bfb25f0d62 releasing 0.10.10, "It's the bomb" 2010-03-06 14:06:06 +01:00
Edward Hervey
ae60a3fa09 0.10.9.4 pre-release 2010-03-04 09:55:33 +01:00
Edward Hervey
7162290afe ffmpegdemux: Use av_free_packet.
Fixes #611782
2010-03-04 08:59:19 +01:00
Edward Hervey
d4e63b2727 gstffmpegdec: Disable direct-rendering for svq1/vp56 decoders.
They use a non-standard stride which we can't support.

Fixes #610613
2010-03-03 19:03:19 +01:00
Edward Hervey
38b71e40e6 gstffmpegcodecmap: Remove 'format' specified for wmv3 decoder.
Allows WMVA (Advanced Profile) videos to be properly auto-linked.
Doesn't introduce a regression for VC1 files.

Fixes #611722
2010-03-03 18:35:40 +01:00
Edward Hervey
bb2acca229 gstffmpegdec: Handle durations in reordered frames
The buffer durations were not being reordered along with the timestamp
and offset of the buffers, resulting in buffers using the duration of the
latest incoming frame instead of their original frame.

Fixes #611398
2010-03-01 12:52:19 +01:00
Tim-Philipp Müller
c9a7e76f46 0.10.9.3 pre-release 2010-02-24 22:38:03 +00:00
Mark Nauwelaerts
6cf7cadf9b ffmpegdec: do not store timestamp for buffer that will be skipped
Fixes #610481.
2010-02-19 20:33:06 +01:00
Edward Hervey
51fe46458d configure.ac: 0.10.19.2 pre-release 2010-02-19 17:41:03 +01:00
Edward Hervey
49a2f6aa9e configure.ac: Add build directories to CFLAGS
Needed to pick up files created at compile time (like libavutil/avconfig.h)
2010-02-19 17:41:03 +01:00
Edward Hervey
cc4d502d30 gstffmpegdec: Don't enable xvmc decoders, we can't support the output 2010-02-18 13:29:35 +01:00
Edward Hervey
5678ff1ac0 gstffmpegcodecmap: Add mapping for Indeo 5 2010-02-18 13:29:35 +01:00
Edward Hervey
9c497b6010 gstffmpegcodecmap: Add mapping for Windows Media Speech 2010-02-18 13:29:35 +01:00
Edward Hervey
210a066205 ffmpegrev: Move to FFmpeg revision of Feb 18th 2010 2010-02-18 13:29:35 +01:00
Sebastian Dröge
46c8d68a28 Automatic update of common submodule
From 96dc793 to 44ecce7
2010-02-14 23:18:58 +01:00
Wim Taymans
430b8eb74d ffdec: fixup QCELP to always be mono
Make QCELP always mono, even if the caps tell us a different layout.
2010-02-04 17:08:41 +01:00
Wim Taymans
14e8ce8816 ffmpegdec: only clip to a smaller region
When we have an input width/height that should be used for clipping, only
perform the clipping if the rectangle is smaller than the actual picture size.

Fixes #330681
2010-02-04 13:28:11 +01:00
Wim Taymans
8312a8f89d ffdec: free audio buffer when not decoded
When we don't decode an audio frame (for audio codecs that need a previous audio
frame) free the buffer we allocated.

See #608564
2010-02-01 15:26:43 +01:00
Tim-Philipp Müller
37eb1a607c Automatic update of common submodule
From 15d47a6 to 96dc793
2010-01-30 15:20:12 +00:00
Wim Taymans
d3f9ee4309 ffmpegcodecmap: don't escape codec_data
Don't escape the codec_data, it breaks some streams (but likely also fixes
others). It's better to leave it as is, like most other players do.

See #608332
2010-01-29 14:00:28 +01:00
Edward Hervey
4f9de70744 ffmpegmux/demux: Blacklist ASS/SSA 'demuxers'.
They're not a container format, but a subtitle format, and we already
have plugins to handle those subtitle formats.
2010-01-25 16:40:58 +01:00
Edward Hervey
93c34781c2 ffmpegrev: Update to ffmpeg/swscale checkouts of Mon Jan 25 2010
ffmpeg received an overwhelming amount of h264 decoding improvements since
the last checkout, some minor fixes here and there and no apparent regressions.

Also set a specific swscale revision to checkout.
2010-01-25 12:00:57 +01:00
Edward Hervey
25073856e4 ffmpegcodecmap: Add proper mapping for Zip Block Motion Video 2010-01-23 15:34:28 +01:00
Edward Hervey
0c938fa10d ffmpegcodecmap: Add proper mapping for LOCO Lossless codec 2010-01-23 14:41:49 +01:00
Edward Hervey
399bb4667b gstffmpegcodecmap: Make a proper mapping for Autodesk Animator Codec 2010-01-23 13:51:24 +01:00
Alessandro Decina
c5f16de56f Revert a change I accidentally introduced in 7c91fb.
I removed the plugin name from an error message for no good reason.
2010-01-22 13:48:24 +01:00
Alessandro Decina
a209e61ce2 Fix the check if libswscale needs enabling explicitly under OS X. 2010-01-22 12:58:13 +01:00
Alessandro Decina
7c91fb4cf4 Fix compiler warnings under OS X. 2010-01-22 11:43:59 +01:00
Tim-Philipp Müller
6d1ceef3a4 Automatic update of common submodule
From 14cec89 to 15d47a6
2010-01-20 00:55:26 +00:00
Julien Moutte
0b40ac6331 ffvideoscale: Fix build warning.
FFMpeg swscale function wants some const pointers.
2010-01-15 22:21:42 +01:00
Edward Hervey
56172c60af gstffmpegcodecmap: Add mappings for new codecs
WMAPro
Dolby TrueHD
Atrac1
TwinVQ
2010-01-13 19:50:10 +01:00
Edward Hervey
febc62346c configure.ac: re-indent long line, remove --disable-vhook, use --disable-hwaccels 2010-01-13 19:50:09 +01:00
Edward Hervey
eaac8503c0 ffmpegrev: Bump to ffmpeg r21150 from Jan 11th 2010 2010-01-13 19:50:09 +01:00
Mark Nauwelaerts
8236e74ca4 ffmpegenc: more consideration for upstream (audio) timestamps 2010-01-12 18:17:40 +01:00
Mark Nauwelaerts
4644b7710b Automatic update of common submodule
From 47cb23a to 14cec89
2009-12-21 19:13:14 +01:00
Tim-Philipp Müller
a657f789d3 ffmpegdec: ignore all vdpau decoders
Make check for vdpau decoders more generic. There might be vdpau
decoders we don't expect when using an external ffmpeg version,
and we want those blacklisted as well (e.g. ffdec_mpeg4_vdpau).
2009-12-09 15:27:14 +00:00