summaryrefslogtreecommitdiff
path: root/libavcodec/xsubdec.c
Commit message (Expand)AuthorAge
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* xsub: Check memory allocationVittorio Giovara2015-05-31
* xsub: Support DXSA subtitlesAlexandre Colucci2015-01-07
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* xsub: feed init_get_bits the whole bufferAlexandre Colucci2012-09-25
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-03
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger2009-08-15
* Reindent.Reimar Döffinger2009-08-15
* Remove code that is now dead.Reimar Döffinger2009-08-15
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-15
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-26
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-09
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* colour --> color in variable namesDiego Biurrun2007-12-03
* Add proper license headerReimar Döffinger2007-08-05
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
* Colours except background should not be transparentReimar Döffinger2007-08-05
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
* 10l, runbits order was reversedReimar Döffinger2007-08-05
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05