Hacker News new | ask | show | jobs
by marquis 3942 days ago
Yes, thanks to the open source H.264 codec from Cisco. This is about open source options and I think Firefox's decisions are completely valid.

https://gigaom.com/2014/10/14/h-264-support-arrives-in-firef...

2 comments

The way that article is written makes it sound like a closed-source codec, but it is actually open:

https://github.com/cisco/openh264

and the code is better than I expected from a commercial project, it even uses may_alias properly. I wonder why the decoder doesn't support CPU multithreading, though? Slice threads are pretty simple to add.

It's about the patents.

"while OpenH264 is not truly open, at least it is the most open widely used video codec"

http://andreasgal.com/2014/10/14/openh264-now-in-firefox/

Well Web rtc in firefox uses the "H.264 codec from Cisco".

Normal videos like youtube uses the operating system decoder.