summaryrefslogtreecommitdiff
path: root/libavcodec/ccaption_dec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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/ccaption_dec: Use ff_ass_add_rect2()Michael Niedermayer2022-03-18
* avcodec/ccaption_dec: Make real-time latency configurablePavel Koshevoy2021-06-18
* avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/ccaption_dec: add support for background colorsPaul B Mahol2020-06-23
* avcodec/ccaption_dec: use uint8_t type for prev_cmd arrayPaul B Mahol2020-06-20
* avcodec/ccaption_dec: do not modify packet data in case of parity errorPaul B Mahol2020-06-20
* avcodec/ccaption_dec: allow selection of second field captionsPaul B Mahol2020-06-20
* avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delayingPaul B Mahol2020-06-20
* avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twicePaul B Mahol2020-06-17
* avcodec/ccaption_dec: remove usage of extra bufferPaul B Mahol2020-06-16
* avcodec/ccaption_dec: fix some small style issuesPaul B Mahol2020-06-16
* avcodec/ccaption_dec: remove pts parameter from handle_char()Paul B Mahol2020-06-16
* avcodec/ccaption_dec: add support for colorsPaul B Mahol2020-06-15
* avcodec/ccaption_dec: switch active screen in end of caption earlyPaul B Mahol2020-06-13
* avcodec/ccaption_dec: remove unused arguments from functionPaul B Mahol2020-06-13
* avcodec/ccaption_dec: check for error codesPaul B Mahol2020-06-13
* avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...Michael Niedermayer2019-04-21
* avcodecc/ccaption_dec: remove extra word from long codec descriptionPaul B Mahol2017-01-25
* avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer2016-09-09
* avcodec/ccaption_dec: default rollup to row 10Aman Gupta2016-07-18
* avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta2016-07-18
* avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta2016-07-17
* avcodec/ccaption_dec: Fix mixed declaration and statement.Michael Niedermayer2016-06-28
* avcodec/ccaption_dec: implement tab offset commandsAman Gupta2016-06-28
* lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch2016-04-02
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* lavc/ccaption_dec: implement special and extended character setsAman Gupta2016-02-17
* lavc/ccaption_dec: do not ignore repeated character commandsAman Gupta2016-02-17
* avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer2016-01-19
* lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-14
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-14
* lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-14
* lavc/ccaption_dec: flush context on seekAman Gupta2016-01-14
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-10
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-10
* lavc/ccaption_dec: simplify rollup casesClément Bœsch2016-01-09
* lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch2016-01-09
* lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch2016-01-09
* lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch2016-01-09
* lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch2016-01-09
* lavc/ccaption_dec: implement font stylesAman Gupta2016-01-09
* lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta2016-01-09