Adding Video Decoder module to vlc
Posted: 15 Jan 2015 12:41
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