Raimo Järvi [Thu, 18 Mar 2010 13:08:51 +0000 (14:08 +0100)]
ffdec: Update caps if the aspect ratio changes
Fixes bug #613231.
Edward Hervey [Fri, 12 Mar 2010 13:00:10 +0000 (14:00 +0100)]
Automatic update of common submodule
From e272f71 to 55cd514
Thiago Santos [Thu, 11 Mar 2010 13:13:46 +0000 (10:13 -0300)]
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.
Thiago Santos [Mon, 8 Mar 2010 18:00:05 +0000 (15:00 -0300)]
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
Benjamin Otte [Thu, 11 Mar 2010 10:21:30 +0000 (11:21 +0100)]
Automatic update of common submodule
From df8a7c8 to e272f71
Benjamin Otte [Wed, 10 Mar 2010 21:10:08 +0000 (22:10 +0100)]
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.
Benjamin Otte [Wed, 10 Mar 2010 20:52:41 +0000 (21:52 +0100)]
Automatic update of common submodule
From 9720a7d to df8a7c8
Benjamin Otte [Wed, 10 Mar 2010 19:44:28 +0000 (20:44 +0100)]
Automatic update of common submodule
From 0b6e072 to 9720a7d
Benjamin Otte [Wed, 10 Mar 2010 15:10:27 +0000 (16:10 +0100)]
Automatic update of common submodule
From 7cc5eb4 to 0b6e072
Edward Hervey [Wed, 10 Mar 2010 09:06:46 +0000 (10:06 +0100)]
configure.ac: And back to development we go...
... even if some people didn't pay attention :P
Tim-Philipp Müller [Wed, 10 Mar 2010 01:11:09 +0000 (01:11 +0000)]
Automatic update of common submodule
From 7aa65b5 to 7cc5eb4
Sebastian Dröge [Tue, 9 Mar 2010 21:41:00 +0000 (21:41 +0000)]
Automatic update of common submodule
From 44ecce7 to 7aa65b5
Sebastian Dröge [Fri, 26 Feb 2010 14:48:43 +0000 (15:48 +0100)]
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.
Edward Hervey [Sat, 6 Mar 2010 13:06:06 +0000 (14:06 +0100)]
releasing 0.10.10, "It's the bomb"
Edward Hervey [Thu, 4 Mar 2010 08:55:33 +0000 (09:55 +0100)]
0.10.9.4 pre-release
Edward Hervey [Thu, 4 Mar 2010 07:58:36 +0000 (08:58 +0100)]
ffmpegdemux: Use av_free_packet.
Fixes #611782
Edward Hervey [Wed, 3 Mar 2010 17:46:25 +0000 (18:46 +0100)]
gstffmpegdec: Disable direct-rendering for svq1/vp56 decoders.
They use a non-standard stride which we can't support.
Fixes #610613
Edward Hervey [Wed, 3 Mar 2010 17:35:40 +0000 (18:35 +0100)]
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
Edward Hervey [Sun, 28 Feb 2010 14:10:34 +0000 (15:10 +0100)]
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
Tim-Philipp Müller [Wed, 24 Feb 2010 22:05:50 +0000 (22:05 +0000)]
0.10.9.3 pre-release
Mark Nauwelaerts [Fri, 19 Feb 2010 19:33:06 +0000 (20:33 +0100)]
ffmpegdec: do not store timestamp for buffer that will be skipped
Fixes #610481.
Edward Hervey [Fri, 19 Feb 2010 15:23:27 +0000 (16:23 +0100)]
configure.ac: 0.10.19.2 pre-release
Edward Hervey [Fri, 19 Feb 2010 16:40:07 +0000 (17:40 +0100)]
configure.ac: Add build directories to CFLAGS
Needed to pick up files created at compile time (like libavutil/avconfig.h)
Edward Hervey [Thu, 18 Feb 2010 12:28:40 +0000 (13:28 +0100)]
gstffmpegdec: Don't enable xvmc decoders, we can't support the output
Edward Hervey [Thu, 18 Feb 2010 12:27:15 +0000 (13:27 +0100)]
gstffmpegcodecmap: Add mapping for Indeo 5
Edward Hervey [Thu, 18 Feb 2010 12:24:39 +0000 (13:24 +0100)]
gstffmpegcodecmap: Add mapping for Windows Media Speech
Edward Hervey [Thu, 18 Feb 2010 12:29:03 +0000 (13:29 +0100)]
ffmpegrev: Move to FFmpeg revision of Feb 18th 2010
Sebastian Dröge [Sun, 14 Feb 2010 22:18:58 +0000 (23:18 +0100)]
Automatic update of common submodule
From 96dc793 to 44ecce7
Wim Taymans [Thu, 4 Feb 2010 16:08:41 +0000 (17:08 +0100)]
ffdec: fixup QCELP to always be mono
Make QCELP always mono, even if the caps tell us a different layout.
Wim Taymans [Thu, 4 Feb 2010 12:26:16 +0000 (13:26 +0100)]
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
Wim Taymans [Mon, 1 Feb 2010 14:25:11 +0000 (15:25 +0100)]
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
Tim-Philipp Müller [Sat, 30 Jan 2010 15:20:12 +0000 (15:20 +0000)]
Automatic update of common submodule
From 15d47a6 to 96dc793
Wim Taymans [Fri, 29 Jan 2010 12:58:20 +0000 (13:58 +0100)]
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
Edward Hervey [Mon, 25 Jan 2010 15:40:20 +0000 (16:40 +0100)]
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.
Edward Hervey [Mon, 25 Jan 2010 10:59:29 +0000 (11:59 +0100)]
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.
Edward Hervey [Sat, 23 Jan 2010 14:34:28 +0000 (15:34 +0100)]
ffmpegcodecmap: Add proper mapping for Zip Block Motion Video
Edward Hervey [Sat, 23 Jan 2010 13:41:49 +0000 (14:41 +0100)]
ffmpegcodecmap: Add proper mapping for LOCO Lossless codec
Edward Hervey [Sat, 23 Jan 2010 12:51:24 +0000 (13:51 +0100)]
gstffmpegcodecmap: Make a proper mapping for Autodesk Animator Codec
Alessandro Decina [Fri, 22 Jan 2010 12:46:01 +0000 (13:46 +0100)]
Revert a change I accidentally introduced in 7c91fb.
I removed the plugin name from an error message for no good reason.
Alessandro Decina [Fri, 22 Jan 2010 11:58:13 +0000 (12:58 +0100)]
Fix the check if libswscale needs enabling explicitly under OS X.
Alessandro Decina [Fri, 22 Jan 2010 10:43:39 +0000 (11:43 +0100)]
Fix compiler warnings under OS X.
Tim-Philipp Müller [Wed, 20 Jan 2010 00:55:26 +0000 (00:55 +0000)]
Automatic update of common submodule
From 14cec89 to 15d47a6
Julien Moutte [Fri, 15 Jan 2010 21:21:42 +0000 (22:21 +0100)]
ffvideoscale: Fix build warning.
FFMpeg swscale function wants some const pointers.
Edward Hervey [Wed, 6 Jan 2010 10:53:23 +0000 (11:53 +0100)]
gstffmpegcodecmap: Add mappings for new codecs
WMAPro
Dolby TrueHD
Atrac1
TwinVQ
Edward Hervey [Wed, 6 Jan 2010 10:51:54 +0000 (11:51 +0100)]
configure.ac: re-indent long line, remove --disable-vhook, use --disable-hwaccels
Edward Hervey [Wed, 6 Jan 2010 10:53:01 +0000 (11:53 +0100)]
ffmpegrev: Bump to ffmpeg r21150 from Jan 11th 2010
Mark Nauwelaerts [Mon, 14 Dec 2009 20:20:53 +0000 (21:20 +0100)]
ffmpegenc: more consideration for upstream (audio) timestamps
Mark Nauwelaerts [Mon, 21 Dec 2009 18:13:14 +0000 (19:13 +0100)]
Automatic update of common submodule
From 47cb23a to 14cec89
Tim-Philipp Müller [Wed, 9 Dec 2009 15:27:14 +0000 (15:27 +0000)]
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).
Tim-Philipp Müller [Tue, 1 Dec 2009 15:08:27 +0000 (15:08 +0000)]
Automatic update of common submodule
From 87bf428 to 47cb23a
Sebastian Dröge [Tue, 1 Dec 2009 13:18:06 +0000 (14:18 +0100)]
Automatic update of common submodule
From da4c75c to 87bf428
Edward Hervey [Fri, 27 Nov 2009 17:56:28 +0000 (18:56 +0100)]
Automatic update of common submodule
From 53a2485 to da4c75c
Jan Schmidt [Fri, 20 Nov 2009 19:28:06 +0000 (20:28 +0100)]
caps: Use default audio channel layouts for some codecs
For a few white-listed codecs, use default fallback channel
layouts when ffmpeg doesn't inform us.
Olivier Crête [Sat, 21 Nov 2009 02:46:33 +0000 (21:46 -0500)]
ffenc: Make keyframe forcing thread-safe
Make the keyframe forcing thread-safe, also emit a downstream event
to allow muxers or payloaders to react appropriately.
https://bugzilla.gnome.org/show_bug.cgi?id=602556
Tim-Philipp Müller [Thu, 19 Nov 2009 10:31:39 +0000 (10:31 +0000)]
Automatic update of common submodule
From 0702fe1 to 53a2485
Edward Hervey [Wed, 18 Nov 2009 16:36:48 +0000 (17:36 +0100)]
Move encoders and muxers to GST_RANK_SECONDARY.
Wim Taymans [Mon, 16 Nov 2009 12:54:16 +0000 (13:54 +0100)]
ffdec: remove clipping hack
Remove a hack that seems to produce wrong clipping values.
Jan Schmidt [Thu, 1 Oct 2009 01:48:35 +0000 (02:48 +0100)]
ffmpeg: VC-1/WMV3 fixes.
Use format field in the pad caps to differentiate VC-1 from WMV3.
Fix a typo in the caps creation and parsing - the field is called
'format' - not 'fourcc'
Add a dodgy hack to populate the extradata size field
(first byte) when it is 0 - as it seems to be for some (Matroska)
test files.
Sjoerd Simons [Tue, 10 Nov 2009 11:30:50 +0000 (12:30 +0100)]
Always give the most video restricted caps possible
When the video caps aren't fixed yet, make sure we return the most
precise set of caps. It seems a regression was introduced in cc082f,
causing restricted caps to never be used if the context == NULL
None of the restricted caps generation uses the context, so no need to
check whether the context.
Fixes bug #578160.
Edward Hervey [Mon, 9 Nov 2009 18:19:25 +0000 (19:19 +0100)]
ffmpegdec: Only restore default in AVCodecContext when needed.
Resetting default values is currently very complex in libavcodec, so
we only call it when needed (i.e. when a context was previously used).
Shaves off 10% of the setup of a decoder.
Tim-Philipp Müller [Thu, 5 Nov 2009 23:54:47 +0000 (23:54 +0000)]
ffmpegdec: printf format fixes
Edward Hervey [Mon, 2 Nov 2009 08:05:13 +0000 (09:05 +0100)]
ffdec: Don't use an allocated 1-entry structure for private data.
If there's only one entry, just use that entry.
Edward Hervey [Mon, 2 Nov 2009 07:49:43 +0000 (08:49 +0100)]
ffmux: avoid generating caps when registering
Don't generate caps when we register the class but delay that till when
we actually create an instance of the class.
Edward Hervey [Mon, 2 Nov 2009 07:47:12 +0000 (08:47 +0100)]
ffdemux: avoid generating caps when registering
Don't generate caps when we register the class but delay that till when
we actually create an instance of the class.
Edward Hervey [Mon, 2 Nov 2009 07:43:17 +0000 (08:43 +0100)]
ffenc: avoid generating caps when registering
Don't generate caps when we register the class but delay that till when
we actually create an instance of the class.
Wim Taymans [Thu, 22 Oct 2009 20:27:28 +0000 (16:27 -0400)]
ffdec: avoid generating caps when registering
Don't generate caps when we register the class but delay that till when
we actually create an instance of the class.
Stefan Kost [Fri, 16 Oct 2009 07:17:23 +0000 (10:17 +0300)]
Automatic update of common submodule
From 85d1530 to 0702fe1
Edward Hervey [Wed, 14 Oct 2009 08:41:59 +0000 (10:41 +0200)]
Automatic update of common submodule
From a3e3ce4 to 85d1530
Sebastian Dröge [Thu, 8 Oct 2009 11:54:45 +0000 (13:54 +0200)]
ffmpegenc: Add a note to the buffer-size property description
Setting it has no effect anymore and is deprecated.
Sebastian Dröge [Thu, 8 Oct 2009 11:52:22 +0000 (13:52 +0200)]
Revert "ffenc: Make the buffer-size property read-only"
This reverts commit
98439aacc752432022b6fc3e5bc487d60b12dc48.
Instead of printing a warning when trying to set the property
it should do nothing as before and the property description
should contain a note that setting it has no effect.
Sebastian Dröge [Thu, 8 Oct 2009 10:27:59 +0000 (12:27 +0200)]
ffenc: Make the buffer-size property read-only
...instead of just doing nothing when setting it. This makes sure
that people notice that they shouldn't set the property because
it creates a warning now.
Jan Schmidt [Thu, 8 Oct 2009 10:01:19 +0000 (11:01 +0100)]
Automatic update of common submodule
From 19fa4f3 to a3e3ce4
Sebastian Dröge [Thu, 1 Oct 2009 14:44:22 +0000 (16:44 +0200)]
ffenc: Make sure to always provide large enough buffers
For audio always add the minimum ffmpeg buffer size, for video
use the same weird buffer size as they use in ffmpeg.c:
width*height*6 + 200
Also make setting of the buffer-size property a no-op.
Fixes bug #593651.
Sebastian Dröge [Thu, 1 Oct 2009 14:20:13 +0000 (16:20 +0200)]
ffmpegenc: Use dash instead of underscore in property names
GLib internally converts them to dashs anyway.
Jan Schmidt [Tue, 6 Oct 2009 18:50:37 +0000 (19:50 +0100)]
back to development -> 0.10.9.1
Jan Schmidt [Mon, 5 Oct 2009 13:34:22 +0000 (14:34 +0100)]
Release 0.10.17
Jan Schmidt [Mon, 5 Oct 2009 14:28:33 +0000 (15:28 +0100)]
Fix distclean/distcheck
Sebastian Dröge [Thu, 1 Oct 2009 15:03:49 +0000 (17:03 +0200)]
Revert "ffmpegenc: Use dash instead of underscore in property names"
This reverts commit
b814d25cc9c59d227d9987f9011cfa9744fdd65d.
Sebastian Dröge [Thu, 1 Oct 2009 15:03:42 +0000 (17:03 +0200)]
Revert "ffenc: Make sure to always provide large enough buffers"
This reverts commit
d9f6febe7015bbbbce7ddc82503f43751f7eb168.
Sebastian Dröge [Thu, 1 Oct 2009 15:03:33 +0000 (17:03 +0200)]
Revert "ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too"
This reverts commit
577525af3d492469edd54e1c86b4ba0bfc214048.
Sebastian Dröge [Thu, 1 Oct 2009 14:46:34 +0000 (16:46 +0200)]
ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too
Just to make sure we never get below it in case of very small videos.
Sebastian Dröge [Thu, 1 Oct 2009 14:44:22 +0000 (16:44 +0200)]
ffenc: Make sure to always provide large enough buffers
For audio always add the minimum ffmpeg buffer size, for video
use the same weird buffer size as they use in ffmpeg.c:
width*height*6 + 200
Also make setting of the buffer-size property a no-op.
Fixes bug #593651.
Sebastian Dröge [Thu, 1 Oct 2009 14:20:13 +0000 (16:20 +0200)]
ffmpegenc: Use dash instead of underscore in property names
GLib internally converts them to dashs anyway.
Jan Schmidt [Sat, 12 Sep 2009 00:51:11 +0000 (01:51 +0100)]
0.10.8.2 pre-release
Jan Schmidt [Fri, 11 Sep 2009 21:35:33 +0000 (22:35 +0100)]
license: Add COPYING and COPYING.LIB
Add GPLv2 COPYING file, and LGPL COPYING.LIB. Add the boilerplate
text about the plugin code being LGPL versus the linked plugin
being GPL.
Fixes: #590964
Wim Taymans [Thu, 10 Sep 2009 12:11:18 +0000 (14:11 +0200)]
ffdec: correctly check for NONE timestamp
Wim Taymans [Wed, 9 Sep 2009 11:33:53 +0000 (13:33 +0200)]
ffmpeg: add support for G721
Add support for g721, which is like G726 but with 1 channel, 8KHz and a bitrate
of 32000.
Fixes #594454
Jonathan Matthew [Sun, 6 Sep 2009 13:09:21 +0000 (23:09 +1000)]
codecmap: don't set channel-positions for common mono and stereo cases
Sebastian Dröge [Sat, 5 Sep 2009 08:24:36 +0000 (10:24 +0200)]
Automatic update of common submodule
From 94f95e3 to 19fa4f3
Wim Taymans [Tue, 1 Sep 2009 19:42:26 +0000 (21:42 +0200)]
ffdec: disable interpolation when dropping frames
When we are dropping frames because of QoS disable the DTS interpolation because
we won't be able to update the timestamps and end up setting the wrong
timestamps. Instead, simply use the timestamps from ffmpeg.
Руслан Ижбулатов [Wed, 26 Aug 2009 11:37:02 +0000 (15:37 +0400)]
Add AG_GST_ARG_WITH_PKG_CONFIG_PATH to configure
Tim-Philipp Müller [Fri, 21 Aug 2009 01:58:58 +0000 (02:58 +0100)]
typefinders: skip ffmpeg typefinders if there isn't enough data
ffmpeg typefinders don't do bounds checking for small chunks of
data, so just skip them if we don't have a lot of data, to avoid
invalid memory access and/or crashes.
Tim-Philipp Müller [Fri, 14 Aug 2009 15:39:19 +0000 (16:39 +0100)]
checks: add minimal unit test for adpcm decoder
The sample file is so small, we may just as well add a little
unit test for the previously fixed bug.
Jarkko Palviainen [Wed, 19 Aug 2009 13:28:35 +0000 (15:28 +0200)]
build: Remove gst-libs/ext/ffmpeg in maintainerclean target only
Fixes bug #586894.
Wim Taymans [Tue, 18 Aug 2009 11:20:29 +0000 (13:20 +0200)]
ffdec: reset timestamp queue after flush
Tim-Philipp Müller [Fri, 14 Aug 2009 15:07:07 +0000 (16:07 +0100)]
Lower minimum sample rate in generic template caps from 8000 to 4000
Fixes playback of ADPCM clip (#591809).
Sebastian Dröge [Thu, 13 Aug 2009 15:38:32 +0000 (17:38 +0200)]
ffmpegdec: Fix strict aliasing warnings
Sebastian Dröge [Wed, 12 Aug 2009 08:57:18 +0000 (10:57 +0200)]
ffmpegdec: Don't use guintptr as it's new in GLib 2.18
Fixes bug #591469.
Edward Hervey [Mon, 10 Aug 2009 10:04:39 +0000 (12:04 +0200)]
gstffmpeg: Lower debugging levels from WARNING to DEBUG
These statements aren't critical per se... and just clutter debug logs.
Sebastian Dröge [Sun, 9 Aug 2009 07:47:26 +0000 (09:47 +0200)]
ffmpegenc: Return all supported caps instead of only the first