Slashdot Mirror


Forgent Settles JPEG Patent Cases

eldavojohn writes "As many of you know, the JPEG image compression is actually proprietary. This has resulted in many lawsuits between its owner, Forgent Networks, and other companies that have used it. Yesterday Microsoft and about 60 other defendants settled with Forgent to the tune of $8 million. For a company with annual revenues of $15 million, that's nothing to sneeze at. You haven't heard the last of Forgent yet, as the article states, 'It is currently pursuing claims against cable companies over a patent that it says covers technology inside digital video recorders.' Sounds like that one could be worth a little bit of cash, wouldn't you think?"

167 comments

  1. Of course its expired now... by icebike · · Score: 2, Informative

    JPEG patent expired last month, so unless you were sued before, you are safe now.
    The patent was previously ruled to only cover video anyway.

    --
    Sig Battery depleted. Reverting to safe mode.
    1. Re:Of course its expired now... by hurting+now · · Score: 1

      Tiff sucks. Jpeg works almost universally.

    2. Re:Of course its expired now... by DittoBox · · Score: 2, Informative

      You're talking about image formats that have entirely different uses. TIFF is lossless, supports many different bit depths and different types of (lossless) compression. It's suitable for use in print, camera, screen and even HDR applications.

      JPEG is designed almost entirely for preview quality work on 24-bit mediums. It does support 32-bit CMYK but TIFF is still preferred in that area. And it's lossy. JPEG algorithms create much smaller images for non line-art work, with reasonable quality.

      So before you shoot your mouth off claiming "Foo sucks and Bar doesn't," try to realize that Foo is not Bar, and is not meant to be Bar 99% of the time. No matter how hard Foo tries.

      --
      Good. Cheap. Fast. Pick Two.
    3. Re:Of course its expired now... by quag7 · · Score: 1

      I saw an article somewhere, some time ago, that the new IE 7 properly deals with transparency in PNGs (Don't run Windows so I haven't been able to test this). Though I'm pretty sure by now that format is cursed, in a mystical and supernatural way, and people will refuse to use no matter what holes it fills.

    4. Re:Of course its expired now... by quag7 · · Score: 1

      Quag7 you stupid bastard, there's also the file size issue. What a LOSER! What of the people without BROADBAND, on DIALUP!?

    5. Re:Of course its expired now... by bcat24 · · Score: 1

      But PNG is a GIF-killer, not a JPEG-killer. It use lossless compression, so it's good for diagrams, small images, etc. It's not so good for photographs, though.

    6. Re:Of course its expired now... by theshowmecanuck · · Score: 1

      And when you put foo and bar together you get a picture that's 'fucked up beyond all recognition'.

      --
      -- I ignore anonymous replies to my comments and postings.
    7. Re:Of course its expired now... by MadEE · · Score: 1

      JPEG patent expired last month. The LZW compression patent expired back in June 20th, 2003.

    8. Re:Of course its expired now... by MadEE · · Score: 1

      Methinks it's time for your medication. *backs away slowly*

    9. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      Score 0? i guess parent had some mod points...

    10. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      Parent has a point mods!

    11. Re:Of course its expired now... by egypt_jimbob · · Score: 1
      What of the people without BROADBAND, on DIALUP!?
      both of them?
      --
      I am a leaf on the wind. Watch how I soar.
    12. Re:Of course its expired now... by Score+Whore · · Score: 1

      TIFF is a container format. It has zip to do with the actual encoding of the image. In particular you can encode JPEG inside of a TIFF file. Additionally the JPEG standard specified a lossless compression algorithm. (Even in the original spec.)

    13. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      "...Foo is not Bar, and is not meant to be Bar 99% of the time. No matter how hard Foo tries."

      Urm, I think you mean, "no matter how much Bar lovers want to think that Foo wants to be like Bar".

    14. Re:Of course its expired now... by swordfishBob · · Score: 1
      TIFF is a container format. It has zip to do with the actual encoding of the image.

      And what does Zip have to do with TIFF or JPEG?

      --
      -- All your bass are below two Hz
    15. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      It's not lossless, it uses a reduced palette and other techniques to compress the image. But it's not good at compressing images like JPG's are; it's just not built for it. It is good for diagrams, line drawings, drawings with very little color depth, or small icons.

    16. Re:Of course its expired now... by cheater512 · · Score: 1

      Uh...PNGs are tiny. Slightly larger than Jpegs for photos but remember that they are lossless AND have more features like alpha-transparancy.
      Its absolutely brilliant for cartoon and semi-realistic stuff.
      JPEG is dead.

    17. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      Foo is not Bar, but people don't always use Foo and Bar appropriately. Jpeg may have been designed for preview quality work, but one of the largest actual uses of jpeg is for digital photographs. Jpeg sucks for digital photos, as the quality degrades every time the file is modified. And if people only wanted "preview quality" pictures, why was 35mm film so widely used instead of 110 all those years.

      I'll be more specific this time: Jpeg sucks because it is too widely misused for digital photos. People should use tiff for their digital photos, especially those that will undergo multiple edits, because the quality is better.

    18. Re:Of course its expired now... by Asrynachs · · Score: 1

      Unless you're into photo editing or texturing then JPG's are just fine. Don't go acting all high and mighty just cause you know a few things about how image compression works.

    19. Re:Of course its expired now... by MobileTatsu-NJG · · Score: 1

      "Though I'm pretty sure by now that format is cursed, in a mystical and supernatural way, and people will refuse to use no matter what holes it fills."

      It's cursed with files generally being quite a bit larger than JPEGs.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    20. Re:Of course its expired now... by retiarius · · Score: 1

      Technically, the Miller/Wegman (IBM) algorithm describes
      "LZW" in patent #4,814,746, filed 11 August 1986, predating
      Welch's supposedly independent re-invention.

      Because the WTO "Uruguay round" grandfathered such patents
      to file date + 20 years (vs. ye olde grant date + 17 years),
      LZW claims really only expired less than three months ago.

      We hope there was a party to celebrate this!

    21. Re:Of course its expired now... by Yvan256 · · Score: 1

      PNG can be 8bpp (color palette or grayscale) like GIF or 24bpp like JPEG. It's not stuck at 8bpp max like GIF. And it actually has real (alpha) transparency.

      PNG doesn't "compress the image", it compresses the data for the image (like GIF, not like JPEG).

    22. Re:Of course its expired now... by bcat24 · · Score: 1
      Maybe my first post wasn't clear, but PNG definitely supports lossless images. To quote Wikipedia:

      PNG uses a non-patented lossless data compression method known as deflation. This method is combined with prediction, where for each image line, a filter method is chosen that predicts the color of each pixel based on the colors of previous pixels and subtracts the predicted color of the pixel from the actual color. An image line filtered in this way is often more compressible than the raw image line would be, especially if it is similar to the line above (since deflate has no understanding that an image is a 2D entity, and instead just sees the image data as a stream of bytes).

      PNGs can also uses palettes, just like GIFs, but they don't have to.
    23. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      OMG Im gonna patant IM word compreshon lol u no?!?

    24. Re:Of course its expired now... by triffid_98 · · Score: 1
      PNG is a cool format, but IE 5.X-6.0 does not understand how to render alpha-transparency. Just like it doesn't understand how to draw layers over hard form objects, or reliably stream images for dhtml, or I'm sure I could think of some more things that piss me off about it. It sucks, but people have to engineer sites to work with joe idiot's browser of choice.

      Uh...PNGs are tiny. Slightly larger than Jpegs for photos but remember that they are lossless AND have more features like alpha-transparancy. Its absolutely brilliant for cartoon and semi-realistic stuff.
    25. Re:Of course its expired now... by cheater512 · · Score: 1

      Just wait for MS to push IE 7 on to everyone's machine as a critical update.

      I can hear the screams now. :D

    26. Re:Of course its expired now... by MadEE · · Score: 1
      Technically, the Miller/Wegman (IBM) algorithm describes "LZW" in patent #4,814,746, filed 11 August 1986, predating Welch's supposedly independent re-invention.
      From what I recall and I am no expert, LZW was first described in patent 4,558,302 by Unisys. The IBM patent #4,814,746, filed 3 years later added a string compression scheme to the unisys #4,558,302 (which expired in 2003). The LZW compression used by Gif doesn't need string compression so never used the additions covered under the IBM patent, but just the vanilla Unisys one.
    27. Re:Of course its expired now... by hunterkll · · Score: 1

      35mm is preview, you insensitiv clod! *hugs his large format cameras*

    28. Re:Of course its expired now... by quag7 · · Score: 1

      They're more than slightly larger, in my experience...(than photos)

      Still for little web glyphs, logos and so on, it's nice to not have to sweat Microsoft's...inexcusable...lack of support for PNG transparency anymore.

      If you think about it, it's kind of annoying really. Microsoft kills Netscape, owns the browser market, then, once all major competitors have been trashed, they let their own browser rot without tabs, and without proper PNG support...for years.

    29. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      Just wait for MS to push IE 7 on to everyone's machine as a critical update.

      I tried to upgrade to IE 7, but Microsoft wouldn't let me. Seems they don't want Win2k users to benefit. Thank God for Firefox and Opera.

    30. Re:Of course its expired now... by Anonymous Coward · · Score: 0

      Remember, kids...Foo and Bar don't like it when you anthropomorphize them.

    31. Re:Of course its expired now... by drinkypoo · · Score: 1

      Actually, I use PNG for my digital photos, because more things will actually open it. But I use JPEG when I want to provide a photo to someone else, because it produces the smallest filesize for a given image quality. Sure, it's lossy. That's okay.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    32. Re:Of course its expired now... by drinkypoo · · Score: 1

      Depending on your resolution, you can use a pretty low JPEG quality and not lose much perceptible quality. Using 40% quality on a very high-res image produces a file vastly smaller than the PNG, and most people will not be able to tell which is the original even if they zoom in on it simply because of the nature of photographic images. With low-resolution images, PNG makes more sense. Lately I've been using a lot of palletized PNGs with just 64 colors (6 bits) or less for small graphics, and they get smaller even than GIFs which takes some doing. Usually I'm only saving a few hundred bytes but over a few thousand page loads that makes a big difference.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    33. Re:Of course its expired now... by Baikala · · Score: 1

      Same boat here. We're still using w2k images even on core duo machines. The only WinXP machines in my job are a couple of laptops that don't work compleately well with W2K.

      Thanks god for my level of privileges as sysadmin, some developers aren't even allowed to install firefox.

      --
      16,777,216 comments ought to be enough for any forum!
    34. Re:Of course its expired now... by fourchannel · · Score: 1
      It's not lossless, it uses a reduced palette and other techniques to compress the image. But it's not good at compressing images like JPG's are; it's just not built for it. It is good for diagrams, line drawings, drawings with very little color depth, or small icons.

      It is lossless.
      JPEG discards data and saves what it needs to recreate the image based on how much quality loss you are willing to endure.
      PNG does not discard any data, the bit-for-bit perfect copy of the original image can be recreated from the PNG file. It is good for storing images that you don't want to be diluted in any way.

      Comparing PNG to JPEG is like comparing Vorbis to FLAC -- They serve entirely different purposes but deal with the same thing (audio).
      --
      ---FourChannel---
  2. JPEG? Proprietary? Why I oughta... by jpellino · · Score: 2, Funny

    Proprietary software is for capitalist pigs!
    It's just the man trying to keep us down!
    Information wants to be free!
    That's it. I'm dumping every jpeg and disabling it on my brows....

    Huh. Where did everything go?

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
    1. Re:JPEG? Proprietary? Why I oughta... by Anonymous Coward · · Score: 0

      You laugh but just wait until the very DNA in your cells is copyrighted and you have to pay royalties to have kids.

    2. Re:JPEG? Proprietary? Why I oughta... by maglor_83 · · Score: 1

      Well I would own the copyright. So I could sue my kids! Of course I should wait until my parents are out of the picture first. I don't want to give them any ideas.

  3. Isn't it funny.. by QuantumG · · Score: 2, Insightful

    The Gimp has no problem opening and saving JPEGs but every day I hear another excuse why Totem can't play WMV / Quicktime files. I guess the difference is that someone, who didn't give a shit about patents, actually bothered to make a JPEG library.. but no-one has sat down and done the same for WMV or Quicktime or the dozen other "proprietary codecs". Now ESR is talking about working with Linspire to make it easy for Linux users to download codecs, for a fee. They're talking about putting an icon on the desktop, the user double clicks on it, a windows pops up asking for their credit card details (or whatever payment system will fly in your locale) and the codecs are downloaded and installed with no user intervention necessary. This is a great step forward compared to the hoops you have to jump through to get (unlicensed) codecs installed on Linux at the moment, but isn't it a step backwards? Wouldn't it be better to take the JPEG/GIF approach: write our own library and just ignore these people who claim we must license their patent?

    --
    How we know is more important than what we know.
    1. Re:Isn't it funny.. by AuMatar · · Score: 1

      First off- Quicktime isn't a codec. Quicktime is basically a wrapper for any type of video encoding. So you'll never have a quicktime codec.

      Secondly- the problem with decoding WMV and the like isn't noone willing to say fuck the patents. Its a lack of documentation, requiring it to be reverse engineered. Video is enough of a pain in the ass when you have the decoding algorithm, reverse engineering take serious effort by people who know their stuff. So expect it to take a while.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    2. Re:Isn't it funny.. by Akaihiryuu · · Score: 1

      MPlayer (http://www.mplayerhq.hu/design7/news.html) will play both Quicktime and WMV files. It also has a Mozilla plugin that works very well. I haven't yet found any video on a website I haven't been able to play with it.

    3. Re:Isn't it funny.. by QuantumG · · Score: 2, Insightful

      Yes, true. It really does take effort to reverse engineer stuff, but that's the lot of those who care about interoperability. Ya gotta start somewhere. Samba wouldn't be here if people didn't at least try. Seems, these days, the only people doing reverse engineering for interoperability are the OpenBSD guys.

      --
      How we know is more important than what we know.
    4. Re:Isn't it funny.. by Saint+Stephen · · Score: 1

      Yeah, but it uses the windows and quicktime dlls. The point still stands.

      Plus I don't think I can play every quicktime trailer, though windows no prob.

    5. Re:Isn't it funny.. by rHBa · · Score: 1

      I wasn't made to "jump through hoops" when I installed PHP (with the GD image manipulation library) or ImageMagick (which is far superior in my opinion).

    6. Re:Isn't it funny.. by AuMatar · · Score: 1

      THis is a particularly hard thing to reverse. I can reverse engineer a data transfer and command format like Samba, given sufficient time. All you need to know is file systems and the kind of operations that make sense there. Reversing a video codec requires a lot of fairly high level math- a very sharp understanding of linear algebra and compression is only the begining. The problem is that there are very few people qualified to do so.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    7. Re:Isn't it funny.. by realmolo · · Score: 2, Interesting

      The problem is, even if you were to reverse-engineer the Windows Media codecs, they have patents on the *algorithms themselves*. Which is the same issue with the JPEG patent. You can reverse-engineer it all you want, but if it actually WORKS, it's almost guaranteed to infringe on MS's patents.

      It's similar to the old Nintendo tactic from the NES days. The NES system checked each cartridge to see if it had a bit of copyrighted text (Yes, plain text. Not code.)that Nintendo inserted into every cartridge they made. If that copyrighted text wasn't present, the cartridge didn't work. This prevented third-parties from manufacturing NES cartridges, because how could they put Nintendo's copyrighted text into their ROMs legally, without Nintendo's permmission, which they never gave to anyone? They couldn't.

    8. Re:Isn't it funny.. by QuantumG · · Score: 1

      Yes, that's what I said, you have to just not care about patents. They can try to sue you as much as they like, but if the code is out there they can't go after everyone. Sure, the people with deep pockets like Microsoft have to care about patents, but the authors of The Gimp sure don't. You just put a warning in the license agreement on startup "Note: users are required by law to obtain licenses for patents covering all technology contained in this program before use." The users then promptly ignore that warning and use the program anyway. The developers are no longer responsible, the users are too numerous and too low on funds to make adequate targets. This is how it has worked with the GIF patents and the MPEG patents for years. Get on with it.

      --
      How we know is more important than what we know.
    9. Re:Isn't it funny.. by Harik · · Score: 1

      FFMpeg has reverse-engineered many of the proprietary codecs.

      intel indeo1,2,3,
      Sorenson Video V1 and V3 (Sorenson is what people think of as "Quicktime"),
      WMV1/2/3 (windows medial player 7/8/9) to an extent.
      RealVideo RV10/RV20 (Not 30/40 yet)

      Plus a crapload of others that I don't know how closed they are.

      Add that to mplayer's thunking of win32 DLL files to play propretary codecs, and I can
      play video more reliably and with less work on linux/opensource then in XP Media Center.

    10. Re:Isn't it funny.. by Grishnakh · · Score: 1

      Not only that, but there's an element of pragmatism here: is a workaround available?

      With Samba, there's no other easy way to interoperate with Windows since SMB/CIFS is the de facto data transfer standard used between Windows servers and clients. So without Samba, you simply can't use Linux servers in place of Windows file and print servers, and you can't connect to Windows file servers with Linux clients.

      WMV, however, doesn't have this problem. You just download the codec DLL files from a Hungarian site, install them along with MPlayer, and you can now watch all the movies you want. There's no reason left to go through all the trouble of reverse-engineering those codecs unless you have an ideological or legal reason for not relying on those copyrighted codec DLLs. Most of us using Linux at home or wherever don't have Big Brother checking our computers for copyrighted codec files, so we just download them and use MPlayer. And even if you had a reverse-engineered codec, you'd probably still be violating some patents, so what's the point?

    11. Re:Isn't it funny.. by coredog64 · · Score: 1

      Secondly- the problem with decoding WMV and the like isn't noone willing to say fuck the patents. Its a lack of documentation, requiring it to be reverse engineered

      *cough* Bullshit *cough*

      The Windows Media team has always been ready, willing, and able to provide portable reference implementations to anyone with an open checkbook. No doubt Mr. Shuttleworth has the requisite amount in his couch cushions...

    12. Re:Isn't it funny.. by crabpeople · · Score: 1

      How do they get away with releasing them for free on windows then?

      --
      I'll just use my special getting high powers one more time...
    13. Re:Isn't it funny.. by QuantumG · · Score: 1

      Exactly as I said, by not caring.

      --
      How we know is more important than what we know.
    14. Re:Isn't it funny.. by zsazsa · · Score: 1

      It doesn't anymore. ffmpeg, which MPlayer uses, has native decoders for the Sorenson codec, commonly used in Quicktime, and the WMV3 codec used in .WMV files.

    15. Re:Isn't it funny.. by DJCacophony · · Score: 1

      You just put a warning in the license agreement on startup "Note: users are required by law to obtain licenses for patents covering all technology contained in this program before use." The users then promptly ignore that warning and use the program anyway.

      The problem is that you're distributing the files without a distribution license.

      --
      Slow Down, Cowboy! It's been 60 minutes since you last successfully posted a comment.
    16. Re:Isn't it funny.. by AuMatar · · Score: 1

      Under what license terms? Not ones that are amenable to open source. Most (if not all) companies that want cash for their documentation have ndas on that documentation that open source would violate.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    17. Re:Isn't it funny.. by QuantumG · · Score: 1

      Sigh. No I'm not. Read what I fuckin' wrote. I'm not talking about distributing codecs - that's a copyright issue and you can never win on copyright issues. I'm talking about writing free implementations of those codecs. If you wrote the code, you're free to distribute it. The person who uses that code has the responsibility to go license the necessary patents, though.

      --
      How we know is more important than what we know.
    18. Re:Isn't it funny.. by curunir · · Score: 1

      The thing to remember when talking about JPEG files is that you're really not talking about JPEG. You're talking about JFIF (the file format) and not JPEG (the compression algorithm). JFIF, similar to what mp3 does for audio, only specifies how images are decoded, not how they are encoded. That means the encoding algorithm can differ between implementations with some performing better than others. From everything I've heard, the baseline JPEG compression (read: worst possible performance) has been patent-free since the beginning. The algorithm in question is probably one that produces smaller files while maintaining the same image quality. The Gimp is probably either using the baseline algorithm or one that incorporates their own improvements.

      WMV and Quicktime are a whole different beast. In those cases, the entire file format is proprietary.

      P.S. The above is from what I was able to gather in about a day of research into what it would take to write my own jpeg library. If anyone notices anything in this that isn't correct, please point it out.

      --
      "Don't blame me, I voted for Kodos!"
    19. Re:Isn't it funny.. by illegalcortex · · Score: 1

      In addition to what everyone else has said about making your own WMV codec, there's one other big PITA. Once you spent all those manhours and finally get a working (though possibly just as illegal as a downloaded) version, MS has probably already added two or three new revs that your codec doesn't cover.

    20. Re:Isn't it funny.. by blackest_k · · Score: 1

      Can you explain something to me, my laptop came with a legal copy of xp home installed and the codecs i use. I choose to run ubuntu on this laptop assuming I am in the united states are the codecs illegal for me to use since I already got them licienced to me via Microsoft? What if I use them on another PC?

    21. Re:Isn't it funny.. by Anonymous Coward · · Score: 0

      All the world is not running on x86. I have an AMD64 system, and guess what? In 64-bit mode, it cannot use these without a 32-bit chroot. They don't work at all on my PowerPC system. So it's not as simple as grabbing a DLL for anyone using a non-x86 platform.

    22. Re:Isn't it funny.. by Waffle+Iron · · Score: 1
      The Gimp has no problem opening and saving JPEGs but every day I hear another excuse why Totem can't play WMV / Quicktime files.

      That's because the JPEG patent was a submarine patent that nobody even knew about until just a couple of years ago, when it was almost expired. Moreover, many if not most analysts doubt that the patent was valid in the first place. This is definitely not the case for most video codecs, which have been widely known to be covered by probably valid patents since day 1.

    23. Re:Isn't it funny.. by Anonymous Coward · · Score: 0

      So what if the community collects a donation, buys the codecs and keep them free for everyone... it worked with blender

    24. Re:Isn't it funny.. by lokedhs · · Score: 1

      Then you must be doing something wrong. I'd suggest you try running the 32-bit version of MPlayer. The whole point of AMD64 is that it can run 32-bit and 64-bit applications side by side.

    25. Re:Isn't it funny.. by BiggerIsBetter · · Score: 1

      I was writing about how I disagree, then I thought about it.... as long as you don't distribute binaries, you're not implementing the patented technology, just documenting it. So, just don't give distribute binaries and you're golden.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
    26. Re:Isn't it funny.. by Anonymous Coward · · Score: 0

      WMV is a) often encrypted and DRMed, it's been designed to thwart being decoded and b) a moving target, with new versions every year or so. OSS apps like vlc can and do work with older WMV files, just not the latest and not the DRMed ones. Breaking those will take time and effort, and OSS will always be a few years behind the curve.

      Secondly, so long as you're running on x86 solutions exist to use Windows DLLs to decode them. If you're going to do some quasi-legal hacking to get your video to work you might as well go the easy route.

    27. Re:Isn't it funny.. by Score+Whore · · Score: 1

      Sorenson hasn't been "quicktime" for years. Now what you want is H.264.

    28. Re:Isn't it funny.. by Grishnakh · · Score: 1

      IANAL, but there's probably something in the EULA that states you can't use the codecs separately from the OS or something to that effect. It's great, isn't it? Only now with computers and software can someone sell you something, and then tell you afterwards how you're allowed to use it.

      Regardless of whatever came on your computer before switching to Linux, I find the MPlayer win32 codec packs to be much more convenient as they contain all the Intel, MS, Real, and Sorenson (Quicktime) codecs you'll ever need, all in one convenient download. For those with RPM-based distros, they also have an RPM version to conform with your package management.

    29. Re:Isn't it funny.. by Grishnakh · · Score: 1

      I'll echo the other respondant's answer that you must be doing something wrong on your AMD64 system. It should be able to run 32 and 64 bit binaries. Are you using a 32-bit compiled version of MPlayer? Do you have the 32-bit version of glibc et al installed to go with it? This could be a distro problem.

      However, you bring up a very good point about your PowerPC system which I totally forgot about. You could probably run the codecs on ppc through an emulator of course, but the performance wouldn't be very good (although you wouldn't notice with the Real codecs!).

      Some other poster in this discussion said something about "ffmpeg" having reverse-engineered versions of the WMV codecs; you might check that out.

    30. Re:Isn't it funny.. by Anonymous Coward · · Score: 0

      Erm... If nobody had written a H264 or WMV decoder library, you wouldn't be able to watch them AT ALL on Linux. Virtually all codecs available natively in Linux are implemented in FFMpeg, with the remainder being implemented in special purpose libraries (like libogg / libvorbis / libtheora / libspeex / libflac for Ogg Vorbis / Theora / Speex / Flac, or libfaac for AAC). Most of them were implemented from public documentation, but a lot of them had to be reverse engineered.

      FFMpeg has an H264 (Quicktime) decoder, and demultiplexer. It can play current Quicktime stuff just fine. Recently, FFMpeg gained a working WMV9 decoder. It's had a WMV7 decoder for years, along with WMA decoders, and a WMV7 encoder. The H264 decoder was written from the standards, while the WMV and WMA decoders had to be reverse engineered. That takes time, which is why the FFMpeg WMV9 decoder still isn't quite finished.

      Here's the problem - nobody really knew about the JPEG patent until Forgent started threatening to sue everyone. Hence it was considered a free format, and free software implements it, and free software distributors distribute it. A few months before the patent expires, Forgent show up, claim to have patented it, and tries to sue every commercial software developer that uses JPEGs. Too late to stop distributing it now anyway, since the patent has expired.

      Fraunhoffer did the same thing with MP3s, much like Unisys did with GIFs. In each case, the format was widely implemented in free software. Distributors stopped distributing patented portions (GIF encoders, MP3 decoders and encoders) fairly quickly, and the free software community started developing free replacements (PNG, and Ogg Vorbis). The patents on GIFs have expired, so distributions are starting to regain GIF (and compressed TIFF) functionality. Not so with MP3s yet.

      In the case of videos, we know that a lot of companies have patents on all major codecs. Most of them are all too happy to sue anyone they feel like, and they all actively court licensing of those patents. That doesn't stop us from implementing them at all, but it does prevent distributors from distributing them unless they want to be sued into the ground. You do not want the likes of Microsoft suing you for patent infringement.

    31. Re:Isn't it funny.. by Anonymous Coward · · Score: 0
      I'm talking about writing free implementations of those codecs. If you wrote the code, you're free to distribute it. The person who uses that code has the responsibility to go license the necessary patents, though.

      No, no and no. If you write and distribute code which infringe on patents, you are guilty of distributing code infringing on patents. Which isn't legal actually, because you are not even allowed to WRITE infriging code: "In United States law, an infringement may occur where the defendant has made, used, sold, offered to sell, or imported an infringing invention or its equivalent.", and then distributing it is a crystal clear "inducing infringement of a patent", which is definitly illegal: ''In the United States, 35 U.S.C. 271(b) defines (active) induced infringement: "Whoever actively induces infringement of a patent shall be liable as an infringer." '' (see wikipedia).
      So, if you do so and are sued, expect your trial to last about 10 minutes before you are recognized guilty. Since it is willful infringement, under US law, you will be sentenced 3 times the actual damages (plus legal fees which themselves typically two millions dollars). Good luck.
      Similarily, if you distribute code which violate DRMs, you may end up in jail (some people have).
      Similarily, if, in France, you distribute code which can be used to exchange video/audio file in P2P networks, then you may face jail.

    32. Re:Isn't it funny.. by a.d.trick · · Score: 1

      No, source code is and implementation of the patented technology. As long as you have it in machine-readable language (and it works) it's an implmentation. Remember, object code is just another language. Even pseudo-code might be able to be construed as being implmementations. I don't know and IANAL.

    33. Re:Isn't it funny.. by Ilgaz · · Score: 1

      Telestream Inc. shows it is possible to add WMV codec to Quicktime on OS X. In fact, my Quicktime also have .ogg and those open video support via codecs too. It also validates people's claims that Microsoft does use WMV Technology to drive people to their OS. Why? While Telestream is a great company and their codec works, it can't be a replacement for MS Wmedia Player for OS X update which will NEVER ship.

      There is open, documented and (only needing coders) MPEG-4 H264. It is already supported in some opensource programs I guess. The company matters.

      If there was enough people wanting Quicktime , Apple could ship quicktime for Linux along with framework. The issue is: Will Linux/FreeBSD community accept getting closed source DRM? That was what Real Networks dared to mention and we have seen the result at Slashdot.

      Apple will also keep some of Quicktime closed source. They have a technology in hand which is chosen by Industry giants like AVID Inc. to be used in their high profile applications. Some guys (MSFT) even spoke about "Knife the baby"
      http://news.zdnet.com/2100-9595_22-512634.html?leg acy=zdnn

      Well, there is a good option if you ask me. 3ivx, one of the very advanced companies/coders in business explains at their download page:
      http://www.3ivx.com/download/unix.html

      Note that their codec is the choice for industry for mpeg 4.

    34. Re:Isn't it funny.. by evilviper · · Score: 1
      The Gimp has no problem opening and saving JPEGs but every day I hear another excuse why Totem can't play WMV / Quicktime files. I guess the difference is that someone, who didn't give a shit about patents, actually bothered to make a JPEG library..

      This is pure troll. libJPEG was made LONG before anyone claimed to hold any patents on the format (as was Lame, as was libGIF, as were many others).

      Video codecs are entirely different. It wasn't an open standard comittee that created WMV, it was Microsoft, and it's known full well they have patents on it, and are licensing them for a fee.

      but no-one has sat down and done the same for WMV or Quicktime or the dozen other "proprietary codecs".

      This is also completely wrong. The whole purpose of ffmpeg/libavcodec is to reverse-engineer audio and video codecs. It's used by MPlayer, Xine, and many other video programs. The difference is, the programmers in question are outside the US, in countries where software patents don't (yet!) exist.

      Wouldn't it be better to take the JPEG/GIF approach: write our own library and just ignore these people who claim we must license their patent?

      Be my guest. You can do it yourself, and foot the (multi-million dollar) bill, when Microsoft's lawyers come knocking.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    35. Re:Isn't it funny.. by evilviper · · Score: 1
      No, source code is and implementation of the patented technology.
      Xvid gets away with it by not distributing binaries.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    36. Re:Isn't it funny.. by evilviper · · Score: 1
      It also validates people's claims that Microsoft does use WMV Technology to drive people to their OS.

      Microsoft has made the WMV9 video codec public in the form of the VC-1 standard.

      The only thing Quicktime has over WMV is an open audio codec, and time (h.264 has been open much longer). ...the rest of your post is rather ranting and incomprehensible, so I'll have to leave it at that.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    37. Re:Isn't it funny.. by evilviper · · Score: 1
      How do they get away with releasing them for free on windows then?

      Well, first off, redistributing freely downloadable DLLs is, at worst, legally grey area... They aren't writing their own implimentations of patented codecs, they're just downloading those codecs from Apple, Microsoft, etc., etc., then packing them together and redistributing them.

      Second, it's because many countries don't allow patents on software. In the US, though, it would be completely illegal to write and distribute your own codec, without paying patent licenses on the format.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    38. Re:Isn't it funny.. by evilviper · · Score: 1

      You don't know much about the subject, and you don't seem to care that you don't know much... You just keep spouting off, as if you're some kind of instant expert.

      In other words: You're wrong an awful lot.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    39. Re:Isn't it funny.. by evilviper · · Score: 1
      If you wrote the code, you're free to distribute it.

      No, you're certainly NOT free to distribute patented technology, without securing the appropriate licenses. It makes no difference who wrote it.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    40. Re:Isn't it funny.. by Ilgaz · · Score: 1

      Go to a Mac store, click one of the links (using a mac) at http://www.windowsmedia.com/mediaguide/radio , see if it plays. Go to Microsoft.com/mac, try to get Windows Media Player for OS X on that Intel based mac, it will install perfect raping all your browsers and system stability because it runs in Rosetta.

      WMV 9 is open because DVD Jon has cracked it big time, with a working demo back in 2004
      http://linux.slashdot.org/article.pl?sid=04/11/26/ 0042252&from=rss

      Anything produced in Quicktime can be watched via standards based media players via the configuration tipped at my "ranting" and "incomprehensible" post. If you want iTunes/DRM support, Apple will have to shut up the wmedia trolls first not to rant "DRM DRM"' on Slashdot.

      Ranting is something like bitching about Xiph.org just because your mail didn't work which you sent from a DYNAMIC IP. (Checked your Journal)

      While I am not a great fan of ogg (because of its fanatics), I respect/thank them for supporting OS X via legit,native way using quicktime codecs sparing their time.

      Next time think twice before claiming anything coming from MSFT is "open", someone with "incomprehensible" english may ask you why Macromedia Flash 6+ (VPC 6) became de-facto standard for Web video. Because it works? Why did AVID Tech. choose Quicktime framework ignoring every kind of offer from MS? Because it is monopoly free? They don't want their products to be conspired by MSFT just because it runs perfectly on Macintosh?

      Industry has chosen the standards already: H264, VP6 (codec in use via Flash) and MPEG-4 AVC along with Quicktime based container.

    41. Re:Isn't it funny.. by evilviper · · Score: 1
      Yeah, but it uses the windows and quicktime dlls.

      Since 2003, MPlayer has had NATIVE codecs for Quicktime. That's when SVQ3 was added, and ever since, Quicktime has stuck to open codecs (MPEG-4, H.264) that were included in MPlayer before respective Quicktime versions were released.

      The latest "windows" WMV3/WMV9/VC-1 video codec was added in just the past few months, so it's native now as well.

      The point still stands.

      Thankfully, it doesn't.

      Plus I don't think I can play every quicktime trailer, though windows no prob.

      There's the occasional video/audio/container bug, unknown quicktime ATOM, etc., but the large majority play perfectly, and most of the rest are quickly fixed when reported.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    42. Re:Isn't it funny.. by evilviper · · Score: 1
      Its a lack of documentation, requiring it to be reverse engineered.

      The VC-1 (almost identical to WMV3, aka.WMV9) reference implimentation has been available for over a year now, IIRC.

      So expect it to take a while.

      It's been done since a few months ago.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    43. Re:Isn't it funny.. by evilviper · · Score: 1
      MS has probably already added two or three new revs that your codec doesn't cover.

      Microsoft may do that with other things, but with their codecs, things are pretty stable. I'd say Apple is a bigger offender in that department, with really odd usage of the mov container...
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    44. Re:Isn't it funny.. by evilviper · · Score: 1
      WMV is a) often encrypted and DRMed,

      True enough. Microsoft enables encryption with the WMV/WMA encoder by default, to prevent sharing files. It's quite annoying for regular users.

      b) a moving target, with new versions every year or so.

      No, Microsoft doesn't want to spend all their time writing new, incompatible video codecs...

      WMV9 (aka. WMV3) was released Sept 4th, 2002, and to this day, there is still no sign of any possible replacement on the horizon. It's just that nobody was willing to put the effort into reverse-engineering it until just recently.

      OSS apps like vlc can and do work with older WMV files, just not the latest

      Native WMV7/8 has been available for a long time, that's true, but 4 years+ is plenty of time if anyone really wanted to reverse engineer it.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    45. Re:Isn't it funny.. by evilviper · · Score: 1
      Go to Microsoft.com/mac, try to get Windows Media Player for OS X on that Intel based mac,

      This is a complete red herring, having NOTHING to do with the subject at hand.

      WMV 9 is open because DVD Jon has cracked it big time,

      That is ridiculously stupid. Jon wrote a bit of code to make VLC work with the (painfully slow) VC-1 reference decoder Microsoft released for the SMTPE standardization process. Nothing more. Others (Multimedia Mike) have done the same with ffmpeg as well. And, in the past few months, Kostya (http://codecs.multimedia.cx/) wrote a real, workable WMV3/9/VC-1 codec (for libavcodec) from scratch.

      Ranting is something like bitching about Xiph.org just because your mail didn't work which you sent from a DYNAMIC IP. (Checked your Journal)

      No, what I was "ranting" about was the fact that the contact info for the Xiph.org domain-name is an @XIPH.ORG email address, which is monumentally stupid, no matter how you look at it.

      why Macromedia Flash 6+ (VPC 6) became de-facto standard for Web video. Because it works?

      Because the use of the Flash plugin was more widespread than the use of any video format (Quicktime, WMP, Real, etc). So many companies are going for the lowest-common-denominator option. Though, I seriously doubt FLV is actually the most common type of video on the web.

      Why did AVID Tech. choose Quicktime framework ignoring every kind of offer from MS?

      Because the Quicktime container was made specifically for video editing, at the expense of all other uses. Microsoft's ASF has the exact opposite purpose, and isn't suitable for AVID.

      Industry has chosen the standards already: H264, VP6 (codec in use via Flash) and MPEG-4 AVC along with Quicktime based container.

      H.264 and "MPEG-4 AVC" are different names for exactly the same thing.

      The industry has done anything but standardize on those codecs. HD-DVDs and Blu-Ray discs are both comming encoded with Microsoft's VC-1 codec. Internet video is still a hot competition, with WMV9 probably still the most popular codec. SWF/FLV is ONLY for webpages, as they don't even have a basic (RTSP/RTP/etc) streaming solution, unlike WMV, Real, and Quicktime, which dominate that area.

      What you like, does not dictate reality.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    46. Re:Isn't it funny.. by Ginger+Unicorn · · Score: 1

      so how come we had free gif and mpeg implementations for all those years? what did they do to get round it?

      --
      (1.21 gigawatts) / (88 miles per hour) = 30 757 874 newtons
    47. Re:Isn't it funny.. by russotto · · Score: 1

      I just put
      #if 0 ...
      #endif

      around my source code and now it's not an implementation, just a description.

      Of course, that's a false distinction; the source code itself is a description of an algorithm, one detailed enough that a computer can use it to implement the algorithm (or convert it into a form in which it can be so used). That's a basic problem with software patents; a good enough description IS an implementation, so it's impossible to protect a monopoly on implementations without also protecting a monopoly on descriptions (which patents are emphatically not supposed to do).

    48. Re:Isn't it funny.. by a.d.trick · · Score: 1
      Of course, that's a false distinction; the source code itself is a description of an algorithm
      Couldn't you say the same thing about the binaries? After all, it's just another lanugage. Or what about interpreted stuff like python code, or python byte code.
    49. Re:Isn't it funny.. by QuantumG · · Score: 1

      duh, it's slashdot.

      --
      How we know is more important than what we know.
    50. Re:Isn't it funny.. by Anonymous Coward · · Score: 0

      Ever seen MS suing anyone over a codec?

    51. Re:Isn't it funny.. by QuantumG · · Score: 1

      My bold assertion is as good as yours. But seriously, other than talking to a slimey patent attorney, how can we settle our disagreement?

      --
      How we know is more important than what we know.
    52. Re:Isn't it funny.. by evilviper · · Score: 1

      Touché

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    53. Re:Isn't it funny.. by evilviper · · Score: 1
      My bold assertion is as good as yours.

      Not at all. Yours contradicts hundreds of years of patent law, claiming that source somehow has an exception.

      But seriously, other than talking to a slimey patent attorney, how can we settle our disagreement?

      You could spend 2 minutes searching google...

      For example, you'd find:http://swpat.ffii.org/pikta/xrani/dolby/index .en.html

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    54. Re:Isn't it funny.. by QuantumG · · Score: 1

      Yeah, I still think you're on crack. Patents cover commercial applications, not open source libraries. If you want to make a commercial application with my open source library it's up to you to go get a license on any patents I might be infringing.

      --
      How we know is more important than what we know.
    55. Re:Isn't it funny.. by evilviper · · Score: 1
      Patents cover commercial applications, not open source libraries.

      I have NO idea how you made that up.

      And, of course, the case I linked to was a completely and totally non-commercial, open source library, that was shut-down by the patent holder (Dolby) who was demanding license fees for every copy of the source downloaded.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    56. Re:Isn't it funny.. by QuantumG · · Score: 1

      They can demand anything they want, but if they try to sue you they'll quickly discover that it is pointless. The judge will throw it out in discovery simply because the person they are suing has no money and the case is therefore frivolous.

      --
      How we know is more important than what we know.
    57. Re:Isn't it funny.. by evilviper · · Score: 1

      Then start up your own project... When they're docking 3/4ths of your pay for the rest of your life, you can tell me how the judge was supposed to throw it out, because it was non-commercial...

      Your imaginary world is a strange place.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    58. Re:Isn't it funny.. by QuantumG · · Score: 1

      Apparently, what people do is they put a big ass warning on their library: This software is for research purposes only, it contains material that is covered by US Patent [whatever], if you use this library in a commericial product or for non-research purposes, you will need to obtain a license from [whoever]. As it is always legal to practice an invention for research purposes (so you can improve on the patent) this is perfectly legal. Of course, claiming that you're distributing The Gimp solely for research purposes is not likely to work for ya.

      Also, in Europe, non-commercial use is not covered by patents. But essentially, yes, I conceed the point.

      --
      How we know is more important than what we know.
  4. Why no use by Anonymous Coward · · Score: 0

    gifs anf flash

    They're more popular then boring old JPEG

  5. more, more, more, make 'em bleed real good by Britz · · Score: 1

    Otherwise they will never take that system down and small developers will never have a chance (and oss will have a hard time). Patents must be abused against large companies. The bigger, the better. It shouldn't read 8 million but rather 800 million. That will be the day I will be smiling.

    They made it and they better eat up.

    1. Re:more, more, more, make 'em bleed real good by AmberBlackCat · · Score: 1

      I bet they could have made $800 million if everybody who profited from jpeg in their product actually licensed it.

  6. Dan Ravicher and PubPat by Anonymous Coward · · Score: 0

    Ravicher has been doing an excellent job of fighting for patent reform. There's a Windows Media video (ironic) of him speaking at a Santa Clara Law School function here. He outlines the reasons for patent reform and how he thinks it should be undertaken.

  7. Error in summary. by Anonymous Coward · · Score: 0
    You haven't heard the last of Forgent yet, since they now have 58 million dollars.
    Fixed.
  8. hey, a patent I don't really have a problem with! by bunions · · Score: 2, Insightful

    There's not many of 'em.

    jpeg compression is nontrivial. The guy(s) that came up with it should be able to make a living off their hard work.

    --
    there is no need to sign your posts. this isn't usenet. your username is right there above your post. stop it.
  9. 1-2-3-4 by StCredZero · · Score: 2, Funny

    It's the American way.

    1) Invent a good compression algorithm and patent it
    2) Make sure everyone implements it and puts in into their products
    3) Sue!
    4) Profit

    Now we know what to put in place of the ???

    1. Re:1-2-3-4 by wizzard2k · · Score: 1

      Ok, but how do you sue after you collect underpants?
      We're almost there!

  10. something stinks by burnin1965 · · Score: 1

    Being the owners of such an important patent and winning a nice settlement I assumed that Forgent must be a premier technology company providing important advances in technology and related products to our technology driven society, so I had a look at their website and what did I find?

    "Our software division, NetSimplicity makes easy-to-use, scheduling software for any need -- scheduling rooms, resources and I.T. assets."

    WTF, they make scheduling software for meeting rooms?!? I think I smell patent troll.

    1. Re:something stinks by winomonkey · · Score: 1

      You didn't do a very good job looking at their site if all that you came away with was their scheduling software. Right from their homepage you are given two links - Software or Intellectual Property. From their IP link, you might find out that "In addition to the approximate 40 patents the company has secured or acquired over the past 15 years, Forgent has applied for dozens of patents relating to various products and software the company has developed over the past several years."

      So, if you actually read what they do with software, you will find that their software does both scheduling and asset tracking. What, a company that has developed useful products that fit a definite market and have a definite place in the business world, yet has made contributions to the advancement of technology as well? How does that make them guilty of patent trolling?

      Such claimes must be backed up by evidence.
      Is this libel?!
      SUE SUE SUE SUE SUE!

    2. Re:something stinks by tepples · · Score: 1
      In addition to the approximate 40 patents the company has secured or acquired over the past 15 years, Forgent has applied for dozens of patents relating to various products and software the company has developed over the past several years.
      What, a company that has developed useful products that fit a definite market and have a definite place in the business world, yet has made contributions to the advancement of technology as well? How does that make them guilty of patent trolling?

      Just as Sony has a legitimate electronics division and a music/rootkit division, Forgent has both a legitimate scheduling software division and a patent acquisition/trolling division. The latter is allegedly guilty.

    3. Re:something stinks by burnin1965 · · Score: 1

      "In addition to the approximate 40 patents the company has secured or acquired over the past 15 years, Forgent has applied for dozens of patents relating to various products and software the company has developed over the past several years."


      Ah yes, Forgent has a 15 year history of developing various products and software which they patent. And the two prominent patents are their '672 patent for video compression and the '746 patent for a computer controlled video conferencing system. And these two patented technologies are used in their products known as ... oh wait, they don't have any products that use video compression or video conferencing.

      Hey, in fact Forgent hasn't been around for 15 years and is actually a spin off from VTEL back in 2001 when the employees of VTEL purchased the business unit that develops, manufactures, and sells of all things computer controlled video conferencing equipment.

      Wow, so what is it exactly that Forgent does for business that is based on the patented technology they developed?


      Such claimes must be backed up by evidence.
      Is this libel?!
      SUE SUE SUE SUE SUE!


      Aha, it all starts to make sense, could it be that the purpose of Forgents business is not to develop, manufacture, and sell video conferencing equipment but instead is to produce lawsuits? Boy, the deeper one digs the more it stinks.
  11. Re:hey, a patent I don't really have a problem wit by Beardo+the+Bearded · · Score: 1

    Yeah, I've heard that there are jpg images on the Internet.

    Imagine - just for a moment - that they got even a hundredth of a cent for each jpeg. They should be sitting around a pool drinking something cold and alcoholic like the mp3 guys.

    --

    ---
    ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
  12. Re:hey, a patent I don't really have a problem wit by Anonymous Coward · · Score: 0

    According to TFA, they acquired this patent, they didn't do the hard work themselves to create the technology. Now perhaps they're still entitled, I won't argue that point.

    I'm also a bit confused by the post here that said they earn 15 million a year. According to TFA, they get 100s of millions from royalties from digital cameras. That sounds like a lot more than 15 million a year. Obviously, their lawyers messed up on this one. They settled cheap if they were really getting 1% royalties on all those cameras.

  13. ...pursuing claims against cable companies... by Raistlin77 · · Score: 1

    Why would they pursue cable companies? I dunno about other cable providers, but I know that with Comcast in my area, the DVR is manufactured by Motorola (6412). Wouldn't it make more sense to go after Motorola?

    1. Re:...pursuing claims against cable companies... by tepples · · Score: 1

      Users and resellers of infringing products also infringe.

  14. Re:hey, a patent I don't really have a problem wit by hweimer · · Score: 1

    jpeg compression is nontrivial. The guy(s) that came up with it should be able to make a living off their hard work.

    Except that Forgent did not participate in the JPEG standardization process and those who did wanted the format to be free from patent licenses. Oh, and the USPTO declared most of Forgent's claims invalid earlier this year.

    --
    OS Reviews: Free and Open Source Software
  15. This can mean only one thing: by noidentity · · Score: 1

    Burn all JPEGs! It's a big file format anyway; you should use JPEG compression anywa..er.. hmmm. We have a problem, Houston.

    And I was silly enough to think that this kind of bullshit was past us with the end of the GIF issue.

    1. Re:This can mean only one thing: by Anonymous Coward · · Score: 0

      Please no. I burnt all my GIFs ages ago and now I should burn my JPEGs?

      Internet porn doesn't come in PNG, you know. What am I to do now, mister smarty pants?

  16. i wish i could post a goatce jpeg on /. right now by chroot_james · · Score: 1

    it's true.

    --
    Reality is nothing but a collective hunch.
  17. proprietary? by Eric+Smith · · Score: 1
    Eldavajohn wrote:
    As many of you know, the JPEG image compression is actually proprietary
    Actually, it was only claimed to be proprietary. The patent office rejected most of the patent claims, and AFAIK Forgent did not successfully win any court cases that upheld the validity of the remaining claim(s). Settling out of court doesn't establish any legal presumption of validity.
  18. Not proprietary and not owned by Forgent by kuwan · · Score: 4, Informative

    The baseline JPEG format is not proprietary and is not owned by Forgent.

    What happened here is that Forgent sat on a patent while the JPEG format was drafted with the purpose of being open and patent-free. Compression Labs (which Forgent now owns) was a part of the JPEG committee and thus was required to disclose any patents that might deal with the format that the committee was developing. Compression Labs was silent on the matter and Forgent only decided to litigate their patent after many years of silence and after JPEG had become a standard. The patent is likely invalidated by priori art and Forgent is probably also barred by laches due to their delay in enforcing the patent.

    I'd rather that no one settle with them, but the reality is that settling is probably cheaper than litigating.

    1. Re:Not proprietary and not owned by Forgent by dorianh49 · · Score: 2, Interesting

      Sounds a lot like Rambus.

      --
      Gravity is a contributing factor in nearly 73 percent of all accidents involving falling objects. -Dave Barry
    2. Re:Not proprietary and not owned by Forgent by jakeblue · · Score: 1

      You are sadly misinformed, and attribute malice where none exists.

      You are correct in that Forgent bought Compression Labs. They did so, when Forgent was a company called V-Tel. You may remember them as a designer and manufacturer of video conferencing hardware. Compression Labs was a sensible purchase for a company in the video conferencing business.

      V-Tel over-extended itself attempting to introduce a new line of video conferencing hardware/software. Instead of going out of business, management decided to re-invent the company. The video conferencing hardware business was sold off, and current staff levels were cut to a bare minimum. Development and support organizations were laid off. The company was re-named Forgent, and they attempted to enter a new business only peripherally related to Video Conferencing. The business was scheduling software. They didn't do too good there either.

      There are no former Compression Labs employees at Forgent. Most of them were gone by the end of the 90s when the company was still V-Tel. No one mentioned or wrote about the JPEG patent at that time.

      The reason the JPEG patent was pursued was the idea of a former member of Forgent's board (who is now deceased -- he died of a stroke in 2002). In 2001, while looking for ways for Forgent to make money to support it's fledgling software business, the board of directors decided to pursue patent litigation as additional revenue stream. The rationale was simple, they had a bunch of patents from when they were V-Tel. Those should be mined to see if any of them were worthwhile. The records of the JPEG patent were found in pursuit of this directive.

      So you are wrong. Forgent did not "sit" on the patent. They didn't even know they had it. They're lucky to have found it at all.

  19. Re:hey, a patent I don't really have a problem wit by bunions · · Score: 1

    oh.

    well, screw Forgent then.

    --
    there is no need to sign your posts. this isn't usenet. your username is right there above your post. stop it.
  20. Re:hey, a patent I don't really have a problem wit by radarsat1 · · Score: 2, Insightful

    jpeg compression is nontrivial. The guy(s) that came up with it should be able to make a living off their hard work.


    While I do agree with you, it's kind of funny how the only reason it's really worth anything is because it's used so much. And the only reason it's used so much is because people used it without paying the license fee.

    Same can be said for gif and mp3... I recognize that that's no excuse, but it's kind of funny anyways. Had the patent been enforced from day zero, it wouldn't have nearly as much worth.
  21. E to J, J to E, via Babelfish... by davidsyes · · Score: 1

    "The rank of your abnormal play you know eldavojohn, you write, the image compression of JPEG is monopoly really. This the owner, originated with Forgent network, and many lawsuits between the other company which uses that. Yesterday Microsoft and other defendant of approximately 60 Forgent solved in condition of the $8,000,000. With that for the company which has the annual earnings of the $15,000,000 doing sneeze is nothing. Cover technology in digital video recorder. ' Vis-a-vis the cable company on the patent which is said, as a state of the article, the end of Forgent ' as for perhaps the sound which does not hear the request which that presently has been pursued yet a little value of the cash has, you like, you don't think? "

    Hmmm... weird I say, do you think?

    slash image word it is seen, you say is "reciter"

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  22. Joke's on them! by jpellino · · Score: 2, Funny

    I live about 6 blocks from the nuke plant - patent away boys, and good luck with that matching search - bwahahahaha!

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
    1. Re:Joke's on them! by WilliamSChips · · Score: 1

      I don't think uranium is that radioactive. I live in a house with a SMOKE DETECTOR OMGWTFBBQ!

      --
      Please, for the good of Humanity, vote Obama.
    2. Re:Joke's on them! by stuuf · · Score: 1

      What do smoke detectors have to do with anything? They use americium, not uranium.

      --

      Everyone is born right-handed; only the greatest overcome it

    3. Re:Joke's on them! by digital+bath · · Score: 1

      ..which is also radioactive.

      --
      find / -name "*.sig" | xargs rm
    4. Re:Joke's on them! by WilliamSChips · · Score: 1

      As sibling poster has already pointed out, americium is also a radioactive material.

      --
      Please, for the good of Humanity, vote Obama.
  23. Wrong... by chill · · Score: 4, Informative

    $8 million is plenty to sneeze at, considering it is a small fraction of what they were asking and had a 43% contingency deal with their lawyers.

    You forgot the best part, which tells why we won't be hearing from them again anytime soon:

    JPEG PATENT CLAIM SURRENDERED:
    Forgent Networks Ends Assertion of Patent Challenged by PUBPAT

    NEW YORK -- November 2, 2006 -- The Public Patent Foundation ("PUBPAT") announced today that Forgent Networks (Nasdaq: FORG) has stopped asserting its patent against the Joint Photographic Experts Group (JPEG) international standard for the electronic sharing of photo-quality images. PUBPAT successfully initiated a challenge to the patent last year and this week Forgent dropped all of its pending cases asserting the patent and stated that it would not file any other infringement claims based on the patent.

    Forgent Networks acquired the '672 Patent through the purchase of Compression Labs, Inc. in 1997 and began aggressively asserting it against the JPEG standard through lawsuits and the media in 2004. PUBPAT filed its challenge to the patent in November 2005 and the Patent Office rejected the patent's broadest claims in May of this year.

    "By completely ending its assertion of the '672 patent, Forgent has now finally admitted that the patent has no valid claim over the JPEG standard," said Dan Ravicher, PUBPAT's Executive Director. "This utter capitulation by Forgent is long overdue, but a cause for public relief nonetheless."

    More information about the Forgent Networks patent formerly asserted against the JPEG standard, including a copy of the Patent Office's Office Action rejecting its broadest claims, can be found at http://www.pubpat.org/forgentjpeg.htm.

    --
    Learning HOW to think is more important than learning WHAT to think.
    1. Re:Wrong... by Anonymous Coward · · Score: 0
      $8 million is plenty to sneeze at, considering it is a small fraction of what they were asking and had a 43% contingency deal with their lawyers.

      It doesn't matter how much they asked for. Getting 57% of $8 million that you didn't actually earn is a pretty good return on your non-investment.

      "By completely ending its assertion of the '672 patent, Forgent has now finally admitted that the patent has no valid claim over the JPEG standard," said Dan Ravicher, PUBPAT's Executive Director. "This utter capitulation by Forgent is long overdue, but a cause for public relief nonetheless."

      So are they giving the settlement money back?

    2. Re:Wrong... by phopon · · Score: 1
      So are they giving the settlement money back?

      The joys of a settlement is that they are not appealable thus it doesn't matter if it turns out they had no evidence(i.e. MPAA).

    3. Re:Wrong... by chill · · Score: 1

      57% of $8,000,000 is $4,560,000. Assuming a 35% tax bracket, that leaves just shy of $3,000,000. Their investment was a couple years time and normal operating expenses. In surrenduring the patent they're giving up the plan, so they're probably just breaking even.

      Accepting that settlement was the equivalent of throwing thee towel and calling it quits.

      --
      Learning HOW to think is more important than learning WHAT to think.
  24. Not expired, but close enough by sidney · · Score: 1

    PUBPAT has a different spin on this story, touting how Forgent has dropped all claims on the patent as a result of a successful challenge brought a year ago by PUBPAT resulting in the patent office rejecting the broadest claims last May. However, the details of the patent show that it was issued in 1987, which would mean that it expires sometime in 2007. So Forgent just settled for a final $8 million to cap off the total $110 million in revenue they have grabbed during the 10 years since they bought the company that owned the patent.

    1. Re:Not expired, but close enough by icebike · · Score: 1

      You need to read the PUBPAT more carefully. It has expired last month.

      This will all be moot when the patent expires on Oct. 27, 2006 (20 years after filing). The patent was already granted more than 17 years ago.

      --
      Sig Battery depleted. Reverting to safe mode.
  25. Good for the 3rd world by Simonetta · · Score: 1

    This kind of patent nonsense is primarily good only for developing countries. Places where people don't pay much attention and even less money to the rich corporations that claim to own technology.
      If the patent isn't enforced then the people who aren't paying millions of dollars to use technology that is in general usage are better off relatively to those companies in the wealthy countries that are exposed to patent lawsuits (on common everyday technology).
        This just encourages patent shell companies in the rich countries to file harassment lawsuits based on dubious patients against other companies in rich countries. It's an economic drag that the wealthy countries inflict upon themselves. Smart people in the developing world just ignore these lawsuits wherever they receive them. Or they just sell their products at lower costs to other developing countries.

  26. Now there are contradicting accounts by Omega+Blue · · Score: 1

    Groklaw http://www.groklaw.net/ reports that Forgent has dropped the patent case. So what gives?

    1. Re:Now there are contradicting accounts by swordfishBob · · Score: 1

      Perhaps the other companies involved said "heres a bit of money you can have if you just shove off and let go". Wouldn't have expected it since Microsoft has the resources to fight it out, and wouldn't want to encourage other patent trolling.

      --
      -- All your bass are below two Hz
  27. You're buying, right? by tepples · · Score: 1

    If there are only two people left on dial-up, as you allege, then you can probably afford to bring both of them up to the latest standards in Intertubing.

  28. Donations of $100 thousand thousand thousand? by tepples · · Score: 1
    So what if the community collects a donation, buys the codecs and keep them free for everyone

    I'd bet money that Microsoft isn't willing to license Windows Media technologies under terms that allow sublicensing as free software for any price short of a hostile takeover, which based on current MSFT market cap would cost over 100 billion dollars (that's 11 zeroes).

  29. Forgent patent allegedly covered baseline JPEG by tepples · · Score: 1
    From everything I've heard, the baseline JPEG compression (read: worst possible performance) has been patent-free since the beginning.

    The Forgent patent allegedly covered part of baseline JPEG itself, including the fused Huffman encoding of nonzero coefficients with RLE coding of runs of zeroes in the zigzag.

    1. Re:Forgent patent allegedly covered baseline JPEG by curunir · · Score: 1

      Thanks for the clarification. I had been trusting the information on this page to be accurate...glad I didn't actually go a head with implementing it.

      --
      "Don't blame me, I voted for Kodos!"
  30. Huh? by UnknowingFool · · Score: 1

    Groklaw doesn't mention any of this when it reported that the JPEG patent had been surrendered by Forgent. Earlier this year, USPTO reversed their position and rejected the broadest of Forgent claims after the non-profit PubPat informed the USPTO of prior art that Forgent did not disclose in their application. PubPat also pointed out that Forgent knew about the prior art since one of the inventors of the prior art was one of the inventor on three of its patents.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  31. Is there an alternative? by jonwil · · Score: 1

    Is there a patent-free alternative to JPEG like OGG is to MP3 or PNG is to GIF?

    1. Re:Is there an alternative? by Anonymous Coward · · Score: 0

      PNG also works for fine photographic images.

    2. Re:Is there an alternative? by Derek+Pomery · · Score: 1

      PNG does *not* work fine for photographic images.

      JNG came to mind since having that magical A in RGBA makes for so many useful applications of JPEG that are not available right now.
      So, I checked.
      http://pmt.sourceforge.net/SVG-patents/jpeg.html
      "This matter is of interest to MNG Development because MNG uses the JNG subformat which is simply baseline JPEG wrapped in PNG-style chunks.

      It would be very useful for someone to scrutinize the patent to determine exactly which, if any, of its claims are infringed by JPEG codecs. There has already been some preliminary analyses by compression experts. Tom Lane of IJG was quoted (in the July 19 Infoworld article referenced above) to say that it does not. Mark Nelson has also said in the comp.compression newsgroup (search Google Groups for "jpeg patent nelson") that there is probably no overlap. "

      --
      -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  32. A Plea to President Bush by Anonymous Coward · · Score: 0

    Recall the troops from Iraq, then send them into the Forgent Offices, then kill with extreme prejudice everything that moves. And everything that squats cowering under a desk too.

    Sure the Slashdot crowd are usually pro-civil rights, but we're sick to death of these patent parasites. Do it now! Do it for Humanity!

    Then go to the US PTO and march all their employees into a big meat grinder. We can the incinerate it and use it as cattle feed.

    Extreme? But don't lie. You like this idea too! ;-)

  33. Too many TIFFs! by Kadin2048 · · Score: 1

    The problem with TIFF is there are so many varieties of packing data inside of it, you can barely call it a single format. Heck, you can encapsulate JPEG data inside a TIFF file, and still call it a "TIFF file."

    While it's easy to make a program that writes basic-flavor TIFFs as output, it's very difficult to write a program that opens the many extant varieties of TIFF files that you might find around -- and if you don't, then users are going to assume that your program is broken, when it won't open their file.

    JPEG has achieved more popularity not only because of its smaller file sizes (which TIFF can replicate, through use of lossy compression, if you choose it) but because it's a homogeneous format. You don't run into nearly as many incompatibilities between flavors of JPEGs as you do with TIFFs.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  34. I just had a flashback to .GIF, LZW and Unisys by IronTeardrop · · Score: 1

    Sure, one is a file format, one is a compression algorithm and the latter is a U.S. corporation that sounds like an inter-op transsexual -- but I just has a flashback.

  35. H264 has been in FFMPEG longer than Sorenson by Ayanami+Rei · · Score: 1

    And mplayer/vlc/etc. have supported the quicktime and MP4 containers for some time, so the newer Quicktime movies are actually "more supported", it's the older propietary ones that people were missing. XD

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  36. Re:hey, a patent I don't really have a problem wit by Anonymous Coward · · Score: 0

    I allways ask myself : why should a garbage-collector not permitted to do the same ? He retrieves your garbage at one day, and then demands money for every day in the weeks to come, 'cause "he has to make a living too" ...

    How is that 110 million I saw mentioned comparable to his normal income (canceling the cost of making it) plus "a moderate profit" (as is described for patents) ?

    What has become of the "building on the shoulders of others" idea ?

    Currently about *every* software-patent means a stagnation in development for the rest of the world, or you must have deep pockets/tradable patents yourself : Que-up big companies, purge smaller companies/single inventors.

  37. Is Forgent a US corporation .... by Anonymous Coward · · Score: 0

    ... by any chance?

  38. Sitting on other patents? by gent00 · · Score: 1

    Is it possible that Forgent has other patents that Microsoft would like to fund the litigation on?

    1. Re:Sitting on other patents? by Anonymous Coward · · Score: 0

      And people troll MS for developing their own WMPhoto standart/codec?
      Insane!

  39. There's a simple difference by kyz · · Score: 1

    some codecs are open, others are proprietary secrets.

    JPEG was intended to be open since its inception. The JPEG specification was developed by the International Standards Organisation (ISO). The full details of how to implement JPEG compression are explained in depth in the specification. Indeed, the reason the Forgent case is a scandal is because as part of the JPEG committee, they agreed not to enforce their patents against JPEG implementations. Also look at the GIF case. GIF became very popular despite LZW being patented, because people didn't know it was patented - they thought the whole thing was an open standard. People like to implement open standards.

    By contrast, there's absolutely no documentation on Microsoft's proprietary codecs. To get any documentation, you have to reverse engineer them, which requires immense patience and diligence in effort. With JPEG, the reverse engineering and writing up the documentation has already been done for you.

    If you look at the video compression world, you'll see one trend - codecs with published specifications have multiple implementations, proprietary codecs rarely even have one implementation outside the original.

    One reason for this is that a specification carefully lays out what's essential and what's not, so programmers have freedom to implement things how they like. With proprietary codecs, everything is based on reverse engineering, so you have to be cautious about saying "we don't need this part", because that's just a guess, it's not set in stone.

    Also, writing a specification is difficult, and it makes the writers think twice about their code. So specifications tend to be clean and well-designed. With proprietary code, any old shit can be thrown in because the expectation is that nobody will ever see it. Fixes on top of fixes on top of fixes can create hundreds of ugly corner cases that have to be faithfully repeated in any further implementation.

    Finally, there is the legal aspect of it. Many codecs, both proprietary and open, have patents on them. However, the patents aren't the problem - the litigousness of the patent holder is. In the case of open standards, all patent holders involved agree RAND (reasonable and non discriminatory) licensing - if I want to implement an MP3 decoder, I buy a copy of the standard, then agree to pay the MP3 patent holders $0.10 per unit sold. The MP3 patent holders might try to make an example of you if you ignore their patents, but they would prefer just to get you signed up to their licensing scheme. On the other hand, the company holding patents on their proprietary codec might want to take you for everything you've got, in order to defend their technology and keep it proprietary - they have everything to lose if their proprietary, secret codec gets opened.

    --
    Does my bum look big in this?
  40. Re:hey, a patent I don't really have a problem wit by max_thebum · · Score: 1

    I would almost agree, but if I can make a simple jpeg compression in class using Matlab, then i would wonder about its worthiness as a patent. Also, any format, for it to be accepted, needs to be free so that It gains acceptance. I don't feel like people should make money off formats, it seems somehow wrong.

  41. Yeah!!! by Anonymous Coward · · Score: 0

    It's like this Einstein dude who just wrote, like, e=mc^2. And they call him genious. Even I can write taht down.

  42. .GIF? by Prototerm · · Score: 1

    I thought that was a brand of peanut butter. So what's this, a file format that sticks to the roof of your hard drive?

    --
    "My country, right or wrong; if right, to be kept right; and if wrong, to be set right." --Senator Carl Schurz (1872)
  43. Re:hey, a patent I don't really have a problem wit by russotto · · Score: 1

    JPEG compression is nontrivial. Forgent's patent on a particular twist of run-length-encoding is not.

  44. Re:hey, a patent I don't really have a problem wit by pclminion · · Score: 1

    Nontrivial yes, but it's arguable if the novelty rises to the level of something patentable. Compression algorithms based on energy-compressing transformations are nothing new, and JPEG was merely the first format to standardize a particular algorithm. The real hard work of JPEG was banging out a spec and agreeing on particulars like the exact layout of blocks, the exact values of quantization coefficients, etc. Very hard work I agree, but the basic idea which makes the whole thing work -- the idea of applying a DCT to concentrate image energy into bands and aggressively quantizing those bands -- was around before JPEG.

    I've tried to find the actual patent online, but USPTO seems to be down at the moment and apparently my Google-fu is not good enough. So I can only guess as to the contents of the patent. But most compression-related patents apply to very particular aspects of the compression process, such as the particular method used for arithmetic encoding of a particular value, or some such. I pretty much guarantee that the patent does NOT cover the basic idea of energy-compressing transformations, which are the real meat of how JPEG does what it does.

    Don't get too over-awed by the math. JPEG is clever but it's not exactly General Relativity.

  45. PVR Lawsuit? I don't think so... by Thumper_SVX · · Score: 1

    The post (and article) mentions a claim that they hold a patent to PVR technology; specifically "Computer controlled video system allowing playback during recording" according to their patent filing. The patent does seem to cover the appropriate technology... but what's this I see? A September 2001 date? Hmm... a quick Wikipedia search turns up references to the initial release of Tivo and ReplayTV back in 1999. I think what we have here is a clear case of prior art, so sorry Forgent... I think it's time to pack up your tent.

  46. Re:hey, a patent I don't really have a problem wit by DamnStupidElf · · Score: 1

    jpeg compression is nontrivial. The guy(s) that came up with it should be able to make a living off their hard work.

    JPEG compression is trivial. Split the file into 8x8 blocks, line the pixels up diagonally and take the DCT. Divide each value of the DCT by a value from the quantization matrix (which forces high frequency information into small ranges), and then compress with a huffman tree. It's definitely more trivial than, say, vorbis or theora. It's not even the state of the art in image compression anymore. 25 year patents are absolutely stupid.

  47. expired, but statue of limitations is 6 years by dananderson · · Score: 1

    ’672 has expired, but the patent owner has 6 years to file a suit. All they need to do to prove their case is that the violation occurred before the patent expired. They don't have to sue before the patent expires--they have 6 years to do that.