HN Debrief

A 25-year-old video patent just expired, ending a legal headache for Linux

  • Open Source
  • Legal
  • Media
  • Linux

The article argues that the expiration of a Brazilian patent tied to MPEG-4 Part 2 closes the last remaining patent claim on that old video format anywhere in the world. That matters for Linux because distros and open source projects have long had to think globally about codec patents. One live patent in one country can still shape what gets bundled by default, even for software distributed for free. People pointed out that patents attach to distribution and import, not just sales, so a lingering right in Brazil could still create hassle for anyone shipping software broadly.

Treat this as a cleanup event, not a breakthrough. If you ship media software, the practical lesson is to track jurisdiction-specific patent tail risk and not assume old codec problems are fully gone just because one format finally aged out.

Discussion mood

Mostly negative about software patents and mildly pleased about the expiry. People saw the news as overdue cleanup of an old legal nuisance, not a major change, and used it as another example of how long-lived and overly broad tech patents outlast their usefulness.

Key insights

  1. 01

    One country can still block global packaging

    Even a single surviving patent in Brazil was enough to keep maintainers cautious because software distribution is global by default. Free download status does not sidestep patent exposure. If you make binaries or repos available in a country where a patent still applies, that can be enough to create risk.

    When you ship open source software worldwide, keep a country-by-country view of patent exposure. Do not assume noncommercial distribution or mirrors outside a jurisdiction make the issue disappear.

      Attribution:
    • nemomarx #1 #2
    • breakingcups #1
    • dymk #1
    • pjc50 #1
  2. 02

    This codec is old, H.264 is the live issue

    The expiring rights cover MPEG-4 Part 2, the DivX and Xvid era, not the H.264 stack most people mean when they say MP4 video today. That sharply lowers the practical impact. One commenter added that H.264 itself is also aging out patent by patent, with only a handful reportedly left, but it is not clean yet.

    Audit your actual codec dependencies instead of reasoning from container names like MP4. Legacy format patents disappearing does not mean your current browser, streaming, or mobile pipeline is patent-free.

      Attribution:
    • nnevatie #1 #2
    • daneel_w #1
    • Dylan16807 #1
    • ksec #1
  3. 03

    There is no automatic worldwide patent

    The legal mechanism is more mundane than the article's framing suggests. Patent treaties streamline filing and priority, but protection still has to be pursued country by country with national fees and registration steps. What expired here was the last national holdout, not a special global right that Brazil granted on everyone else's behalf.

    If patents are part of your risk model, check the national filing status instead of relying on vague references to international patents. The difference changes whether a product can ship in one market, all markets, or only some.

      Attribution:
    • goodcanadian #1 #2 #3
    • Certhas #1
    • technothrasher #1
  4. 04

    Patent expiry does not resurrect bad product ideas

    The one-click-buy side discussion landed on a useful point. Some patented features faded because they created support and UX problems, not because the patent blocked everyone from using an obviously superior idea. Etsy staff were asked about Amazon's one-click expiration and said the feature tends to increase accidental orders and customer support load, while modern wallets like Apple Pay solve checkout friction differently.

    Do not treat patent expiry as proof there is now a missed product opportunity. Re-evaluate the underlying user need with current tools before reviving an old feature just because the legal barrier vanished.

      Attribution:
    • jakevoytko #1
    • manarth #1
    • breakyerself #1
    • vincnetas #1
  5. 05

    Patent expiry can unlock whole consumer markets

    The strongest pro-expiry example people brought up was 3D printing. Commenters argued that affordable consumer printers only became viable after key patents lapsed between roughly 2010 and 2015. That gave the Linux codec story a broader pattern. Patent expiration often matters most not when it improves the incumbent product, but when it finally lets a low-cost ecosystem form around it.

    Watch for categories where expired IP can suddenly make low-margin or open hardware businesses viable. The biggest opportunity may be in new packaging and distribution models, not in copying the original product.

      Attribution:
    • bragr #1
    • PunchyHamster #1
    • benj111 #1

Against the grain

  1. 01

    H.264 patent risk is already shrinking fast

    The article's warning that modern video is still heavily covered by patents was challenged as stale. One commenter pointed to a Wikimedia patent tracker and said only a handful of H.264 patents remain, with a Siemens patent lasting to 2030. That does not make H.264 free, but it does make the risk much narrower than the article implies.

    If your legal assumptions about H.264 date from a decade ago, refresh them. The remaining exposure may now be specific enough to model rather than a blanket reason to avoid the codec.

      Attribution:
    • ksec #1
  2. 02

    Patents can force better alternatives

    One defense of patents argued that blocking the first workable approach can push industry toward stronger second-generation designs. Examples given were aviation control surfaces after the Wright patent battles and CARP emerging around Cisco's VRRP claims. The point is not that patents are pleasant. It is that some workaround pressure can redirect effort away from early crude solutions.

    If you are boxed out by a patent, do not assume the only rational response is legal avoidance or surrender. There are cases where redesigning around the constraint produces a better product or standard.

      Attribution:
    • dlcarrier #1
  3. 03

    AI could make software patents more attractive

    A minority view said generative AI weakens copyright as protection for software because clean-room reimplementation may become cheap. In that world, patents start to look more valuable because they protect functionality rather than literal code. Others doubted both the technical premise and the policy conclusion, but it was a notable break from the dominant anti-patent mood.

    If AI keeps lowering the cost of imitation, expect some companies to push harder for patent-based protection around software behavior. Product and legal strategy may shift even if engineers still hate the idea.

      Attribution:
    • bitwize #1

In plain english

CARP
Common Address Redundancy Protocol, a network failover protocol created as an alternative to proprietary approaches like VRRP.
clean-room reimplementation
Building a compatible version of a product from specifications or observed behavior without copying the original source code.
codec
Software or hardware that compresses and decompresses audio or video data for storage and playback.
DivX
A once-popular video codec and format associated with compressed digital video files in the early 2000s.
H.264
A widely used video compression standard, also called Advanced Video Coding, used in streaming, cameras, and many devices.
MP4
A common multimedia container format that can hold video, audio, and subtitles, but does not by itself specify which codec is inside.
MPEG-4 Part 2
An older video compression standard used by formats like DivX and Xvid before H.264 became dominant.
UX
User experience, how a product feels to use in practice.
VRRP
Virtual Router Redundancy Protocol, a networking protocol that lets multiple routers share a virtual gateway for failover.
Xvid
An open source video codec implementation based on the MPEG-4 Part 2 standard.

Reference links

Patent and legal references

Examples from older patent fights

Broader reading on patent systems