| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: Fix leaks upon subtitle decoding errors | Andreas Rheinhardt | 2021-12-16 | 1 | -4/+1 |
* | avcodec/pgssubdec: Use dedicated pointer for accesses | Andreas Rheinhardt | 2021-12-16 | 1 | -34/+32 |
* | avcodec/pgssubdec: Remove redundant freeing code | Andreas Rheinhardt | 2021-12-16 | 1 | -13/+4 |
* | avcodec/pgssubdec: Always return error upon allocation error | Andreas Rheinhardt | 2021-12-16 | 1 | -1/+2 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/pgssubdec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated AVPicture API | Andreas Rheinhardt | 2021-04-27 | 1 | -14/+0 |
* | avcodec/pgssubdec: replace data_size with got_sub_ptr for better readability | Limin Wang | 2020-03-25 | 1 | -5/+5 |
* | avcodec/pgssubdec: Free subtitle on error | Michael Niedermayer | 2020-01-05 | 1 | -1/+4 |
* | avcodec/pgssubdec: Check for duplicate display segments | Michael Niedermayer | 2019-02-03 | 1 | -0/+5 |
* | pgssubdec: reset rle_data_len/rle_remaining_len on allocation error | Andreas Cadhalpun | 2017-02-01 | 1 | -1/+4 |
* | pgssubdec: only set w/h/linesize when allocating data | Andreas Cadhalpun | 2016-11-24 | 1 | -4/+5 |
* | 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 '885a9d6087315a85d98f7e89656ef01dc7104c4c' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | pgssub: Fix subpicture colorspace and range | Jan Ekström | 2016-05-10 | 1 | -2/+8 |
| * | pgssubdec: fix API compability layer | Petri Hintukainen | 2015-11-26 | 1 | -10/+10 |
* | | pgssubdec: fix subpicture output colorspace and range | Jan Ekström | 2016-04-24 | 1 | -2/+8 |
* | | avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented i... | Michael Niedermayer | 2015-12-04 | 1 | -1/+1 |
* | | avcodec/pgssubdec: Check dimensions for 0 | Michael Niedermayer | 2015-11-14 | 1 | -2/+2 |
* | | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' | Hendrik Leppkes | 2015-10-22 | 1 | -8/+19 |
|\| |
|
| * | lavc: Add data and linesize to AVSubtitleRect | Vittorio Giovara | 2015-10-21 | 1 | -7/+19 |
* | | avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only option | Clément Bœsch | 2015-09-12 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -9/+9 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -9/+9 |
* | | avcodec/pgssubdec: Use av_malloc*_array() | Michael Niedermayer | 2015-01-11 | 1 | -2/+2 |
* | | Merge commit 'd98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d' | Michael Niedermayer | 2014-08-01 | 1 | -5/+7 |
|\| |
|
| * | pgssubdec: Check RLE size before copying | Michael Niedermayer | 2014-08-01 | 1 | -0/+7 |
* | | avcodec/pgssubdec: Fix input pts | Michael Niedermayer | 2014-07-12 | 1 | -1/+1 |
* | | avcodec/pgssubdec: remove unused variables | Michael Niedermayer | 2014-06-30 | 1 | -3/+0 |
* | | avcodec/pgssubdec: Check input buffer size in parse_presentation_segment() | Michael Niedermayer | 2014-06-30 | 1 | -0/+8 |
* | | Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772' | Michael Niedermayer | 2014-06-30 | 1 | -120/+239 |
|\| |
|
| * | pgssubdec: handle more complex PGS scenarios | John Stebbins | 2014-06-30 | 1 | -130/+294 |
* | | avcodec/pgssubdec: fix end display time | John Stebbins | 2014-06-30 | 1 | -1/+4 |
* | | avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is set | John Stebbins | 2014-06-30 | 1 | -1/+5 |
* | | avcodec/pgssubdec: better error codes | John Stebbins | 2014-06-30 | 1 | -7/+7 |
* | | avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle() | John Stebbins | 2014-06-30 | 1 | -11/+11 |
* | | avcodec/pgssubdec: split out flush_cache() | John Stebbins | 2014-06-30 | 1 | -10/+14 |
* | | avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF... | John Stebbins | 2014-06-30 | 1 | -6/+11 |
* | | avcodec/pgssubdec: rename PICTURE_SEGMENT | John Stebbins | 2014-06-30 | 1 | -2/+2 |
* | | avcodec/pgssubdec: Use av_malloc(z)_array() | Michael Niedermayer | 2014-05-22 | 1 | -2/+2 |
* | | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852' | Michael Niedermayer | 2014-03-14 | 1 | -1/+1 |
|\| |
|
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | | avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer | Michael Niedermayer | 2014-01-15 | 1 | -1/+1 |
* | | Merge commit '0f21d8b1b40848973558c737aebe800c46e93a3d' | Michael Niedermayer | 2013-11-01 | 1 | -10/+18 |
|\| |
|
| * | pgssubdec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -9/+16 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|