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-02-26avcodec/movtextdec: add () to CMP() macro to avoid unexpected behaviorMichael Niedermayer
2021-12-11avcodec/movtextdec: Fix wrong error codeAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Switch to pointer comparisons and bytestream APIAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Redo TextSampleModifierBox size checksAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Use const where appropriateAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Improve size checkAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Switch to smaller typeAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Sanitize style entriesAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Perform RGB->BGR color conversion earlyAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Deduplicate parsing of StyleRecordsAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Rename several structure elementsAndreas Rheinhardt
2021-05-02avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2020-10-19avcodec/movtextdec: ReindentationAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Use bytestream APIAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrintAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Remove unnecessary variableAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Fix immediately adjacent stylesAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Skip empty stylesAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Fix leaks on (re)allocation failureAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Simplify finding default fontAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Simplify checking for invalid extradataAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Fix leaks of strings upon reallocation failureAndreas Rheinhardt
2020-10-19avcodec/movtextdec: Reset counter of fonts when freeing themAndreas Rheinhardt
2020-06-11avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer
2020-04-10lavc/movtextdec: allow setting subtitle frame dimensionsJohn Stebbins
2020-04-10lavc/movtextdec: restore active style color after hiliteJohn Stebbins
2020-04-10lavc/movtextdec: add color and alpha style tagsJohn Stebbins
2020-04-10lavc/movtextdec: add alpha default to ass header colorsJohn Stebbins
2020-04-10lavc/movtextdec: make sure default font name is setJohn Stebbins
2020-04-10lavc/movtextdec: only write fontsize, fontID tags if not defaultJohn Stebbins
2020-04-10lavc/movtextdec: handle changes to default style flagsJohn Stebbins
2020-04-10lavc/movtextdec: fix bold, italic, underline flagsJohn Stebbins
2020-04-10lavc/movtextdec: simplify style record walkJohn Stebbins
2020-04-10lavc/movtextdec: fix ass header colorsJohn Stebbins
2018-04-09avcodec/movtextdec: Check style_start/endMichael Niedermayer
2018-03-25movtextdec: fix handling of UTF-8 subtitleswm4
2017-10-22movtextdec: Move declaration out of for initialisation statementMark Thompson
2017-03-10avcodec/movtextdec: run mov_text_cleanup() before overwriting pointersMichael Niedermayer
2017-03-06avcodec/movtextdec: Call mov_text_cleanup() on closeMichael Niedermayer
2017-02-06avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer
2016-11-15avcodec/movtextdec: Add error message for tsmb_size checkMichael Niedermayer