]> git.sesse.net Git - ffmpeg/history - libavcodec/xsubdec.c
lavc: Add data and linesize to AVSubtitleRect
[ffmpeg] / libavcodec / xsubdec.c
2015-10-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-05-31 Vittorio Giovaraxsub: Check memory allocation
2015-01-07 Alexandre Coluccixsub: Support DXSA subtitles
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-25 Alexandre Coluccixsub: feed init_get_bits the whole buffer
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-08-03 Diego Biurruncosmetics: fix indentation/alignment in AVCodec declara...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-08-20 Reimar DöffingerAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-08-15 Reimar DöffingerFix start_display_time/end_display_time to be relative...
2009-08-15 Reimar DöffingerReindent.
2009-08-15 Reimar DöffingerRemove code that is now dead.
2009-08-15 Reimar DöffingerMake sure AVSubtitle is initialized, memset it to 0.
2009-07-26 Janne GrunauSet subtitle type in DVD and XSUB subtitle decoders.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-12 Björn AxelssonSet AVSubtitle format to 0. Neither dvdsubdec nor xsubd...
2009-02-09 Björn AxelssonFix timestamp parsing in XSUB decoder.
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-12-03 Diego Biurruncolour --> color in variable names
2007-08-05 Reimar DöffingerAdd proper license header
2007-08-05 Reimar DöffingerRemove AVCodecContext parameter from parse_timecode...
2007-08-05 Reimar DöffingerFix deinterlacing for odd height
2007-08-05 Reimar DöffingerDeinterlace xsub subtitles
2007-08-05 Reimar DöffingerColours except background should not be transparent
2007-08-05 Reimar Döffingerget rid of av_rescale_q, it does not work as intended.
2007-08-05 Reimar Döffingerget rid of xsubdec array and calculate value instead
2007-08-05 Reimar Döffinger10l, runbits order was reversed
2007-08-05 Reimar Döffinger100l, wrong argument to av_freep
2007-08-05 Reimar DöffingerAdd forgotten xsub timecode parsing
2007-08-05 Reimar DöffingerFirst version of xsub decoder, not yet tested