Slashdot Mirror


Fedora Will Get Full Mp3 Support, As IIS Fraunhofer Terminates Mp3 Licensing Program (fedoramagazine.org)

An anonymous reader quotes Fedora Magazine: Both MP3 encoding and decoding will soon be officially supported in Fedora. Last November the patents covering MP3 decoding expired and Fedora Workstation enabled MP3 decoding via the mpg123 library and GStreamer... The MP3 codec and Open Source have had a troubled relationship over the past decade, especially within the United States. Historically, due to licensing issues Fedora has been unable to include MP3 decoding or encoding within the base distribution... A couple of weeks ago IIS Fraunhofer and Technicolor terminated their licensing program and just a few days ago Red Hat Legal provided the permission to ship MP3 encoding in Fedora.

4 of 133 comments (clear)

  1. Sounds good! by BarbaraHudson · · Score: 4, Insightful

    Waiting until the patent expires requires patience, but Linux has outlived a LOT of patents, and as more expire, expect to see more currently-patented tech offered in the base distribution instead of having to hunt down a repository (such as Pacman) that has them in another part of the world where the patent is already expired oir is otherwise legally allowed to be distributed.

    --
    "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
  2. Re: Linux? Bad choice. by darthsilun · · Score: 5, Interesting

    Why was this voted -1? Very informative.

    Maybe because it's factually incorrect.

    GPL is the GNU Public License, not, as the OP claims, the GNU Protective License.

    Compiling with gcc does not infect your source. You might be required to release your source for other reasons, but not because you compiled it with gcc. Their lawyers are mistaken. And even if you wanted to be ultra conservative and believe the lawyers anyway, you can always compile with clang, or Intel's icc, or AMD's acc to get around that.

    Finally, the GPL doesn't require you to give source to everyone. You only have to give it to people who ask for it. Let's say you build a system for Dewey Cheatham and Howe. If they're the only ones who know about it, and they're the only ones who could ask for it. If you put your software your software on a web site for download only then would anyone know about it and be able to ask for the source

    No, IANAL. But I've been working with FOSS and the GPL for 25 years, so I know a little something about it. In the end though it's always what your own lawyer tells you that matters. So get a lawyer and pay for your legal advice.

  3. Re:Fraunhofer can stuff it by bill_mcgonigle · · Score: 4, Interesting

    Who cares about Fraunhofer's MP3?

    Anybody who works with audio that is not 100% in his control from mic to distribution.

    As somebody who did some grad work with psychoacoustic modeling, everybody who was a little bit informed on the subject at the time knew that Fraunhofer's patents were BS, well-known stuff. I'm not sure why they weren't invalidated for prior art; it must have been a very narrow claim that MPEG just happened to standardize.

    They may have gotten some licensing revenue from this, but I, as well as many others on the open side of the industry, will never do business with them (ever) after the pain they've caused. Same goes for the patent regimes of the respective governments, since it takes two to tango with IP.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  4. Re: Linux? Bad choice. by teg · · Score: 4, Insightful

    Finally, the GPL doesn't require you to give source to everyone. You only have to give it to people who ask for it.

    You don't have to give it to anyone who ask for it either. Only if they got the binaries from you, and thus are a licensee. The main benefit of that is that if you provide a GPL program (usually by modifying something that is already GPL) to a customer customized for their needs and include the source code, no-one else can require you to give them the source code. Thus, the changes can remain confidential. The customer does have the source code and can modify as much as she wants, however - or have someone else do it.