Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
4th February 2024, 04:32 | #81 | Link | ||
Registered User
Join Date: Aug 2009
Posts: 374
|
Quote:
This is why I am interested in seeing how many patents with a priority date before 1st March 2005 remain active after that date (or realistically, after the end of 2025 to account for minor extensions). In the meantime, H.264 is just too ubiquitous to die in the next 2 years. Quote:
About E-AC3, I understand the need for it, since the move to H.265 for FullHD content is making the bitrate inefficiency of AC3 more apparent (especially when accompanied by an AAC secondary stream as it should), but E-AC3 can still be a headache when on its own (though not of AC4 proportions obviously). Speaking of which, do we have a list of E-AC3 patents? Some countries (like France) use E-AC3 exclusively even for H.264 broadcasts, so it's almost on topic. Last edited by kurkosdr; 4th February 2024 at 05:29. |
||
4th February 2024, 11:14 | #82 | Link |
Registered User
Join Date: Nov 2008
Posts: 72
|
E-AC3 patent thread: https://forum.doom9.org/showthread.php?t=184389
Here there is a link to another hydrogenaudio forum thread. |
4th February 2024, 23:03 | #83 | Link | |
Registered User
Join Date: Aug 2009
Posts: 374
|
Quote:
|
|
5th February 2024, 19:59 | #84 | Link | |
Registered User
Join Date: Aug 2009
Posts: 374
|
Quote:
I want to see how many of those 144 new patents are from before 1st March 2005 (at least the application date). It seems weird some entity would have a patent essential to the High Profile and would not collect royalties on it for 18+ years. Last edited by kurkosdr; 5th February 2024 at 20:01. |
|
6th February 2024, 10:32 | #85 | Link | ||
Registered User
Join Date: Nov 2008
Posts: 72
|
Quote:
Quote:
|
||
6th February 2024, 21:20 | #86 | Link | |
Registered User
Join Date: Aug 2009
Posts: 374
|
Quote:
I cleaned up the February 2024 list from the "exp" strings (and removed the expiring patents from the November 2023 list, since they have already expired): Nov 2023: https://pastebin.com/raw/WaN3xweH Feb 2024: https://pastebin.com/raw/X0HvJ70b So, now we can do a: Code:
diff --side-by-side --suppress-common-lines nov2023.txt feb2024.txt https://pastebin.com/raw/iNeDqFwK But wait, there is more, MPEG LA likes to list the EP patents for every country they apply to, which means that a single EP patent creates 24 entries. Same for the EA and AP patents, which create 8 and 18 entries respectively. So, if we clean up a bit further, we get "only" 51 new patents: https://pastebin.com/raw/AD5ih8vf (note: I have added the 5 "international" patents at the top of the text) This is a low enough number that I can run them all through Google Patents manually, 17 a day will do it (I really want to see how many of them have application dates from before 1 March 2005). Also, ideally we'd have a way to provide automated submissions to Google Patents (so I can run the full Feb 2024 list through Google Patents to extract application date and expected expiration for each), but I can't guarantee I will attempt something like that. @oibaf Also, how do you convert from PDF to text (and remove noise such as page numbers and company names)? Last edited by kurkosdr; 6th February 2024 at 21:31. |
|
6th February 2024, 21:26 | #87 | Link |
Registered User
Join Date: Aug 2009
Posts: 374
|
Also, one WTF I have already noticed, the last US patent (numerically) on the list is US 11,871,015 has an application date of 2022-09-21, which is weird because the last version of the AVC/H.264 standard according to Wikipedia and VIA-LA's own website is 2021-08-22. Shouldn't the standard itself count as prior art? At this point, I think they are just adding random non-essential stuff (for example encoding optimization methods) to pad the number of patents in the pool.
Last edited by kurkosdr; 6th February 2024 at 21:30. |
7th February 2024, 08:58 | #88 | Link |
Registered User
Join Date: Sep 2023
Posts: 7
|
US 11,871,015 is based on the same priority document than the rest of this patent family which predates the standard. Data in Google patents is often flawed or incomplete but it's clearly stated on the cover sheet of the actual patent. Nothing shady afaict.
Last edited by Avclover; 7th February 2024 at 08:59. Reason: Typo |
7th February 2024, 10:25 | #89 | Link | |
Registered User
Join Date: Nov 2008
Posts: 72
|
Quote:
Code:
pdftotext file.pdf Then, you can just use some trick like this: Code:
grep [0-9] file.txt | sort | uniq > file-cleaned.txt To get the unique EP patent from the "multiple European patents" you can do something like: Code:
grep EP file-cleaned.txt | grep -v Exp | cut -d'(' -f2 | cut -d')' -f1 | sort | uniq Last edited by oibaf; 7th February 2024 at 10:29. |
|
29th February 2024, 14:41 | #90 | Link | |
Registered User
Join Date: Nov 2008
Posts: 72
|
Quote:
|
|
7th April 2024, 19:50 | #91 | Link |
Registered User
Join Date: Nov 2008
Posts: 72
|
BTW, it looks like there are only two patents still active in EU, expiring in less than 10 months:
|
7th April 2024, 20:26 | #92 | Link | |
Registered User
Join Date: Mar 2004
Posts: 1,143
|
Quote:
|
|
28th April 2024, 18:03 | #94 | Link | |
Registered User
Join Date: Nov 2008
Posts: 72
|
Quote:
|
|
29th April 2024, 15:00 | #95 | Link |
Registered User
Join Date: Mar 2004
Posts: 1,143
|
nokia is suing hp and amazon over h264 patents:
https://www.courtlistener.com/docket...s-oy-v-hp-inc/ https://www.courtlistener.com/docket...amazoncom-inc/ |
29th April 2024, 15:17 | #96 | Link | |
Registered User
Join Date: Nov 2008
Posts: 72
|
Quote:
I cannot see the patents, but it just looks like U.S. related, or is there any other detail related to EU patents? |
|
29th April 2024, 20:58 | #97 | Link | |
Registered User
Join Date: Mar 2004
Posts: 1,143
|
Quote:
|
|
30th April 2024, 00:47 | #98 | Link |
Registered User
Join Date: Aug 2009
Posts: 374
|
Life got in the way, but anyway, someone has made a much better list.
No, they don't, not necessarily. As I've explained to you on the previous page, Nokia says their patents cover "video compression, content delivery, content recommendation and aspects related to hardware". We only care about video compression, not the other three, and even then only essential ones. So, unless Nokia comes forward and clarifies which patents relate to video compression and which of those they consider to be essential, they cannot be assumed to have asserted a single patent against H.264. |
3rd May 2024, 11:04 | #99 | Link |
Registered User
Join Date: Jun 2019
Posts: 21
|
May 2024 patent list
After three months, a new patent list is available: May 1, 2024
14 pages with unexpired patents, 45 pages with expired ones (compared to 17 pages with unexpired patents, 41 pages with expired ones in February). Sorry, I don't have the patience to analyze them methodically, feel free to do so if you want. The next three months seem uneventful, with only 20 patents expiring in that period. (Btw, I'll update the first post to show the gradual progress of patents expiring) |
6th May 2024, 22:34 | #100 | Link | |
Moderator
Join Date: Jan 2006
Location: Portland, OR
Posts: 4,869
|
Quote:
Which helpfully lists the patents in question with links. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|