[vlc-devel] commit: Added preliminary subtitle decoder support to	our avcodec wrapper. (Laurent Aimar )
    git version control 
    git at videolan.org
       
    Thu Aug 27 23:47:58 CEST 2009
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Aug 27 23:27:59 2009 +0200| [bb1dbbdf02dc16c5973719c627d04c186711e91b] | committer: Laurent Aimar 
Added preliminary subtitle decoder support to our avcodec wrapper.
Only blu-ray subtitle are enabled.
If other formats are to be enabled, they must be carefully tested.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb1dbbdf02dc16c5973719c627d04c186711e91b
---
 modules/codec/avcodec/Modules.am |    1 +
 modules/codec/avcodec/avcodec.c  |    8 +
 modules/codec/avcodec/avcodec.h  |    7 +
 modules/codec/avcodec/fourcc.c   |    6 +-
 modules/codec/avcodec/subtitle.c |  274 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 295 insertions(+), 1 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=bb1dbbdf02dc16c5973719c627d04c186711e91b
    
    
More information about the vlc-devel
mailing list