]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/xsubdec.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / xsubdec.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-12 diegoSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
2009-02-09 cehoyosFix timestamp parsing in XSUB decoder.
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelChange AVSubtitle.rects to an array of pointers so...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconsts
2007-12-03 diegocolour --> color in variable names
2007-08-05 reimarAdd proper license header
2007-08-05 reimarRemove AVCodecContext parameter from parse_timecode...
2007-08-05 reimarFix deinterlacing for odd height
2007-08-05 reimarDeinterlace xsub subtitles
2007-08-05 reimarColours except background should not be transparent
2007-08-05 reimarget rid of av_rescale_q, it does not work as intended.
2007-08-05 reimarget rid of xsubdec array and calculate value instead
2007-08-05 reimar10l, runbits order was reversed
2007-08-05 reimar100l, wrong argument to av_freep
2007-08-05 reimarAdd forgotten xsub timecode parsing
2007-08-05 reimarFirst version of xsub decoder, not yet tested