| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/xsubdec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -0/+2 |
* | avcodec/xsubdec: replace data_size with got_sub_ptr for better readability | Limin Wang | 2020-03-25 | 1 | -2/+2 |
* | avcodec/xsubdec: fix overflow in alpha handling | Michael Niedermayer | 2019-11-09 | 1 | -1/+1 |
* | avcodec/xsubdec: Check that RLE coded image and colors fit in the buffer | Michael Niedermayer | 2017-05-23 | 1 | -0/+3 |
* | avcodec/xsubdec: use init_get_bits8() | Paul B Mahol | 2017-02-03 | 1 | -2/+3 |
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376' | Clément Bœsch | 2016-06-21 | 1 | -2/+4 |
|\ |
|
| * | Reduce the scope of some variables | Diego Biurrun | 2016-05-11 | 1 | -2/+4 |
* | | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' | Hendrik Leppkes | 2015-10-22 | 1 | -11/+23 |
|\ \
| |/ |
|
| * | lavc: Add data and linesize to AVSubtitleRect | Vittorio Giovara | 2015-10-21 | 1 | -11/+23 |
* | | Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951' | Michael Niedermayer | 2015-06-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | xsub: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+13 |
* | | avcodec/xsubdec: Check av_mallocz() return codes | Michael Niedermayer | 2015-01-19 | 1 | -1/+14 |
* | | Merge commit '5a1addd7c1d8ff218ed4b84f4f02fdb83980094c' | Michael Niedermayer | 2015-01-08 | 1 | -4/+10 |
|\ \
| |/ |
|
| * | xsub: Support DXSA subtitles | Alexandre Colucci | 2015-01-07 | 1 | -4/+11 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | xsub: feed init_get_bits the whole buffer | Alexandre Colucci | 2012-09-25 | 1 | -4/+7 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | xsubdec: print frame size when too small | Michael Niedermayer | 2012-05-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-04 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | cosmetics: fix indentation/alignment in AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+5 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Fix init_get_bits length argument for init_get_bits. | Alexandre Colucci | 2011-05-02 | 1 | -4/+7 |
* | | Fix decoding of DXSA subtitles. | Alexandre Colucci | 2011-04-27 | 1 | -2/+3 |
* | | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -2/+0 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle | Reimar Döffinger | 2009-08-20 | 1 | -1/+1 |
* | Fix start_display_time/end_display_time to be relative to packet pts in xsub ... | Reimar Döffinger | 2009-08-15 | 1 | -4/+7 |
* | Reindent. | Reimar Döffinger | 2009-08-15 | 1 | -3/+3 |
* | Remove code that is now dead. | Reimar Döffinger | 2009-08-15 | 1 | -4/+0 |
* | Make sure AVSubtitle is initialized, memset it to 0. | Reimar Döffinger | 2009-08-15 | 1 | -0/+1 |
* | Set subtitle type in DVD and XSUB subtitle decoders. | Janne Grunau | 2009-07-26 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format | Björn Axelsson | 2009-02-12 | 1 | -0/+2 |
* | Fix timestamp parsing in XSUB decoder. | Björn Axelsson | 2009-02-09 | 1 | -1/+1 |