summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG buildssoftworkz2022-06-08
* avcodec/dvdsubdec: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-24
* avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitlessoftworkz2022-04-09
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* 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