| Commit message (Expand) | Author | Age | Files | Lines |
* | Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format | Björn Axelsson | 2009-02-12 | 1 | -0/+2 |
* | Fix timestamp parsing in XSUB decoder. | Björn Axelsson | 2009-02-09 | 1 | -1/+1 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -8/+8 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -14/+15 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 1 | -2/+2 |
* | Add proper license header | Reimar Döffinger | 2007-08-05 | 1 | -0/+20 |
* | Remove AVCodecContext parameter from parse_timecode function | Reimar Döffinger | 2007-08-05 | 1 | -3/+3 |
* | Fix deinterlacing for odd height | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Deinterlace xsub subtitles | Reimar Döffinger | 2007-08-05 | 1 | -0/+4 |
* | Colours except background should not be transparent | Reimar Döffinger | 2007-08-05 | 1 | -0/+3 |
* | get rid of av_rescale_q, it does not work as intended. | Reimar Döffinger | 2007-08-05 | 1 | -1/+0 |
* | get rid of xsubdec array and calculate value instead | Reimar Döffinger | 2007-08-05 | 1 | -3/+1 |
* | 10l, runbits order was reversed | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | 100l, wrong argument to av_freep | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Add forgotten xsub timecode parsing | Reimar Döffinger | 2007-08-05 | 1 | -0/+26 |
* | First version of xsub decoder, not yet tested | Reimar Döffinger | 2007-08-05 | 1 | -0/+86 |