Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-18avcodec/ccaption_dec: Use ff_ass_add_rect2()Michael Niedermayer
2021-06-19avcodec/ccaption_dec: Make real-time latency configurablePavel Koshevoy
2021-05-02avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-06-23avcodec/ccaption_dec: add support for background colorsPaul B Mahol
2020-06-20avcodec/ccaption_dec: use uint8_t type for prev_cmd arrayPaul B Mahol
2020-06-20avcodec/ccaption_dec: do not modify packet data in case of parity errorPaul B Mahol
2020-06-20avcodec/ccaption_dec: allow selection of second field captionsPaul B Mahol
2020-06-20avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delayingPaul B Mahol
2020-06-17avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twicePaul B Mahol
2020-06-16avcodec/ccaption_dec: remove usage of extra bufferPaul B Mahol
2020-06-16avcodec/ccaption_dec: fix some small style issuesPaul B Mahol
2020-06-16avcodec/ccaption_dec: remove pts parameter from handle_char()Paul B Mahol
2020-06-15avcodec/ccaption_dec: add support for colorsPaul B Mahol
2020-06-13avcodec/ccaption_dec: switch active screen in end of caption earlyPaul B Mahol
2020-06-13avcodec/ccaption_dec: remove unused arguments from functionPaul B Mahol
2020-06-13avcodec/ccaption_dec: check for error codesPaul B Mahol
2019-04-22avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...Michael Niedermayer
2017-01-25avcodecc/ccaption_dec: remove extra word from long codec descriptionPaul B Mahol
2016-09-09avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer
2016-07-18avcodec/ccaption_dec: default rollup to row 10Aman Gupta
2016-07-18avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta
2016-07-17avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta
2016-06-28avcodec/ccaption_dec: Fix mixed declaration and statement.Michael Niedermayer
2016-06-28avcodec/ccaption_dec: implement tab offset commandsAman Gupta
2016-04-02lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch
2016-02-26lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2016-02-17lavc/ccaption_dec: implement special and extended character setsAman Gupta
2016-02-17lavc/ccaption_dec: do not ignore repeated character commandsAman Gupta
2016-01-19avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer
2016-01-15lavc/ccaption_dec: clear all unused rows during rollupAman Gupta
2016-01-15lavc/ccaption_dec: clean up whitespaceAman Gupta
2016-01-15lavc/ccaption_dec: implement real_time optionAman Gupta
2016-01-15lavc/ccaption_dec: flush context on seekAman Gupta
2016-01-10lavc/ccaption_dec: improve default styleClément Bœsch
2016-01-10lavc/ccaption_dec: fix ASS tagsClément Bœsch
2016-01-09lavc/ccaption_dec: simplify rollup casesClément Bœsch
2016-01-09lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch
2016-01-09lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch
2016-01-09lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch
2016-01-09lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch
2016-01-09lavc/ccaption_dec: implement font stylesAman Gupta