| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dvbsubdec: error out on unsupported coding methods | Clément Bœsch | 2020-08-22 | 1 | -0/+3 |
* | avcodec/dvbsubdec: request samples for missing coding methods | Clément Bœsch | 2020-08-22 | 1 | -3/+4 |
* | avcodec/dvbsubdec: Cosmetics | Limin Wang | 2020-07-08 | 1 | -47/+47 |
* | avcodec/dvbsubdec: prefer to use variable instead of type for sizeof | Limin Wang | 2020-07-08 | 1 | -7/+7 |
* | avcodec/dvbsubdec: simplify code by using OFFSET() macro | Limin Wang | 2020-07-08 | 1 | -3/+4 |
* | avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readability | Limin Wang | 2020-03-25 | 1 | -5/+5 |
* | avcodec/dvbsubdec: Use ff_set_dimensions() | Michael Niedermayer | 2019-07-20 | 1 | -2/+3 |
* | avcodec/dvbsubdec: Check object position | Michael Niedermayer | 2019-03-14 | 1 | -0/+7 |
* | avcodec/dvbsubdec: Compute scoretab without iterating over pixels multiple ti... | Michael Niedermayer | 2018-06-27 | 1 | -19/+25 |
* | avcodec/dvbsubdec: Avoid re-computing clut | Michael Niedermayer | 2017-11-15 | 1 | -4/+14 |
* | Merge commit 'a594f17f83a1ffdc1eec18818208fe39487dd5d7' | James Almer | 2017-11-06 | 1 | -1/+6 |
|\ |
|
| * | dvbsubdec: Free subrect memory on allocation error | Vittorio Giovara | 2017-06-28 | 1 | -0/+8 |
| * | dvbsubdec: Fixed segfault when decoding subtitles | Lorenz Brun | 2017-06-28 | 1 | -6/+11 |
| * | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -2/+2 |
| * | dvbsubdec: Convert to the new bitstream reader | Alexandra Hájková | 2017-01-09 | 1 | -34/+34 |
* | | avcodec/dvbsubdec: Split best score computation out of loop in compute_defaul... | Michael Niedermayer | 2017-10-14 | 1 | -3/+6 |
* | | avcodec/dvbsubdec: Factor a few expressions out of compute_default_clut() | Michael Niedermayer | 2017-10-14 | 1 | -8/+9 |
* | | avcodec/dvbsubdec: Check for duplicate regions in dvbsub_parse_page_segment() | Michael Niedermayer | 2017-08-25 | 1 | -0/+9 |
* | | avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1... | Michael Niedermayer | 2017-06-10 | 1 | -0/+4 |
* | | avcodec/dvbsubdec: Use av_image_check_size2() | Michael Niedermayer | 2017-06-10 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: Check entry_id | Michael Niedermayer | 2017-05-11 | 1 | -2/+2 |
* | | avcodec/dvbsubdec: check region dimensions | Michael Niedermayer | 2017-05-08 | 1 | -0/+8 |
* | | avcodec/dvbsubdec: Replace fprintf(stderr) by av_log() | Michael Niedermayer | 2017-04-05 | 1 | -4/+4 |
* | | Merge commit 'b34c6cd57a2e8aad5f773aea933f77883de320ec' | Clément Bœsch | 2017-04-03 | 1 | -64/+62 |
|\| |
|
| * | dvbsub: cosmetics: Group all debug code together | Diego Biurrun | 2016-11-23 | 1 | -64/+62 |
* | | Merge commit 'b8cd7a3c8df2c3aac8d7a0b5a02d83caf61bd769' | Clément Bœsch | 2017-04-03 | 1 | -2/+8 |
|\| |
|
| * | dvbsub: Check for errors from system() | Diego Biurrun | 2016-11-23 | 1 | -2/+8 |
* | | Merge commit '7effebde78977fafce935776153ea2f7c0981fa3' | Clément Bœsch | 2017-03-19 | 1 | -60/+2 |
|\| |
|
| * | dvbsubdec: Remove disabled, near-duplicate debug code | Diego Biurrun | 2016-08-17 | 1 | -60/+2 |
| * | dvbsubdec: Use NULL instead of 0 as pointer value | Diego Biurrun | 2016-08-03 | 1 | -4/+4 |
* | | dvbsubdec: fix division by zero in compute_default_clut | Andreas Cadhalpun | 2016-11-10 | 1 | -1/+1 |
* | | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376' | Clément Bœsch | 2016-06-21 | 1 | -1/+4 |
|\| |
|
| * | Reduce the scope of some variables | Diego Biurrun | 2016-05-11 | 1 | -1/+3 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' | Hendrik Leppkes | 2015-10-22 | 1 | -16/+25 |
|\| |
|
| * | lavc: Add data and linesize to AVSubtitleRect | Vittorio Giovara | 2015-10-21 | 1 | -8/+18 |
* | | Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311' | Hendrik Leppkes | 2015-10-05 | 1 | -4/+5 |
|\| |
|
| * | dvbsubdec: Fix function return type | Vittorio Giovara | 2015-10-04 | 1 | -1/+2 |
* | | FF_OPT_TYPE_* -> AV_OPT_TYPE_*. | Ronald S. Bultje | 2015-08-18 | 1 | -3/+3 |
* | | avcodec/dvbsubdec: Print field lens in case they are too lerge | Michael Niedermayer | 2015-08-13 | 1 | -1/+1 |
* | | lavc: Remove newline from avpriv_request_sample() calls. | Carl Eugen Hoyos | 2015-08-11 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: Do not stop decoding at a invalid depth | Michael Niedermayer | 2015-08-05 | 1 | -1/+0 |
* | | lavc/dvbsub: Do not fail on clut depth 0. | Carl Eugen Hoyos | 2015-08-04 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: Allow selecting the substream, or all substreams | Michael Niedermayer | 2015-08-04 | 1 | -6/+13 |
* | | avcodec/dvbsubdec: Implement display definition segment fallback from ETSI E... | Michael Niedermayer | 2015-07-29 | 1 | -0/+7 |
* | | avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"... | Michael Niedermayer | 2015-07-27 | 1 | -1/+3 |
* | | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysis | Michael Niedermayer | 2015-07-26 | 1 | -0/+60 |
* | | avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm... | banastasov | 2015-05-30 | 1 | -3/+3 |
* | | avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure | Michael Niedermayer | 2015-05-14 | 1 | -1/+5 |
* | | avcodec/dvbsubdec: Do not return a value from a function returning void | Michael Niedermayer | 2015-04-26 | 1 | -1/+1 |