platform/upstream/gst-libav.git
14 years agoffmpegenc: Fix timestamp resyncing
Thiago Santos [Fri, 2 Jul 2010 21:38:06 +0000 (18:38 -0300)]
ffmpegenc: Fix timestamp resyncing

Properly convert bytes into time using sample size, sample rate
and channels number, instead of sample rate only.

This can cause huge timestamp discontinuities (even though the
durations remain correct) and might cause problems to muxers.

Fixes #623388

14 years agoffmpegmux: Add rtp to the blacklisted muxers
Edward Hervey [Fri, 2 Jul 2010 15:21:27 +0000 (17:21 +0200)]
ffmpegmux: Add rtp to the blacklisted muxers

14 years agocodecmap: Specify the quicktime variant for mov and mp4 formats
Edward Hervey [Fri, 2 Jul 2010 10:40:03 +0000 (12:40 +0200)]
codecmap: Specify the quicktime variant for mov and mp4 formats

14 years agoconfigure.ac: 0.10.10.4 pre-release
Edward Hervey [Wed, 30 Jun 2010 08:32:25 +0000 (10:32 +0200)]
configure.ac: 0.10.10.4 pre-release

14 years agoBump automake requirement to 1.10, autoconf to 2.60 and libtool to 1.5
Tim-Philipp Müller [Mon, 28 Jun 2010 16:13:50 +0000 (17:13 +0100)]
Bump automake requirement to 1.10, autoconf to 2.60 and libtool to 1.5

For maintainability reasons. These are the versions we require in
other modules.

14 years ago0.10.10.3 pre-release
Edward Hervey [Sun, 27 Jun 2010 10:52:39 +0000 (12:52 +0200)]
0.10.10.3 pre-release

14 years agogst-libs: Simplify make dist by a metric truckload
Edward Hervey [Sun, 27 Jun 2010 10:49:02 +0000 (12:49 +0200)]
gst-libs: Simplify make dist by a metric truckload

Just use svn export instead of trying to be smart about which files
we need.

This makes the resulting gst-ffmpeg tarball a bit bigger, but at least
we know we have everything needed to build gst-ffmpeg

14 years ago0.10.10.2 pre-release
Edward Hervey [Sun, 27 Jun 2010 08:51:48 +0000 (10:51 +0200)]
0.10.10.2 pre-release

14 years agoffmpegmux: Add alternate element in description
David Schleef [Fri, 25 Jun 2010 22:59:24 +0000 (15:59 -0700)]
ffmpegmux: Add alternate element in description

For muxers where there is a better GStreamer alternative, add
"(not recommended, use alternate_element_name instead)" to
the description.

https://bugzilla.gnome.org/show_bug.cgi?id=622773

14 years agoffmpegmux: Disable raw muxers
David Schleef [Fri, 25 Jun 2010 22:57:45 +0000 (15:57 -0700)]
ffmpegmux: Disable raw muxers

They are effectively identity elements.  Many are already
disabled via blacklist.

https://bugzilla.gnome.org/show_bug.cgi?id=622773

14 years agoffdeinterlace: Set "interlaced=false" in the source pad's caps
Andoni Morales Alastruey [Fri, 25 Jun 2010 14:26:00 +0000 (16:26 +0200)]
ffdeinterlace: Set "interlaced=false" in the source pad's caps

https://bugzilla.gnome.org/show_bug.cgi?id=622736

14 years agoAutomatic update of common submodule
Stefan Kost [Thu, 24 Jun 2010 12:09:59 +0000 (15:09 +0300)]
Automatic update of common submodule

From 35617c2 to a519571

14 years agogst-libs: Fixup make distclean for new ffmpeg
Edward Hervey [Wed, 16 Jun 2010 10:10:34 +0000 (12:10 +0200)]
gst-libs: Fixup make distclean for new ffmpeg

14 years agoconfigure: Disable doc/applicatoin building
Edward Hervey [Wed, 16 Jun 2010 09:55:40 +0000 (11:55 +0200)]
configure: Disable doc/applicatoin building

14 years agoconfigure: Use --enable-pic instead of --enabled-shared
Edward Hervey [Wed, 16 Jun 2010 09:46:02 +0000 (11:46 +0200)]
configure: Use --enable-pic instead of --enabled-shared

Not sure when that option was added, but it does what we want (i.e. produce
PIC code in .a/.la that we can then link into a shared library)

14 years agoffmpegrev: Switch to head of ffmpeg SVN as of Wed Jun 5th
Edward Hervey [Wed, 16 Jun 2010 08:53:39 +0000 (10:53 +0200)]
ffmpegrev: Switch to head of ffmpeg SVN as of Wed Jun 5th

14 years agoffmpegrev: Fix checkout directory to prevent a new checkout every time autogen.sh...
Sebastian Dröge [Tue, 15 Jun 2010 17:50:29 +0000 (19:50 +0200)]
ffmpegrev: Fix checkout directory to prevent a new checkout every time autogen.sh runs

14 years agoAutomatic update of common submodule
Edward Hervey [Tue, 15 Jun 2010 14:50:33 +0000 (16:50 +0200)]
Automatic update of common submodule

From 9339ccc to 35617c2

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:54:55 +0000 (16:54 +0300)]
Automatic update of common submodule

From 5adb1ca to 9339ccc

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:36:03 +0000 (16:36 +0300)]
Automatic update of common submodule

From 57c89b7 to 5adb1ca

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 12:50:24 +0000 (15:50 +0300)]
Automatic update of common submodule

From c804988 to 57c89b7

14 years agoFix build if ORC is not installed
Thijs Vermeir [Tue, 15 Jun 2010 07:40:18 +0000 (09:40 +0200)]
Fix build if ORC is not installed

14 years agoffmpeg: Call orc_init() before trying to get target flags
Sebastian Dröge [Mon, 14 Jun 2010 13:31:34 +0000 (15:31 +0200)]
ffmpeg: Call orc_init() before trying to get target flags

14 years agoUse orc instead of liboil for CPU feature detection
Sebastian Dröge [Mon, 14 Jun 2010 12:38:44 +0000 (14:38 +0200)]
Use orc instead of liboil for CPU feature detection

14 years agoconfigure: Use GLIB_EXTRA_CFLAGS
Sebastian Dröge [Mon, 14 Jun 2010 11:28:41 +0000 (13:28 +0200)]
configure: Use GLIB_EXTRA_CFLAGS

14 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 14 Jun 2010 11:05:39 +0000 (13:05 +0200)]
Automatic update of common submodule

From 7a0fdf5 to c804988

14 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 14 Jun 2010 09:35:21 +0000 (11:35 +0200)]
Automatic update of common submodule

From 6da3bab to 7a0fdf5

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 12 Jun 2010 06:29:43 +0000 (08:29 +0200)]
Automatic update of common submodule

From 733fca9 to 6da3bab

14 years agogstffmpegcodecmap: Fix ATRAC1/3 caps
Albert Lee [Fri, 11 Jun 2010 06:23:34 +0000 (08:23 +0200)]
gstffmpegcodecmap: Fix ATRAC1/3 caps

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:40:29 +0000 (12:40 -0700)]
Automatic update of common submodule

From fad145b to 733fca9

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:34:23 +0000 (12:34 -0700)]
Automatic update of common submodule

From 47683c1 to fad145b

14 years agoffmpegdec: fix typo in comment
Zaheer Abbas Merali [Fri, 4 Jun 2010 17:30:59 +0000 (18:30 +0100)]
ffmpegdec: fix typo in comment

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 06:49:41 +0000 (23:49 -0700)]
Automatic update of common submodule

From 17f89e5 to 47683c1

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 05:55:28 +0000 (22:55 -0700)]
Automatic update of common submodule

From fd7ca04 to 17f89e5

14 years agoconfigure.ac: Execute ffmpeg's configure command from that directory
Edward Hervey [Mon, 31 May 2010 17:18:20 +0000 (19:18 +0200)]
configure.ac: Execute ffmpeg's configure command from that directory

Avoids stupid sed warnings

14 years agoconfigure.ac: Don't build filters
Edward Hervey [Mon, 31 May 2010 16:53:51 +0000 (18:53 +0200)]
configure.ac: Don't build filters

We don't use them

14 years agoffmpegrev: Switch to head of 0.6 branch
Edward Hervey [Mon, 31 May 2010 16:53:34 +0000 (18:53 +0200)]
ffmpegrev: Switch to head of 0.6 branch

In preparation for ffmpeg 0.6 release

14 years agocodecmap: First round of type mapping wrapping : image formats
Edward Hervey [Mon, 31 May 2010 16:53:12 +0000 (18:53 +0200)]
codecmap: First round of type mapping wrapping : image formats

14 years agoffmpegdec/enc: Blacklist more raw formats
Edward Hervey [Mon, 31 May 2010 16:44:02 +0000 (18:44 +0200)]
ffmpegdec/enc: Blacklist more raw formats

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 26 May 2010 10:56:11 +0000 (11:56 +0100)]
Automatic update of common submodule

From 357b0db to fd7ca04

14 years agobuild: make autotools put .m4 files into m4/ instead of common/m4/
Tim-Philipp Müller [Tue, 25 May 2010 13:01:34 +0000 (14:01 +0100)]
build: make autotools put .m4 files into m4/ instead of common/m4/

We don't want generated/copied files in common.

14 years agoconfigure: avoid bash-ism
Tim-Philipp Müller [Tue, 25 May 2010 12:56:49 +0000 (13:56 +0100)]
configure: avoid bash-ism

14 years agobuild: add cruft rules for common/shave*
Tim-Philipp Müller [Tue, 25 May 2010 12:26:45 +0000 (13:26 +0100)]
build: add cruft rules for common/shave*

14 years agoffmpegdec: sipro decoder should have higher rank than realaudiodec
Tim-Philipp Müller [Tue, 25 May 2010 11:55:14 +0000 (12:55 +0100)]
ffmpegdec: sipro decoder should have higher rank than realaudiodec

14 years agoffmpegdec: Don't leak the GstDataPassThrough items
Edward Hervey [Mon, 17 May 2010 17:42:41 +0000 (19:42 +0200)]
ffmpegdec: Don't leak the GstDataPassThrough items

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 14 May 2010 17:25:58 +0000 (18:25 +0100)]
Automatic update of common submodule

From 4d67bd6 to 357b0db

14 years agogstffmpegenc: Make getcaps proxy the downstream height/width/framerate requirements
Olivier Crête [Fri, 6 Mar 2009 18:47:05 +0000 (13:47 -0500)]
gstffmpegenc: Make getcaps proxy the downstream height/width/framerate requirements

See #577784.

14 years agocodecmap: Respect the various h263 options
Olivier Crête [Fri, 6 Mar 2009 02:35:46 +0000 (21:35 -0500)]
codecmap: Respect the various h263 options

See #577784.

14 years agogstffmpegcfg: Expose loop-filter flag
Olivier Crête [Fri, 6 Mar 2009 00:12:18 +0000 (19:12 -0500)]
gstffmpegcfg: Expose loop-filter flag

See #577784.

14 years agoffmpegcodecmap: Add mapping for SIPR
Edward Hervey [Sat, 8 May 2010 11:24:47 +0000 (13:24 +0200)]
ffmpegcodecmap: Add mapping for SIPR

14 years agodoap: update repository info from cvs->git and maintainers
Tim-Philipp Müller [Tue, 20 Apr 2010 16:24:50 +0000 (17:24 +0100)]
doap: update repository info from cvs->git and maintainers

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 23 Apr 2010 13:42:03 +0000 (14:42 +0100)]
Automatic update of common submodule

From fc85867 to 4d67bd6

14 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 9 Apr 2010 09:23:37 +0000 (11:23 +0200)]
Automatic update of common submodule

From c1d07dd to fc85867

14 years agoAutomatic update of common submodule
Edward Hervey [Wed, 24 Mar 2010 17:55:48 +0000 (18:55 +0100)]
Automatic update of common submodule

From 55cd514 to c1d07dd

14 years agopostproc: Mark postproc filters table as const
Sebastian Dröge [Wed, 24 Mar 2010 15:37:37 +0000 (16:37 +0100)]
postproc: Mark postproc filters table as const

14 years agotests: Fix compiler warning
Sebastian Dröge [Wed, 24 Mar 2010 12:15:18 +0000 (13:15 +0100)]
tests: Fix compiler warning

14 years agoffmpeg: Fix some remaining compiler warnings
Sebastian Dröge [Wed, 24 Mar 2010 11:36:27 +0000 (12:36 +0100)]
ffmpeg: Fix some remaining compiler warnings

14 years agobuild: Add all kinds of compiler warning flags and fix the resulting warnings
Sebastian Dröge [Wed, 24 Mar 2010 11:07:28 +0000 (12:07 +0100)]
build: Add all kinds of compiler warning flags and fix the resulting warnings

14 years agoconfigure: $GST_CVS -> $GST_GIT
Sebastian Dröge [Wed, 24 Mar 2010 10:53:46 +0000 (11:53 +0100)]
configure: $GST_CVS -> $GST_GIT

14 years agoffmpeg: Use gst_element_set_details_simple()
Sebastian Dröge [Wed, 24 Mar 2010 10:51:26 +0000 (11:51 +0100)]
ffmpeg: Use gst_element_set_details_simple()

14 years agogstffmpegcodecmap: Give a proper mapping for NSV format
Edward Hervey [Tue, 23 Mar 2010 17:53:24 +0000 (18:53 +0100)]
gstffmpegcodecmap: Give a proper mapping for NSV format

14 years agoffdec: Update caps if the aspect ratio changes
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.

14 years agoAutomatic update of common submodule
Edward Hervey [Fri, 12 Mar 2010 13:00:10 +0000 (14:00 +0100)]
Automatic update of common submodule

From e272f71 to 55cd514

14 years agoffdec: Make metadata writable before setting caps
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.

14 years agoffdec_aac: Do not parse raw format
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

14 years agoAutomatic update of common submodule
Benjamin Otte [Thu, 11 Mar 2010 10:21:30 +0000 (11:21 +0100)]
Automatic update of common submodule

From df8a7c8 to e272f71

14 years agoUpdate for recent changes to common submodule
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.

14 years agoAutomatic update of common submodule
Benjamin Otte [Wed, 10 Mar 2010 20:52:41 +0000 (21:52 +0100)]
Automatic update of common submodule

From 9720a7d to df8a7c8

14 years agoAutomatic update of common submodule
Benjamin Otte [Wed, 10 Mar 2010 19:44:28 +0000 (20:44 +0100)]
Automatic update of common submodule

From 0b6e072 to 9720a7d

14 years agoAutomatic update of common submodule
Benjamin Otte [Wed, 10 Mar 2010 15:10:27 +0000 (16:10 +0100)]
Automatic update of common submodule

From 7cc5eb4 to 0b6e072

14 years agoconfigure.ac: And back to development we go...
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

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 10 Mar 2010 01:11:09 +0000 (01:11 +0000)]
Automatic update of common submodule

From 7aa65b5 to 7cc5eb4

14 years agoAutomatic update of common submodule
Sebastian Dröge [Tue, 9 Mar 2010 21:41:00 +0000 (21:41 +0000)]
Automatic update of common submodule

From 44ecce7 to 7aa65b5

14 years agoconfigure: Use automake 1.11 silent rules instead of shave if available
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.

14 years agoreleasing 0.10.10, "It's the bomb" RELEASE-0.10.10
Edward Hervey [Sat, 6 Mar 2010 13:06:06 +0000 (14:06 +0100)]
releasing 0.10.10, "It's the bomb"

14 years ago0.10.9.4 pre-release
Edward Hervey [Thu, 4 Mar 2010 08:55:33 +0000 (09:55 +0100)]
0.10.9.4 pre-release

14 years agoffmpegdemux: Use av_free_packet.
Edward Hervey [Thu, 4 Mar 2010 07:58:36 +0000 (08:58 +0100)]
ffmpegdemux: Use av_free_packet.

Fixes #611782

14 years agogstffmpegdec: Disable direct-rendering for svq1/vp56 decoders.
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

14 years agogstffmpegcodecmap: Remove 'format' specified for wmv3 decoder.
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

14 years agogstffmpegdec: Handle durations in reordered frames
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

14 years ago0.10.9.3 pre-release
Tim-Philipp Müller [Wed, 24 Feb 2010 22:05:50 +0000 (22:05 +0000)]
0.10.9.3 pre-release

14 years agoffmpegdec: do not store timestamp for buffer that will be skipped
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.

14 years agoconfigure.ac: 0.10.19.2 pre-release
Edward Hervey [Fri, 19 Feb 2010 15:23:27 +0000 (16:23 +0100)]
configure.ac: 0.10.19.2 pre-release

14 years agoconfigure.ac: Add build directories to CFLAGS
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)

14 years agogstffmpegdec: Don't enable xvmc decoders, we can't support the output
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

14 years agogstffmpegcodecmap: Add mapping for Indeo 5
Edward Hervey [Thu, 18 Feb 2010 12:27:15 +0000 (13:27 +0100)]
gstffmpegcodecmap: Add mapping for Indeo 5

14 years agogstffmpegcodecmap: Add mapping for Windows Media Speech
Edward Hervey [Thu, 18 Feb 2010 12:24:39 +0000 (13:24 +0100)]
gstffmpegcodecmap: Add mapping for Windows Media Speech

14 years agoffmpegrev: Move to FFmpeg revision of Feb 18th 2010
Edward Hervey [Thu, 18 Feb 2010 12:29:03 +0000 (13:29 +0100)]
ffmpegrev: Move to FFmpeg revision of Feb 18th 2010

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sun, 14 Feb 2010 22:18:58 +0000 (23:18 +0100)]
Automatic update of common submodule

From 96dc793 to 44ecce7

14 years agoffdec: fixup QCELP to always be mono
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.

14 years agoffmpegdec: only clip to a smaller region
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

14 years agoffdec: free audio buffer when not decoded
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

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sat, 30 Jan 2010 15:20:12 +0000 (15:20 +0000)]
Automatic update of common submodule

From 15d47a6 to 96dc793

14 years agoffmpegcodecmap: don't escape codec_data
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

14 years agoffmpegmux/demux: Blacklist ASS/SSA 'demuxers'.
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.

14 years agoffmpegrev: Update to ffmpeg/swscale checkouts of Mon Jan 25 2010
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.

14 years agoffmpegcodecmap: Add proper mapping for Zip Block Motion Video
Edward Hervey [Sat, 23 Jan 2010 14:34:28 +0000 (15:34 +0100)]
ffmpegcodecmap: Add proper mapping for Zip Block Motion Video

14 years agoffmpegcodecmap: Add proper mapping for LOCO Lossless codec
Edward Hervey [Sat, 23 Jan 2010 13:41:49 +0000 (14:41 +0100)]
ffmpegcodecmap: Add proper mapping for LOCO Lossless codec

14 years agogstffmpegcodecmap: Make a proper mapping for Autodesk Animator Codec
Edward Hervey [Sat, 23 Jan 2010 12:51:24 +0000 (13:51 +0100)]
gstffmpegcodecmap: Make a proper mapping for Autodesk Animator Codec

14 years agoRevert a change I accidentally introduced in 7c91fb.
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.