summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG buildssoftworkz2022-06-081-48/+0
* avcodec/dvdsubdec: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-241-1/+1
* avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitlessoftworkz2022-04-091-1/+1
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-051-5/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/dvdsubdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-121-0/+1
* avcodec/dvdsubdec: Remove unnecessary close functionAndreas Rheinhardt2021-05-121-7/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-271-18/+0
* lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron2020-02-041-16/+6
* avcodec/dvdsubdec: discard accumulated buffer on errorMichael Niedermayer2018-12-141-0/+1
* avcodec/dvdsubdec: Sanity check len in decode_rle()Michael Niedermayer2018-09-191-0/+2
* avcodec/dvdsubdec: Avoid branch in decode_run_8bit()Michael Niedermayer2018-09-151-4/+1
* avcodec/dvdsubdec: Check for fully transparent rectangles earlierMichael Niedermayer2018-07-021-7/+14
* avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot b...Michael Niedermayer2017-05-051-1/+1
* avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cann...Michael Niedermayer2017-04-071-2/+2
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* avcodec/dvdsubdec: Fix off by 1 errorMichael Niedermayer2016-10-261-1/+1
* avcodec/dvdsubdec: Fix buf_size checkMichael Niedermayer2016-10-261-1/+2
* avcodec/dvdsubdec: ignore h <= 1 case, to properly decode subtitlePaul B Mahol2016-09-181-1/+1
* avcodec/dvdsubdec: fix typo in dlog messageGanesh Ajjanagadde2015-12-061-1/+1
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* avcodec/dvdsubdec: Fix types for offset1/2 in ff_dlog()Michael Niedermayer2015-11-221-2/+2
* Merge commit '5c30ae1a09b66179e16694f6137658023ed1fef3'Derek Buitenhuis2015-11-221-1/+5
|\
| * dvdsubdec: Validate the RLE offsetsLuca Barbato2015-11-171-1/+5
* | dvdsubdec: validate offset2 similar to offset1Andreas Cadhalpun2015-11-111-1/+1
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-20/+41
|\ \ | |/
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-22/+36
* | avcodec/dvdsubdec: don't use a NULL log contextwm42015-09-221-1/+1
* | avcodec/dvdsubdec: reject some broken packetswm42015-09-221-1/+8
* | avcodec/dvdsub: fix partial packet assemblywm42015-09-221-1/+3
* | avcodec/dvdsubdec: fix indentationwm42015-09-211-1/+1
* | dvdsubdec: implement flushingwm42015-05-281-1/+7
* | dvdsubdec: reset buffer size on invalid over-large packetswm42015-05-281-0/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-8/+8
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-8/+8
* | Merge commit 'ec17782e17de1e8501ca213e276dfe5412ff1d11'Michael Niedermayer2015-02-171-2/+9
|\ \ | |/
| * dvdsubdec: Check memory allocationsVittorio Giovara2015-02-171-2/+9
* | avcodec/dvdsubdec: fix accessing dangling pointerswm42015-01-081-9/+3
* | avcodec/dvdsubdec: error on bitmaps with size 0wm42015-01-081-0/+3
* | avcodec/dvdsubdec: fix out of bounds accesseswm42015-01-051-4/+9
* | avcodec/dvdsubdec: Avoid strerror() due to thread safteyMichael Niedermayer2014-12-131-1/+1