summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* avcodec/decode: Fix leaks upon subtitle decoding errorsAndreas Rheinhardt2021-12-16
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/dvbsubdec: Make decoder init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/dvbsubdec: Add const where appropriateAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-27
* avcodec/dvbsubdec: Support computing clut only onceMichael Niedermayer2021-03-29
* avcodec/dvbsubdec: error out on unsupported coding methodsClément Bœsch2020-08-22
* avcodec/dvbsubdec: request samples for missing coding methodsClément Bœsch2020-08-22
* avcodec/dvbsubdec: CosmeticsLimin Wang2020-07-08
* avcodec/dvbsubdec: prefer to use variable instead of type for sizeofLimin Wang2020-07-08
* avcodec/dvbsubdec: simplify code by using OFFSET() macroLimin Wang2020-07-08
* avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang2020-03-25
* avcodec/dvbsubdec: Use ff_set_dimensions()Michael Niedermayer2019-07-20
* avcodec/dvbsubdec: Check object positionMichael Niedermayer2019-03-14
* avcodec/dvbsubdec: Compute scoretab without iterating over pixels multiple ti...Michael Niedermayer2018-06-27
* avcodec/dvbsubdec: Avoid re-computing clutMichael Niedermayer2017-11-15
* Merge commit 'a594f17f83a1ffdc1eec18818208fe39487dd5d7'James Almer2017-11-06
|\
| * dvbsubdec: Free subrect memory on allocation errorVittorio Giovara2017-06-28
| * dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun2017-06-28
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-07
| * dvbsubdec: Convert to the new bitstream readerAlexandra Hájková2017-01-09
* | avcodec/dvbsubdec: Split best score computation out of loop in compute_defaul...Michael Niedermayer2017-10-14
* | avcodec/dvbsubdec: Factor a few expressions out of compute_default_clut()Michael Niedermayer2017-10-14
* | avcodec/dvbsubdec: Check for duplicate regions in dvbsub_parse_page_segment()Michael Niedermayer2017-08-25
* | avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1...Michael Niedermayer2017-06-10
* | avcodec/dvbsubdec: Use av_image_check_size2()Michael Niedermayer2017-06-10
* | avcodec/dvbsubdec: Check entry_idMichael Niedermayer2017-05-11
* | avcodec/dvbsubdec: check region dimensionsMichael Niedermayer2017-05-08
* | avcodec/dvbsubdec: Replace fprintf(stderr) by av_log()Michael Niedermayer2017-04-05
* | Merge commit 'b34c6cd57a2e8aad5f773aea933f77883de320ec'Clément Bœsch2017-04-03
|\|
| * dvbsub: cosmetics: Group all debug code togetherDiego Biurrun2016-11-23
* | Merge commit 'b8cd7a3c8df2c3aac8d7a0b5a02d83caf61bd769'Clément Bœsch2017-04-03
|\|
| * dvbsub: Check for errors from system()Diego Biurrun2016-11-23
* | Merge commit '7effebde78977fafce935776153ea2f7c0981fa3'Clément Bœsch2017-03-19
|\|
| * dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun2016-08-17
| * dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-03
* | dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun2016-11-10
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-21
|\|
| * Reduce the scope of some variablesDiego Biurrun2016-05-11
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-22
|\|
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* | Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311'Hendrik Leppkes2015-10-05
|\|
| * dvbsubdec: Fix function return typeVittorio Giovara2015-10-04
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-18
* | avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer2015-08-13
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-11
* | avcodec/dvbsubdec: Do not stop decoding at a invalid depthMichael Niedermayer2015-08-05