]> git.sesse.net Git - vlc/history - modules/codec/avcodec/subtitle.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec / avcodec / subtitle.c
2010-05-26 Jai MenonAdd support for DivX XSUB subtitle streams.
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-01 Jean-Baptiste KempfAvcodec: Correctly free the Subtitles structures so...
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-02-22 Jean-Baptiste KempfAvcodec: comment an extra debug message on subtitles...
2010-02-20 Laurent AimarAllowed GetFfmpegCodec() to convert more subtitle codecs.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-11-10 Laurent AimarDo not allocate 0x0 region in ffmpeg subtitle decoder.
2009-09-24 Ilkka Ollakkaavcodec: add codec_id/type to subtitles also
2009-08-28 Jean-Baptiste KempfRemove all subtitles support for people with old avcode...
2009-08-28 Rafaël CarréDecodeSubtitle: mark func parameters as unused
2009-08-28 Jean-Baptiste KempfFix subtitle commit for old versions of avcodec.
2009-08-27 Laurent AimarAdded preliminary subtitle decoder support to our avcod...