Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Jury Rules That H.264 is Not Patented

Posted by Zonk on Sat Jan 27, 2007 06:18 AM
from the yay-for-tivos-i-mean-broadcom dept.
Dr Kool, PhD writes "According to Bloomberg, a jury ruled against Qualcomm in their patent lawsuit against Broadcom. Qualcomm had sought $8.3 million in damages for patent infringement stemming from Broadcom's H.264 encoder/decoder chips. From the article: 'The patents, covering a way to compress high-definition video, are unenforceable in part because Qualcomm withheld information from the U.S. Patent and Trademark Office, jurors in San Diego said today after deliberating less than six hours.' This ruling clears the way for H.264 to become a widely adopted open standard."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Aren't there already existing [open] developments that surpass H.264 already ?
    • Not really (Score:4, Interesting)

      by SanityInAnarchy (655584) <ninja@slaphack.com> on Saturday January 27 2007, @06:38AM (#17782378) Journal
      The only truly, intentionally open standard I know of is Theora, and I really haven't heard much about it.

      For that matter, I haven't heard any measurements lately of AAC vs Vorbis, but it seems to me that unless Vorbis is actually better, the best way to encode a video would be h.264+aac, probably wrapped in ogm or mkv, but could also work as avi or mov.

      Of course, I often just keep the original DVD stream around, which means -- what -- mpeg2+aac?
      • Re: (Score:3, Informative)

        by Anonymous Coward
        DVD are usually something like Mpeg2 + Ac3 for surround sound support or Mpeg2 + raw PCM (uncompressed audio) for stereo. Also you may have some with mp3 compression.

        No AAC, which is Apple's baby.

        The reason you use something like H.264 is because it offers much higher compression with similar visual quality as mpeg2. So you can take a DVD movie and compress it down to a third of it's original size (or more) and still keep enough quality that the difference is unnoticable.

        This is important for doing things l
        • Re: (Score:3, Informative)

          by Anonymous Coward
          FYI, AAC is Dolby, Fraunhofer (FhG), AT&T, Sony and Nokia's baby.

          RealNetworks, Apple and Nero (among others) just took a license on this existing (MPEG4, ISO/IEC: 13818-7) standard and built their own encoder implementations.
          • Nero Recode also does H.264/MPEG-4 AVC encoding but Ahead license all their encoder tech from someone else anyway.
        • Re: (Score:3, Informative)

          "Icecast has had Theora support for a while now."

          It has been a while since I messed with it, but I think I had Theora streaming with peercast as well.

          For those that don't know, peercast does peer to peer streaming.

          http://www.peercast.org/ [peercast.org]

          all the best,

          drew
        • I must've gotten those confused for years without noticing. Thanks for pointing that out.

          Still, there you go. Mostly some very good advice, although I imagine that vorbis is really acceptable. I use flac for my music, but that's mostly because I don't like to lose more quality than I have to by transcoding, and you never know when I might buy something like an iPod and have to transcode -- flac->aac is better than, say, vorbis->aac. And also because my music collection is small enough that that works.
        • Re: (Score:3, Informative)

          No AAC, which is Apple's baby.
          AAC is the Moving Pictures Experts Group's baby. You might know some of their other kids: MPEG1, MPEG2, MPEG4, MP3...? In the same way that mp3 is the audio layer (layer 3) of an MPEG1 file, AAC is the audio layer of an MPEG4 file. It was created by an industry group that Apple wasn't even involved in. They adopted its use simply because of what it is; a better mp3.
      • Re: (Score:2, Insightful)

        by Anonymous Coward
        the best way to encode a video would be h.264+aac, probably wrapped in ogm or mkv, but could also work as avi or mov

        Dear God No. h.264 and AAC are MPEG-4. For the love of all that is good and holy please use MP4 as the container.

        • by jZnat (793348) * on Saturday January 27 2007, @12:48PM (#17784114) Homepage Journal
          It's perfectly fine to use Matroska, especially when you want to include SSA subtitles [wikipedia.org] (very common in anime releases) or SRT subtitles [wikipedia.org] (also common with anime due to being able to be muxed in an OGM container). Sure, GPAC (MP4Box et al.) can automatically convert SRT subtitles to Timed Text (ISO/IEC 14496-17) [wikipedia.org], but that's not always desired (SSA subtitles can be styled in many different ways; TT cannot).

          Also, you can't mux [Ogg] Vorbis [vorbis.com] in an MP4 container (I believe you can do that in a MOV/QuickTime container, however; also, using the private data stream hack doesn't count), and Vorbis can match, better, or come close to (dependent on source material) the quality of AAC at the same bitrates. Also, if H.264 (ISO/IEC 14496-10 for those who care) is truly now a public domain standard, then it would be far more desirable to mux H.264 video with Vorbis audio as both are open, unencumbered standards. It would also be good to do this in Matroska as that is also an open, unencumbered standard (QuickTime's file format may or may not be patented, but I'd guess it is).

          Now I'd definitely recommend using MP4 if everything you're muxing is part of the MPEG-4 (ISO/IEC 14496) standard (e.g. H.264 (or even DivX/Xvid), AAC, TT) as that would make most sense, but beware the limitations of the MP4 container format. The "subtle differences" between MP4 and QuickTime/MOV are the codecs supported.
      • Re:Not really (Score:5, Insightful)

        by RalphBNumbers (655475) on Saturday January 27 2007, @09:34AM (#17782944)
        the best way to encode a video would be h.264+aac, probably wrapped in ogm or mkv, but could also work as avi or mov. .ogm? .mkv? .avi? .mov?
        So basically you'll use anything *but* the actual standard MPEG-4 container that's designed to carry h264/aac streams? What's wrong with .mp4?

        This is a somewhat separate rant and not really directed at the parent, but it seems like between pirates sticking with their habitual use of Xvid/DivX in avi, and OSS fanatics refusing to use anything non-OSS in favor of Theora in .ogg or .mkv, the world's geeks are actually doing more to set back standardization of digital video than big companies and their DRM. How's that for a turnaround from the audio world where geeks chose mp3 and industry followed!

        MPEG-4 standards, specifically h264/aac streams in an .mp4 container, provide the best quality and functionality you can get today (.mkv is nice but it doesn't do anything .mp4 couldn't with the right tools, and neither Xvid/DivX or Theora can touch h264's quality/bitrate), and they are completely standardized and free to use for distributions of up to 100,000 codecs per year afaik.

        If we'd all pick up the MPEG-4 stack the way we all standardized on .mp3s, then the digital video world would get a lot simpler.

        Imagine a world where every camcorder, or DVD player, or computer, or PMP, or digital camera, or cell phone, or what not, could record and play back in the same interoperable high quality/bitrate video format with no special file conversions or re-encoding, just like all of those devices support .mp3 today...
        • Can I write a Free (or Open Source... whatever) and legal MPEG-4 decoder?

          If it becomes popular to a point that it gets more than 100,000 downloads in a year, am I liable for paying royalties?

          • Re:Not really (Score:4, Interesting)

            by RalphBNumbers (655475) on Saturday January 27 2007, @10:15AM (#17783158)
            Well, IANAL, but looking at the summary of the AVC license here [mpegla.com], specifically the portion quoted below, it seems like royalties are only required to be paid by "end product manufacturers". You could certainly argue that source code is not the end product, and thus you could distribute it without limit. And if you want to distribute object code as well, the only limit would be that no single person who builds it should distribute more than 100,000 compiled copies unless they want to pay royalties.
            I seem to recall that some existing OSS MPEG-4 related projects distribute source code only for that sort of reason.

            Royalties to be paid by end product manufacturers for an encoder, a decoder or both ("unit") begin at US $0.20 per unit after the first 100,000 units each year. There are no royalties on the first 100,000 units each year. Above 5 million units per year, the royalty is US $0.10 per unit.
            • Re:Not really (Score:5, Interesting)

              by Jah-Wren Ryel (80510) on Saturday January 27 2007, @10:59AM (#17783414)
              I seem to recall that some existing OSS MPEG-4 related projects distribute source code only for that sort of reason.

              They distribute source code because the courts (in the USA at least) have ruled that source code is speech, as in "freedom of" and binaries are not. Thus they are a lot better protected from claims of patent infringment if they stay away from the binaries.
        • It's got a higher quality/bitrate, but it's much more processor intensive to decode, which translates directly to battery power. Case in point: playing video on an iPod (which only supports h264) will drain the battery in an hour or two, where as DivX video on a Creative player will give you 5-6 hours on a similar battery.

          If you're optimizing for space, sure, h264 is great. However, most PMPs are hard drive based, and thus have lots of space to spare.
          • Actually, you're wrong, the iPod supports plain old MPEG-4 simple profile (which is basically a subset of modern ASP divx), not just h264.
            So, if you really want to compare DivX and h264 playback power consumption, you should do it on the same device with the same battery; since comparing apples to oranges means nothing.

            I would actually be interested in seeing such a comparison, if anyone watching has a iPod /w video and a couple of days to kill watching the same videos encoded at the same resolution in two
        • What about H.264 vs GSM and G.729, in terms of MIPS:Kbps and quality at various Kbps? GSM is $freePL, but not such great quality at 8-10Kbps, while G.279 is pretty high quality, but $patented (even when GPL).
        • What's wrong with .mp4?

          Off the top of my head I can think of a very good reason why we shouldn't call it MP4. Some non-tech saavy person asks a Best Buy sales rep (who doesn't know what it is) what it is [so he makes something up] and I bet you he'd say something like "oh it's kindof like MP3 but newer and better. It supports 1080p HD-Audio" [customer nods as if to let you think that they understand].

          In this case having a name that doesn't make you think of a common audio compression standard would be helpful.

          • Rename a .m4a file to .mp4, and notice how it still works perfectly fine. .m4a is just an alias for .mp4 since .mp4 can contain audio, video, textual (subtitles), and other types of content, and any mix of said content types.
        • Re: (Score:3, Insightful)

          There is no reason to avoid matroska containers and vorbis audio streams.
          Why let the patent mongers lead us around by the nose?

          Instead, once a free replacement is available for h.264, then we'll have a complete solution that the industry can follow. (or if the patents on it are ruled invalid)

          You seem to think that the patent terms are "reasonable" which shows your shortsightedness on this issue.
        • It's not just the pirates. I have a DVD player that says it supports MPEG-4, but it doesn't actually do so. It merely supports MPEG-4 codecs in AVI files.

          Similarly, those asshats at Sony couldn't be bothered to implement MPEG-4 containers, so they invented "AVCHD", which is MPEG-4 codecs in an MPEG-2 container.
    • Re:Too late ? (Score:4, Informative)

      by CaptainCheese (724779) on Saturday January 27 2007, @08:18AM (#17782700) Journal
      Unfortunately, a project being open source has no bearing on whether it is patent-encumbered.
      • by Anonymous Coward on Saturday January 27 2007, @06:50AM (#17782424)
        You have two major ones that can beat out H.264 in quality and file sizes... potentially.

        They are Snow, which is a experimental codec being developed out of the FFMPEG project, and there is Dirac which is being developed by the BBC as a open standard for web-based HD content.

        Both of these are based on 'wavelett' style technology which is something that is fairly unique about them. The downside though is that Snow, while being much simplier then Dirac, suffers from a lack of development and stability (not crash-iness, but change-iness). Dirac is not mature enough for use. Both of them still use WAY to much CPU to be usefull currently, but both offer possibilities of compression and quality that surpass even H.264.

        Theora is completely open, having the benifit from patent donated to open source by a corporation for their codecs, but it suffers from high CPU utilization and a very serious lack of visual quality.

        It's not like with Ogg vs MP3 or Flac vs whatever were those guys offer good compression, quality, and lower cpu usage as well as being open source. With Theora vs Mpeg4-related stuff (Xvid/Divx, h.264. AVC, etc) it is not realy in the same ballpack. It is more closely related to Mpeg1 in quality.

        And when I mean 'quality' I mean the ability to provide high quality image at high compression, which is the whole point behind things like Theora and H.264.

        Already Linux and Free software people have a good H.264 implimentation thanks to the FFmpeg people. Their mpeg4 Divx-stuff is already very high quality.. much better then anything from Xvid or Divx, they have the beginnings of very good H.264 support and have decoding and encoding speeds that rival the best propriatory codecs aviable. They need to fill out some of the H.264 features, but if this is true that H.264 is truly usable in Free software environment, then I expect that development will very quickly take off as the people become aware of this and Linux distros will want to jump on the opportunity to provide world-class HD support!

        This should also pave the way for future adoption of Dirac and maybe Snow since then the use of ffmpeg libs should increase in both Linux and Windows-land. Once people get used to it and programs start shipping with ffmpeg libs then this will make it easier for these projects to gain acceptance as ffmpeg is multi-codec and will include these open source technologies as they come out.

        • Re: (Score:3, Interesting)

          Both of these are based on 'wavelett' style technology

          Actually 'wavelet' [wikipedia.org] is the correct spelling (sorry to be pedantic). But you are right that wavelet applications are an interesting topic.

          In short, wavelets are like Fourier transforms, but they have a location, not just a frequency. Like with the FT, you can represent spatial data by wavelets, and the localization aspect turns out to be useful in practice, in particular for codecs (but it is also useful from a theoretical aspect, wavelets were - per
        • Re: (Score:2, Interesting)

          I thought everyone ran away from wavelets because a couple of companies locked up the whole field with broad patents (without ever delivering the technology). Is that just an old myth?
          • by pyite (140350) on Saturday January 27 2007, @10:41AM (#17783316)
            If JPEG-2000 is any sort of indication, then this is part of the problem. JPEG-2000 incorporates some very cool exploitations of the fact that there are redundancies in the location information in wavelet subbands, and can offer better compression because of it. There are two issues. 1) Is the quality/space savings enough to warrant a change? 2) Patents. It's hard to say which is the primary reason for JPEG-2000 not being adopted, but I'll go with #1 being the primary reason and #2 being part of the problem, but not as relevant because of #1. Video is still pretty big and at least in the US, it doesn't seem like there wil be any universal "order of magnitude" jumps in bandwidth anytime soon. So maybe there will be more of an impetus to use wavelet methods for video.

          • by tim90402 (1040444) on Saturday January 27 2007, @01:46PM (#17784490)
            Wavelets work well for a single image, but I don't think anyone has figured out how to improve on the block based motion compensation techniques used to exploit temporarl redundancy in most video coding. And once you are doing block based motion prediction, then the residuals tend to have a block structure that is better compressed with a block based transform, rather than wavelets.
  • by rzei (622725) on Saturday January 27 2007, @06:30AM (#17782354)

    Doesn't this make H.264 only free of the two patents held by Qualcomm? There has to be dozens and dozens of other patents used as AFAIK H.264 is just a profile (AVC) of MPEG-4?

    And afaik again, MPEG-4 is very far from being patent encumbered.

    • by kyousum (664287) on Saturday January 27 2007, @07:51AM (#17782618)

      Doesn't this make H.264 only free of the two patents held by Qualcomm? There has to be dozens and dozens of other patents used as AFAIK H.264 is just a profile (AVC) of MPEG-4?

      True. There are 20 corporations [mpegla.com] participating in the MPEG LA patent portfolio for H.264. Each of these corporations believe they have patents essential to impliment H.264(here's a long list(pdf) [mpegla.com])) and are collecting licensing fees from hundred of licensees [mpegla.com].

    • by novus ordo (843883) on Saturday January 27 2007, @07:58AM (#17782640) Journal
      That's why organizations like this [mpegla.com] exist. Just because you use it in your home project doesn't mean you will get your pants sued by everybody imaginable. Not every organization is like RIAA or MPAA. However, if you intend to use it in a commercial product you should seriously weigh the advantages of licensing as opposed to litigating. Here are some of MPEG LA's licensing terms [mpegla.com]:

      Royalties to be paid by end product manufacturers for an encoder, a decoder or both ("unit") begin at US $0.20 per unit after the first 100,000 units each year. There are no royalties on the first 100,000 units each year. Above 5 million units per year, the royalty is US $0.10 per unit.

      # Title-by-Title - For AVC video (either on physical media or ordered and paid for on title-by-title basis, e.g., PPV, VOD, or digital download, where viewer determines titles to be viewed or number of viewable titles are otherwise limited), there are no royalties up to 12 minutes in length. For AVC video greater than 12 minutes in length, royalties are the lower of (a) 2% of the price paid to the licensee from licensee's first arms length sale or (b) $0.02 per title. Categories of licensees include (i) replicators of physical media, and (ii) service/content providers (e.g., cable, satellite, video DSL, internet and mobile) of VOD, PPV and electronic downloads to end users.

      # Subscription - For AVC video provided on a subscription basis (not ordered title-by-title), no royalties are payable by a system (satellite, internet, local mobile or local cable franchise) consisting of 100,000 or fewer subscribers in a year. For systems with greater than 100,000 AVC video subscribers, the annual participation fee is $25,000 per year up to 250,000 subscribers, $50,000 per year for greater than 250,000 AVC video subscribers up to 500,000 subscribers, $75,000 per year for greater than 500,000 AVC video subscribers up to 1,000,000 subscribers, and $100,000 per year for greater than 1,000,000 AVC video subscribers.
      Not really unreasonable. Especially when you consider what kind of license terms are offered for content(aka RIAA or MPAA).
      • by mbone (558574) on Saturday January 27 2007, @09:51AM (#17783022)
        You let out the crucial internet portions

        Over-the-air free broadcast - There are no royalties for over-the-air free broadcast AVC video to markets of 100,000 or fewer households. For over-the-air free broadcast AVC video to markets of greater than 100,000 households, royalties are $10,000 per year per local market service (by a transmitter or transmitter simultaneously with repeaters, e.g., multiple transmitters serving one station).

        Internet broadcast (non-subscription, not title-by-title) - Since this market is still developing, no royalties will be payable for internet broadcast services (non-subscription, not title-by-title) during the initial term of the license (which runs through December 31, 2010) and then shall not exceed the over-the-air free broadcast TV encoding fee during the renewal term.


        So, nothing is owed between now and 2010 on the Intenet. However, the fee could be $ 10K per channel after then; if that's the case, then there will be trouble in 2011. Also note that it is unclear if the VOD is per download (in which case it is quite high) or per title offered (in which case, quite low).
    • Yes and no. H.264 isn't 'MPEG-4' it's MPEG-4 AVC. MPEG-4 is just a name the covers many, many codecs. H.264 is just one such codec. Even so, Qualcomm isn't th only patent holder, by far, of H.264/AVC, so the article title is misleading. From MPEG-LA [mpegla.com], which is the primary provider of licenses for H.264 (and lots of other MPEG standards): MPEG LA's AVC Patent Portfolio License currently includes patents owned by DAEWOO Electronics Corporation; Electronics and Telecommunications Research Institute; France Télécom, société anonyme; Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.; Fujitsu Limited; Hitachi, Ltd.; Koninklijke Philips Electronics N.V.; LG Electronics Inc.; LSI Logic Corporation; Matsushita Electric Industrial Co., Ltd.; Microsoft Corporation; Mitsubishi Electric Corporation; Robert Bosch GmbH; Samsung Electronics Co., Ltd.; Sedna Patent Services, LLC; Sharp Corporation; Siemens AG; Sony Corporation; The Trustees of Columbia University in the City of New York; Toshiba Corporation; UB Video Inc.; and Victor Company of Japan, Ltd. MPEG LA's goal is to provide worldwide access to as much AVC essential intellectual property as possible; new Licensors and essential patents may be added at no additional royalty during the current term. Interestingly enough, I don't even see Qualcomm in list. Considering that Qualcomm is the patent holder for CDMA and related technologies, I'm guessing that Qualcomm doesn't even have any patents in the MPEG LA pool, but instead has patented particular implementations of H.264 for use in mobile phone applications.
    • by Andy Dodd (701) <`ude.llenroc' `ta' `7dta'> on Saturday January 27 2007, @12:09PM (#17783824) Homepage
      "Doesn't this make H.264 only free of the two patents held by Qualcomm?"

      The article doesn't have many details, but since Qualcomm is (or at least used to be) an IC manufacturer among other things and Broadcom's infringing products are ICs, these patents could easily be specific only to a specific method of implementing H.264 in hardware. The MPEG-4 LA covers licensing of patents that cover the algorithm, but I wouldn't be surprised if there are additional patents out there covering specific unique implementations of H.264. i.e. the MPEG4-LA covers the MPEG-4 related patents that you absolutely can't avoid infringing if you create a compliant MPEG-4 implementation, but not necessarily implementation-specific patents.

      It reminds me a lot of the article a few weeks ago where a university was suing some manufacturers of Bluetooth chipsets. Everyone on Slashdot went postal with comments like "How could they patent Bluetooth. Prior art! Prior art!", when in fact the patent was not in ANY way Bluetooth-specific at all but for a method of designing a low-cost RF receiver, a method which a number of Bluetooth silicon manufacturers happened to use in their receiver designs.

      My suspicion (the article doesn't have enough details) is that this court decision has absolutely zero effect on anyone who implements H.264 in software as there is a good chance they weren't even infringing in the first place.
      • Actually, it isn't precedent at all. "Precedent" refers to published cases of higher courts. A precedential case has the effect of law on everyone within the jurisdiction of the appellate court. If a case is a precedent, a similar case must be resolved in the same manner. Precedents are a form of "mandatory authority".

        A trial court decision is "the law" only for the parties involved. Other courts might consider the case to be an influential decision, but are in no way required to follow it to the sam
  • by Copperhead (187748) <talbrech&speakeasy,net> on Saturday January 27 2007, @06:32AM (#17782360) Homepage
    According to the article, the case is going to the jury, and that "experts" believe that the jury will find against Broadcom, not Qualcomm. I'm not seeing anything that says that the jury has ruled on anything.
  • Ruling? (Score:3, Insightful)

    by -Neko- (67564) on Saturday January 27 2007, @08:47AM (#17782790) Homepage
    Surely a judge rules, not a jury? Juries render verdicts.
  • Wrong Article (Score:5, Informative)

    by soulsteal (104635) <soulsteal@[ ]37.org ['3l3' in gap]> on Saturday January 27 2007, @10:10AM (#17783124) Homepage
    Article linked is yesterday's announcement that it's going to the Jury. Here's the link [signonsandiego.com] and text of the right article:

    Broadcom sees win for 'H.264' industry
    By Kathryn Balint and David Washburn
    UNION-TRIBUNE STAFF WRITERS

    January 27, 2007

    After just six hours of deliberating, a federal jury found yesterday that chip maker Broadcom did not infringe on two patents held by San Diego-based Qualcomm and determined in two advisory votes that Qualcomm had withheld key information from a standards-making body and the patent office.

    Union-Tribune file photo
    San Diego-based Qualcomm lost a round in federal court yesterday against Southern California chip-making rival Broadcom.
    Qualcomm, which accused Irvine-based Broadcom of infringing on two video-compression patents, was seeking $8.3 million in damages for one of the patents. It did not seek any damages for the other patent.

    The San Diego jury's unanimous decision is a win for manufacturers that comply with the same video-compression standard as that used by Broadcom.

    Qualcomm had argued that one of the two patents at issue was incorporated into the H.264 industry standard used in millions of consumer devices, such as high-definition DVD players and Apple video iPods.

    "We're grateful for the jury's verdict - a resounding victory for Broadcom," said David Rosmann, vice president of intellectual property litigation for the company. "This is a victory not just for Broadcom, but for the entire H.264 industry."

    Qualcomm had little to lose in the case but everything to win.

    Advertisement
    If it had prevailed in its patent-infringement claims, it potentially could have asked courts to ban products that used the industry standard or sought royalty payments from their manufacturers.

    Yesterday's decision does not affect Qualcomm's core business of licensing cell phone technology.

    A loss for Broadcom, however, could have resulted in the ban of some of its chips and could have cost the company possibly hundreds of millions of dollars in future royalty payments.

    The U.S. District Court case was just one of seven lawsuits between the two companies scheduled for trial this year.

    "There certainly was a significant upside potential for us, but it was all upside, no downside," said Qualcomm executive vice president and general counsel Lou Lupin. "For Broadcom, it was all downside, no upside. It probably won't have any impact on us one way or the other. It's just the latest round in a series of battles."

    The speed with which the nine-member jury returned the verdict was stunning, particularly for a case that involved more than 40 hours of testimony and evidence akin to a graduate-level college course on video compression.

    Jury foreman David Ingraham, a Carmel Valley resident and retired vice president of finance and planning for McGraw-Hill, said the quick verdict came about because each jury member entered deliberations with a strong understanding of the evidence.

    "I'm not going to say we were all electrical engineers, because we aren't," Ingraham said. "But people listened carefully to the testimony and took good notes - and it came down overwhelmingly on one side."

    The jury did find that the two Qualcomm patents in question in the case were valid, a loss to Broadcom, which had argued otherwise.

    One of the biggest blows to Qualcomm came in the form of advisory votes, sought by the judge, in which the jury questioned Qualcomm's integrity.

    In one advisory vote, the jury found "clear and convincing evidence" that Qualcomm had withheld previous scientific studies on video-compression from the U.S. Patent and Trademark Office when applying for one of the patents in question. The jury's advisory vote said that the patent is "unenforceable due to Qualcomm's inequitable conduct in the patent application process."

    In the second advisory vote, the jury found that Q
      • Re: (Score:3, Informative)

        Reposting after posting as AC:

        So the summary would be: The Slashdot article is wrong, there are plenty of patents in H.264. And Qualcomm owns two patents. However, they blew it on the first patent because they withheld information in their patent that the patent examiner would probably have liked to see, so they cannot enforce that patent. And they blew it on the second patent, because they knew exactly that the patent would end up in the H.264 Standard and they didn't tell anybody about it - so everyone im
  • How does H.264 compare with GSM and G.729 codecs, in terms of performance (CPU MIPS:Kbps) and quality (at different Kbps)? GSM isn't patent encumbered ($free and freePL), but G.729 is patented and licenses cost at least $10 per codec instance (and up, up, up). Is a $freePL H.264 codec a good compromise between the two current favorites, or better/worse than both the current alternatives?
    • Re: (Score:2, Informative)

      Your post is completely nonsensical.

      From Wikipedia:

      The Global System for Mobile Communications (GSM: originally from Groupe Spécial Mobile) is the most popular standard for mobile phones in the world.

      G.729 is an audio data compression algorithm for voice that compresses voice audio in chunks of 10 milliseconds.

      H.264, MPEG-4 Part 10, or AVC (for Advanced Video Coding), is a digital video codec standard that is noted for achieving very high data compression.

      I don't see how H.264 is related to GSM or

  • by jmichaelg (148257) on Saturday January 27 2007, @10:17AM (#17783170)
    I have no idea whether Qualcomm's idea rose to the ideal patent standard but I'd bet dollars to donuts the jury didn't either. Given the time constraints, they can't possibly learn enough to understand the technology to determine whether Qualcomm had a lousy patent or Broadcom was infringing. Patent enforcement decisions make about as much sense as flipping a coin.

    Patents are designed by and implemented by attorneys. They're the beneficiaries of this system, not the public nor the inventor. The inventors and public just end up getting screwed.
    • Re: (Score:3, Informative)

      by Anonymous Coward
      no, this is also known as mpeg-4 part 10

      mpeg-4 part 2 has been around for years (ie. xvid and divx)
    • Re:H.264 = MPEG-4 (Score:5, Informative)

      by neutrino38 (1037806) on Saturday January 27 2007, @07:07AM (#17782468) Homepage Journal

      No. H.264 is only PART of MPEG 4

      H.264 = MPEG 4 part 10 = MPEG 4 AVC

      MPEG 4 is a how framework that comprises

      • Two video codecs (MPEG 4 ASP and H.264) with several profiles
      • Several audio codecs
      • A file format
      • A network transport
      • etc ...

      The guys who wrote the standards (H.264) expected that one of the profile (baseline profile) would be patent free anyway

      Anyway if this jugement could free up more profile, it would be great

      • Well...

        This is not any different from any other Qualcomm behaviour regarding the standards process. All I can say - a good way to start, can we have more of that.

        In fact, let's hope that the Nokia 3G lawsuit and a few others that are in the queue will be decided the same way.
    • Re: (Score:3, Informative)

      For once an article actually uses some specificity to describe the correct codec involved, H.264, and it gets "corrected" to the general, way too broad name that many other articles use when they are referring to H.264, an implementation of MPEG-4 Part 10.

      You could have said "otherwise known as MPEG-4 AVC" and you would have been more precise, but "MPEG-4" in general also includes DivX/XviD, 3ivx, Nero Digital, and Quicktime. Obviously the article is not referring to any of those codecs.