summaryrefslogtreecommitdiff
path: root/libavcodec/xsubdec.c
Commit message (Expand)AuthorAge
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-09
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* colour --> color in variable namesDiego Biurrun2007-12-03
* Add proper license headerReimar Döffinger2007-08-05
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
* Colours except background should not be transparentReimar Döffinger2007-08-05
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
* 10l, runbits order was reversedReimar Döffinger2007-08-05
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05