summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvbsubdec: Use ff_set_dimensions()Michael Niedermayer2019-07-201-2/+3
* avcodec/dvbsubdec: Check object positionMichael Niedermayer2019-03-141-0/+7
* avcodec/dvbsubdec: Compute scoretab without iterating over pixels multiple ti...Michael Niedermayer2018-06-271-19/+25
* avcodec/dvbsubdec: Avoid re-computing clutMichael Niedermayer2017-11-151-4/+14
* Merge commit 'a594f17f83a1ffdc1eec18818208fe39487dd5d7'James Almer2017-11-061-1/+6
|\
| * dvbsubdec: Free subrect memory on allocation errorVittorio Giovara2017-06-281-0/+8
| * dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun2017-06-281-6/+11
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-2/+2
| * dvbsubdec: Convert to the new bitstream readerAlexandra Hájková2017-01-091-34/+34
* | avcodec/dvbsubdec: Split best score computation out of loop in compute_defaul...Michael Niedermayer2017-10-141-3/+6
* | avcodec/dvbsubdec: Factor a few expressions out of compute_default_clut()Michael Niedermayer2017-10-141-8/+9
* | avcodec/dvbsubdec: Check for duplicate regions in dvbsub_parse_page_segment()Michael Niedermayer2017-08-251-0/+9
* | avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1...Michael Niedermayer2017-06-101-0/+4
* | avcodec/dvbsubdec: Use av_image_check_size2()Michael Niedermayer2017-06-101-1/+1
* | avcodec/dvbsubdec: Check entry_idMichael Niedermayer2017-05-111-2/+2
* | avcodec/dvbsubdec: check region dimensionsMichael Niedermayer2017-05-081-0/+8
* | avcodec/dvbsubdec: Replace fprintf(stderr) by av_log()Michael Niedermayer2017-04-051-4/+4
* | Merge commit 'b34c6cd57a2e8aad5f773aea933f77883de320ec'Clément Bœsch2017-04-031-64/+62
|\ \ | |/
| * dvbsub: cosmetics: Group all debug code togetherDiego Biurrun2016-11-231-64/+62
* | Merge commit 'b8cd7a3c8df2c3aac8d7a0b5a02d83caf61bd769'Clément Bœsch2017-04-031-2/+8
|\ \ | |/
| * dvbsub: Check for errors from system()Diego Biurrun2016-11-231-2/+8
* | Merge commit '7effebde78977fafce935776153ea2f7c0981fa3'Clément Bœsch2017-03-191-60/+2
|\ \ | |/
| * dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun2016-08-171-60/+2
| * dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-031-4/+4
* | dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun2016-11-101-1/+1
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-211-1/+4
|\ \ | |/
| * Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+3
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-16/+25
|\ \ | |/
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-8/+18
* | Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311'Hendrik Leppkes2015-10-051-4/+5
|\ \ | |/
| * dvbsubdec: Fix function return typeVittorio Giovara2015-10-041-1/+2
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-3/+3
* | avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer2015-08-131-1/+1
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-111-1/+1
* | avcodec/dvbsubdec: Do not stop decoding at a invalid depthMichael Niedermayer2015-08-051-1/+0
* | lavc/dvbsub: Do not fail on clut depth 0.Carl Eugen Hoyos2015-08-041-1/+1
* | avcodec/dvbsubdec: Allow selecting the substream, or all substreamsMichael Niedermayer2015-08-041-6/+13
* | avcodec/dvbsubdec: Implement display definition segment fallback from ETSI E...Michael Niedermayer2015-07-291-0/+7
* | avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"...Michael Niedermayer2015-07-271-1/+3
* | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysisMichael Niedermayer2015-07-261-0/+60
* | avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm...banastasov2015-05-301-3/+3
* | avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer2015-05-141-1/+5
* | avcodec/dvbsubdec: Do not return a value from a function returning voidMichael Niedermayer2015-04-261-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-22/+23
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-21/+22
* | Merge commit '607ad990d31e6be52980970e5ce8cd25ab3de812'Michael Niedermayer2015-01-271-23/+40
|\ \ | |/
| * dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-271-30/+58
* | avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-171-0/+6
* | avcodec/dvbsubdec: Return proper error codes from more functionsMichael Niedermayer2015-01-101-11/+16
OpenPOWER on IntegriCloud