After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 99784 - FEATUREREQUEST: .ape support
FEATUREREQUEST: .ape support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.4.0
Other Linux
: Normal enhancement
: 0.5.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-28 04:35 UTC by Giles Hamlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giles Hamlin 2002-11-28 04:35:06 UTC
Monkey's Audio (.ape) is a totally free "highly optimized and highly
efficent" *lossless* audio compression format.

According to the website (http://www.monkeysaudio.com) it features "Freely
available source code, simple SDK and non-restrictive licensing - other
developers can easily use Monkey's Audio in their own programs -- and there
are no evil restrictive licensing agreements"

This format is already widely used on various audio binary newsgroups and
IMHO would be an asset to Rhythmbox.
Comment 1 Christian Fredrik Kalager Schaller 2002-12-08 14:28:05 UTC
We are generally positive about adding new formats, but considering
that the library hasn't even been ported to Linux yet I doubt this one
will be added in the very near future. Pathes to add a plugin for it
is of course welcome. Leaving the bug open, but don't hold your breath
waiting for this plugin cause I don't see it being done by any of the
current core hackers before june/july at the best.
Comment 2 Christian Fredrik Kalager Schaller 2003-01-23 13:37:39 UTC
Ok, mailed with the author of monkey's audio and got his permission to
make GStreamer plugins. I am a bit worried however if our GPL licensed
applications will have legal issues when using this.
Comment 4 Bastien Nocera 2003-03-06 13:10:18 UTC
This needs gst plugins before. Reassigning.
Comment 5 Benjamin Otte (Company) 2003-03-10 17:43:42 UTC
It would not be a legal problem to write a plugin for GStreamer and 
distribute it seperately.
I don't know about Gst-Plugins stand on licensing though. I do 
believe we license every plugin seperately, so that would not be a 
problem either.

I do however not know if gst-plugins (would) include non-Free 
plugins. This decision would be interesting for the .rm plugin, too.
Another problem is that the current decompress API of the monkeyaudio 
lib does only operate on files, but not on buffers.
Last but not least it's currently windows only.
Comment 6 Christian Fredrik Kalager Schaller 2003-03-17 17:47:21 UTC
Ok, .ape encoder and decoder plugins commited to CVS HEAD. Credit goes
to Jeremy Apoc.
Comment 7 Giles Hamlin 2003-03-17 21:42:47 UTC
Thanks Jeremy - this really rocks!

Now we'll be able to encode and decoded losslesly through gstreamer :)