]> git.sesse.net Git - ffmpeg/history - libavcodec/xsubdec.c
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / libavcodec / xsubdec.c
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-12-03 Diego Biurruncolour --> color in variable names
2007-08-05 Reimar DöffingerAdd proper license header
2007-08-05 Reimar DöffingerRemove AVCodecContext parameter from parse_timecode...
2007-08-05 Reimar DöffingerFix deinterlacing for odd height
2007-08-05 Reimar DöffingerDeinterlace xsub subtitles
2007-08-05 Reimar DöffingerColours except background should not be transparent
2007-08-05 Reimar Döffingerget rid of av_rescale_q, it does not work as intended.
2007-08-05 Reimar Döffingerget rid of xsubdec array and calculate value instead
2007-08-05 Reimar Döffinger10l, runbits order was reversed
2007-08-05 Reimar Döffinger100l, wrong argument to av_freep
2007-08-05 Reimar DöffingerAdd forgotten xsub timecode parsing
2007-08-05 Reimar DöffingerFirst version of xsub decoder, not yet tested