80 Commits (2e268477802d64aa75b9c3c2cb2fc89d1ef7c87d)

Author SHA1 Message Date
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Michael Niedermayer 8701af40bc avcodec/ccaption_dec: Use ff_ass_add_rect2() 3 years ago
Pavel Koshevoy b51c2c48c1 avcodec/ccaption_dec: Make real-time latency configurable 3 years ago
Andreas Rheinhardt 1c7e52f8ff avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Paul B Mahol 001748b326 avcodec/ccaption_dec: add support for background colors 4 years ago
Paul B Mahol 00842b3a0d avcodec/ccaption_dec: use uint8_t type for prev_cmd array 4 years ago
Paul B Mahol bd1b78e91a avcodec/ccaption_dec: do not modify packet data in case of parity error 4 years ago
Paul B Mahol bbd0be04d0 avcodec/ccaption_dec: allow selection of second field captions 4 years ago
Paul B Mahol c6791a32b4 avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delaying 4 years ago
Paul B Mahol c0974355c7 avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twice 4 years ago
Paul B Mahol 9887bcc6c6 avcodec/ccaption_dec: remove usage of extra buffer 4 years ago
Paul B Mahol d5b1760665 avcodec/ccaption_dec: fix some small style issues 4 years ago
Paul B Mahol 3615b58693 avcodec/ccaption_dec: remove pts parameter from handle_char() 4 years ago
Paul B Mahol cb98483ea0 avcodec/ccaption_dec: add support for colors 4 years ago
Paul B Mahol 0c2623d3aa avcodec/ccaption_dec: switch active screen in end of caption early 4 years ago
Paul B Mahol 847d0b99de avcodec/ccaption_dec: remove unused arguments from function 4 years ago
Paul B Mahol 6995ea3506 avcodec/ccaption_dec: check for error codes 4 years ago
Michael Niedermayer f17e8e90bb avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading from outside 6 years ago
Paul B Mahol b4a13d442a avcodecc/ccaption_dec: remove extra word from long codec description 8 years ago
Michael Niedermayer 752e6dfa3e avcodec/ccaption_dec: Use simple array instead of AVBuffer 8 years ago
Aman Gupta a49ed9e32d avcodec/ccaption_dec: default rollup to row 10 8 years ago
Aman Gupta 9ca9671458 avcodec/ccaption_dec: implement positioning for closed captions 8 years ago
Aman Gupta 309322ef65 avcodec/ccaption_dec: change write_char() to void as return value is unused 8 years ago
Michael Niedermayer 6cc4c42226 avcodec/ccaption_dec: Fix mixed declaration and statement. 9 years ago
Aman Gupta 4448f16ef5 avcodec/ccaption_dec: implement tab offset commands 9 years ago
Clément Bœsch d8620158c7 lavc/ccaption_dec: remove usage of avctx->time_base 9 years ago
Clément Bœsch 30e7685360 lavc/options: add ass_ro_flush_noop to flags2 9 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Aman Gupta 5f5467e749 lavc/ccaption_dec: implement special and extended character sets 9 years ago
Aman Gupta 2f26b67d55 lavc/ccaption_dec: do not ignore repeated character commands 9 years ago
Michael Niedermayer 22f64c2324 avcodec/ccaption_dec: Fix mixed declarations and code 9 years ago
Aman Gupta 3a0e5cfcee lavc/ccaption_dec: clear all unused rows during rollup 9 years ago
Aman Gupta 9027806e3c lavc/ccaption_dec: clean up whitespace 9 years ago
Aman Gupta 5c041e2ccc lavc/ccaption_dec: implement real_time option 9 years ago
Aman Gupta 260e368717 lavc/ccaption_dec: flush context on seek 9 years ago
Clément Bœsch 6d32628bf3 lavc/ccaption_dec: improve default style 9 years ago
Clément Bœsch a43deea861 lavc/ccaption_dec: fix ASS tags 9 years ago
Clément Bœsch 0948e0f553 lavc/ccaption_dec: simplify rollup cases 9 years ago
Clément Bœsch 22765140fa lavc/ccaption_dec: check for bprint completeness outside the loop 9 years ago
Clément Bœsch 31bff21d2c lavc/ccaption_dec: mark row and font as const in capture_screen() 9 years ago
Clément Bœsch d587fbb676 lavc/ccaption_dec: fix mixed declarations and code warning 9 years ago
Clément Bœsch 5ae07914d0 lavc/ccaption_dec: check for bprint completeness only at the end 9 years ago
Aman Gupta b7e64be8fb lavc/ccaption_dec: implement font styles 9 years ago
Aman Gupta 086093c77c lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char() 9 years ago
Aman Gupta 811ce8f9c5 lavc/ccaption_dec: simplify by passing screen into write_char() 9 years ago
Aman Gupta 080de371d8 lavc/ccaption_dec: extract capture_screen() for future use 9 years ago
Aman Gupta e521a32af2 lavc/ccaption_dec: clear buffer before populating with screen contents 9 years ago
Aman Gupta 7def844be8 lavc/ccaption_dec: centralize buffer_changed=1 into reap_screen 9 years ago