Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-20Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger
2009-08-15Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger
2009-08-15Reindent.Reimar Döffinger
2009-08-15Remove code that is now dead.Reimar Döffinger
2009-08-15Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger
2009-07-27Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-12Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson
2009-02-09Fix timestamp parsing in XSUB decoder.Björn Axelsson
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-12-03colour --> color in variable namesDiego Biurrun
2007-08-05Add proper license headerReimar Döffinger
2007-08-05Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger
2007-08-05Fix deinterlacing for odd heightReimar Döffinger
2007-08-05Deinterlace xsub subtitlesReimar Döffinger
2007-08-05Colours except background should not be transparentReimar Döffinger
2007-08-05get rid of av_rescale_q, it does not work as intended.Reimar Döffinger
2007-08-05get rid of xsubdec array and calculate value insteadReimar Döffinger
2007-08-0510l, runbits order was reversedReimar Döffinger
2007-08-05100l, wrong argument to av_freepReimar Döffinger
2007-08-05Add forgotten xsub timecode parsingReimar Döffinger
2007-08-05First version of xsub decoder, not yet testedReimar Döffinger