Page 1 of 1

Writing decoder in Python

Posted: 14 Jan 2014 12:17
by techtonik
I want to fix https://trac.videolan.org/vlc/ticket/6697 (Implement GIF decoder) and I can only write in Python.

Is there a boilerplate for decoder where I can paste my frame decoding code in Python?

Re: Writing decoder in Python

Posted: 14 Jan 2014 18:44
by Jean-Baptiste Kempf
Not really, no.

Re: Writing decoder in Python

Posted: 14 Jan 2014 23:17
by techtonik
A pity. Is it possible to write a shim for this? Maybe as a GSoC project?