Page 1 of 1

Adding Video Decoder module to vlc

Posted: 15 Jan 2015 12:41
by Mohan_Gaikwad
I have a task of adding a new h.265 decoder support to VLC player. So I have downloaded, build the VLC source code in Ubuntu 14.0 and my Decoder take input as video encoded file or NAL unit and output Decoded picture. But I am not understanding how VLC will communicate with Decoder? What are the detail step to write module :?:

Re: Adding Video Decoder module to vlc

Posted: 18 Jan 2015 08:08
by Jean-Baptiste Kempf
Read the wiki and try to take a simple codec module as reference.