summaryrefslogtreecommitdiff
path: root/libavcodec/ccaption_dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ccaption_dec: return the number of bytes decodedwang-bin2023-02-201-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* 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-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/ccaption_dec: Use ff_ass_add_rect2()Michael Niedermayer2022-03-181-3/+4
* avcodec/ccaption_dec: Make real-time latency configurablePavel Koshevoy2021-06-181-1/+3
* avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/ccaption_dec: add support for background colorsPaul B Mahol2020-06-231-4/+64
* avcodec/ccaption_dec: use uint8_t type for prev_cmd arrayPaul B Mahol2020-06-201-1/+1
* avcodec/ccaption_dec: do not modify packet data in case of parity errorPaul B Mahol2020-06-201-8/+8
* avcodec/ccaption_dec: allow selection of second field captionsPaul B Mahol2020-06-201-3/+12
* avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delayingPaul B Mahol2020-06-201-49/+68
* avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twicePaul B Mahol2020-06-171-6/+1
* avcodec/ccaption_dec: remove usage of extra bufferPaul B Mahol2020-06-161-12/+1
* avcodec/ccaption_dec: fix some small style issuesPaul B Mahol2020-06-161-6/+5
* avcodec/ccaption_dec: remove pts parameter from handle_char()Paul B Mahol2020-06-161-4/+4
* avcodec/ccaption_dec: add support for colorsPaul B Mahol2020-06-151-8/+35
* avcodec/ccaption_dec: switch active screen in end of caption earlyPaul B Mahol2020-06-131-1/+2
* avcodec/ccaption_dec: remove unused arguments from functionPaul B Mahol2020-06-131-2/+2
* avcodec/ccaption_dec: check for error codesPaul B Mahol2020-06-131-12/+25
* avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...Michael Niedermayer2019-04-211-4/+4
* avcodecc/ccaption_dec: remove extra word from long codec descriptionPaul B Mahol2017-01-251-1/+1
* avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer2016-09-091-16/+11
* avcodec/ccaption_dec: default rollup to row 10Aman Gupta2016-07-181-1/+2
* avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta2016-07-181-3/+26
* avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta2016-07-171-4/+4
* avcodec/ccaption_dec: Fix mixed declaration and statement.Michael Niedermayer2016-06-281-1/+2
* avcodec/ccaption_dec: implement tab offset commandsAman Gupta2016-06-281-0/+5
* lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch2016-04-021-7/+8
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-261-1/+2
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-13/+11
* lavc/ccaption_dec: implement special and extended character setsAman Gupta2016-02-171-3/+149
* lavc/ccaption_dec: do not ignore repeated character commandsAman Gupta2016-02-171-9/+10
* avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer2016-01-191-1/+2
* lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-141-1/+4
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-141-2/+1
* lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-141-8/+74
* lavc/ccaption_dec: flush context on seekAman Gupta2016-01-141-0/+19
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-101-1/+9
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-101-6/+6
* lavc/ccaption_dec: simplify rollup casesClément Bœsch2016-01-091-7/+1
* lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch2016-01-091-10/+3
* lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch2016-01-091-2/+2
* lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch2016-01-091-1/+2
* lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch2016-01-091-5/+0