summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAge
* avcodec/dvdsubdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-12
* avcodec/dvdsubdec: Remove unnecessary close functionAndreas Rheinhardt2021-05-12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-27
* lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron2020-02-04
* avcodec/dvdsubdec: discard accumulated buffer on errorMichael Niedermayer2018-12-14
* avcodec/dvdsubdec: Sanity check len in decode_rle()Michael Niedermayer2018-09-19
* avcodec/dvdsubdec: Avoid branch in decode_run_8bit()Michael Niedermayer2018-09-15
* avcodec/dvdsubdec: Check for fully transparent rectangles earlierMichael Niedermayer2018-07-02
* avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot b...Michael Niedermayer2017-05-05
* avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cann...Michael Niedermayer2017-04-07
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avcodec/dvdsubdec: Fix off by 1 errorMichael Niedermayer2016-10-26
* avcodec/dvdsubdec: Fix buf_size checkMichael Niedermayer2016-10-26
* avcodec/dvdsubdec: ignore h <= 1 case, to properly decode subtitlePaul B Mahol2016-09-18
* avcodec/dvdsubdec: fix typo in dlog messageGanesh Ajjanagadde2015-12-06
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* avcodec/dvdsubdec: Fix types for offset1/2 in ff_dlog()Michael Niedermayer2015-11-22
* Merge commit '5c30ae1a09b66179e16694f6137658023ed1fef3'Derek Buitenhuis2015-11-22
|\
| * dvdsubdec: Validate the RLE offsetsLuca Barbato2015-11-17
* | dvdsubdec: validate offset2 similar to offset1Andreas Cadhalpun2015-11-11
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-22
|\|
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* | avcodec/dvdsubdec: don't use a NULL log contextwm42015-09-22
* | avcodec/dvdsubdec: reject some broken packetswm42015-09-22
* | avcodec/dvdsub: fix partial packet assemblywm42015-09-22
* | avcodec/dvdsubdec: fix indentationwm42015-09-21
* | dvdsubdec: implement flushingwm42015-05-28
* | dvdsubdec: reset buffer size on invalid over-large packetswm42015-05-28
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit 'ec17782e17de1e8501ca213e276dfe5412ff1d11'Michael Niedermayer2015-02-17
|\|
| * dvdsubdec: Check memory allocationsVittorio Giovara2015-02-17
* | avcodec/dvdsubdec: fix accessing dangling pointerswm42015-01-08
* | avcodec/dvdsubdec: error on bitmaps with size 0wm42015-01-08
* | avcodec/dvdsubdec: fix out of bounds accesseswm42015-01-05
* | avcodec/dvdsubdec: Avoid strerror() due to thread safteyMichael Niedermayer2014-12-13
* | Merge commit 'd466d82faaf6e0e57a3a4be5e38e3902ef251ac3'Michael Niedermayer2014-11-21
|\|
| * dvdsubdec: Do not leak on failure pathLuca Barbato2014-11-21
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | avcodec/dvdsubdec: Check all fseek()s return codesMichael Niedermayer2014-11-16
* | avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (ex...Shin-ichi Toyama2014-11-15
* | libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subti...Nicholas Robbins2014-09-22
* | avcodec/dvdsubdec: fix VD/SD identifier nameMichael Niedermayer2014-09-19
* | avcodec/dvdsubdec: Dont mix integers with pointersMichael Niedermayer2014-08-16
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/dvdsubdec: free subtitle rectangles if nothing is outputMichael Niedermayer2014-07-31
* | avcodec/dvdsubdec: fix alpha in debuging codeOliver Fromme2014-07-04
* | avcodec/dvdsubdec: Fix off-by-one errorOliver Fromme2014-07-04