summaryrefslogtreecommitdiff
path: root/libavcodec/xsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-271-14/+0
* avcodec/xsubdec: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-041-0/+2
* avcodec/xsubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang2020-03-251-2/+2
* avcodec/xsubdec: fix overflow in alpha handlingMichael Niedermayer2019-11-091-1/+1
* avcodec/xsubdec: Check that RLE coded image and colors fit in the bufferMichael Niedermayer2017-05-231-0/+3
* avcodec/xsubdec: use init_get_bits8()Paul B Mahol2017-02-031-2/+3
* Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-211-2/+4
|\
| * Reduce the scope of some variablesDiego Biurrun2016-05-111-2/+4
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-11/+23
|\ \ | |/
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-11/+23
* | Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951'Michael Niedermayer2015-06-011-1/+2
|\ \ | |/
| * xsub: Check memory allocationVittorio Giovara2015-05-311-0/+13
* | avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer2015-01-191-1/+14
* | Merge commit '5a1addd7c1d8ff218ed4b84f4f02fdb83980094c'Michael Niedermayer2015-01-081-4/+10
|\ \ | |/
| * xsub: Support DXSA subtitlesAlexandre Colucci2015-01-071-4/+11
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-261-1/+1
|\ \ | |/
| * xsub: feed init_get_bits the whole bufferAlexandre Colucci2012-09-251-4/+7
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | xsubdec: print frame size when too smallMichael Niedermayer2012-05-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-041-5/+5
|\ \ | |/
| * cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-031-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+5
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+2
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Fix init_get_bits length argument for init_get_bits.Alexandre Colucci2011-05-021-4/+7
* | Fix decoding of DXSA subtitles.Alexandre Colucci2011-04-271-2/+3
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-2/+0
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-201-1/+1
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger2009-08-151-4/+7
* Reindent.Reimar Döffinger2009-08-151-3/+3
* Remove code that is now dead.Reimar Döffinger2009-08-151-4/+0
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-151-0/+1
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-261-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3