summaryrefslogtreecommitdiff
path: root/libavcodec/xsubdec.c
Commit message (Collapse)AuthorAge
* Add proper license headerReimar Döffinger2007-08-05
| | | | Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
| | | | Originally committed as revision 9943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
| | | | Originally committed as revision 9942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
| | | | Originally committed as revision 9941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Colours except background should not be transparentReimar Döffinger2007-08-05
| | | | Originally committed as revision 9940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
| | | | Originally committed as revision 9939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
| | | | Originally committed as revision 9938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, runbits order was reversedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
| | | | Originally committed as revision 9935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
| | | | Originally committed as revision 9934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk