alexflint/gallium

Add more video codecs to chromium layer

0x4139 opened this issue · 3 comments

how could one add more codecs? for example by default chromium supports matroska, mp4 and so on, i would like to support avi/wmv

If one would like to make a video player using gallium, he would need to add proprietary codecs so that most of the video formats are supported not only *.mp4 and mkv

Got it. Gallium doesn't expose any interface for adding video codecs at present, and I haven't investigated that part of the chromium codebase much. I think the challenge would be doing this in a cross-platform way. I'm going to add this to the roadmap and close this issue for now.