aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/xsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-121-0/+2
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-091-1/+1
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-8/+8
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-14/+15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constsMichael Niedermayer2008-02-011-3/+3
* colour --> color in variable namesDiego Biurrun2007-12-031-2/+2