| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ccaption_dec: Use static_assert instead of _Static_assert | Andreas Rheinhardt | 2024-03-18 | 1 | -3/+4 |
* | avcodec/ccaption_dec: use consistent naming convention of Closed Captions | Marth64 | 2024-03-10 | 1 | -2/+2 |
* | avcodec/ccaption_dec: clarify log message when out-of-display columns are ign... | Marth64 | 2024-03-10 | 1 | -1/+1 |
* | avcodec/ccaption_dec: Avoid relocations for strings | Andreas Rheinhardt | 2024-03-08 | 1 | -100/+115 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -4/+4 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec/ccaption_dec: simplify init function | Paul B Mahol | 2023-05-20 | 1 | -7/+1 |
* | avcodec/ccaptions_dec: correct flushing output on EOF | Paul B Mahol | 2023-05-18 | 1 | -0/+1 |
* | avcodec/ccaption_dec: return the number of bytes decoded | wang-bin | 2023-02-20 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/codec_internal: Constify AVPacket in decode_sub cb | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec.decode_sub | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/ccaption_dec: Use ff_ass_add_rect2() | Michael Niedermayer | 2022-03-18 | 1 | -3/+4 |
* | avcodec/ccaption_dec: Make real-time latency configurable | Pavel Koshevoy | 2021-06-18 | 1 | -1/+3 |
* | avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/ccaption_dec: add support for background colors | Paul B Mahol | 2020-06-23 | 1 | -4/+64 |
* | avcodec/ccaption_dec: use uint8_t type for prev_cmd array | Paul B Mahol | 2020-06-20 | 1 | -1/+1 |
* | avcodec/ccaption_dec: do not modify packet data in case of parity error | Paul B Mahol | 2020-06-20 | 1 | -8/+8 |
* | avcodec/ccaption_dec: allow selection of second field captions | Paul B Mahol | 2020-06-20 | 1 | -3/+12 |
* | avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delaying | Paul B Mahol | 2020-06-20 | 1 | -49/+68 |
* | avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twice | Paul B Mahol | 2020-06-17 | 1 | -6/+1 |
* | avcodec/ccaption_dec: remove usage of extra buffer | Paul B Mahol | 2020-06-16 | 1 | -12/+1 |
* | avcodec/ccaption_dec: fix some small style issues | Paul B Mahol | 2020-06-16 | 1 | -6/+5 |
* | avcodec/ccaption_dec: remove pts parameter from handle_char() | Paul B Mahol | 2020-06-16 | 1 | -4/+4 |
* | avcodec/ccaption_dec: add support for colors | Paul B Mahol | 2020-06-15 | 1 | -8/+35 |
* | avcodec/ccaption_dec: switch active screen in end of caption early | Paul B Mahol | 2020-06-13 | 1 | -1/+2 |
* | avcodec/ccaption_dec: remove unused arguments from function | Paul B Mahol | 2020-06-13 | 1 | -2/+2 |
* | avcodec/ccaption_dec: check for error codes | Paul B Mahol | 2020-06-13 | 1 | -12/+25 |
* | avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro... | Michael Niedermayer | 2019-04-21 | 1 | -4/+4 |
* | avcodecc/ccaption_dec: remove extra word from long codec description | Paul B Mahol | 2017-01-25 | 1 | -1/+1 |
* | avcodec/ccaption_dec: Use simple array instead of AVBuffer | Michael Niedermayer | 2016-09-09 | 1 | -16/+11 |
* | avcodec/ccaption_dec: default rollup to row 10 | Aman Gupta | 2016-07-18 | 1 | -1/+2 |
* | avcodec/ccaption_dec: implement positioning for closed captions | Aman Gupta | 2016-07-18 | 1 | -3/+26 |
* | avcodec/ccaption_dec: change write_char() to void as return value is unused | Aman Gupta | 2016-07-17 | 1 | -4/+4 |
* | avcodec/ccaption_dec: Fix mixed declaration and statement. | Michael Niedermayer | 2016-06-28 | 1 | -1/+2 |
* | avcodec/ccaption_dec: implement tab offset commands | Aman Gupta | 2016-06-28 | 1 | -0/+5 |
* | lavc/ccaption_dec: remove usage of avctx->time_base | Clément Bœsch | 2016-04-02 | 1 | -7/+8 |
* | lavc/options: add ass_ro_flush_noop to flags2 | Clément Bœsch | 2016-02-26 | 1 | -1/+2 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -13/+11 |
* | lavc/ccaption_dec: implement special and extended character sets | Aman Gupta | 2016-02-17 | 1 | -3/+149 |
* | lavc/ccaption_dec: do not ignore repeated character commands | Aman Gupta | 2016-02-17 | 1 | -9/+10 |
* | avcodec/ccaption_dec: Fix mixed declarations and code | Michael Niedermayer | 2016-01-19 | 1 | -1/+2 |
* | lavc/ccaption_dec: clear all unused rows during rollup | Aman Gupta | 2016-01-14 | 1 | -1/+4 |
* | lavc/ccaption_dec: clean up whitespace | Aman Gupta | 2016-01-14 | 1 | -2/+1 |