81 Commits (6869a80e76f7f597896e60a0feaa7a32b1aa57ae)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 6ed0d95fa2 avcodec/codec_internal: Constify AVPacket in decode_sub cb 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt fb59a42ef9 avcodec/codec_internal: Add FFCodec.decode_sub 3 years ago
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 c182c70658 avcodec/movtextdec: add () to CMP() macro to avoid unexpected behavior 3 years ago
Andreas Rheinhardt 41b077762c avcodec/movtextdec: Fix wrong error code 3 years ago
Andreas Rheinhardt bbc866c9c9 avcodec/movtextdec: Switch to pointer comparisons and bytestream API 3 years ago
Andreas Rheinhardt e1044e55e4 avcodec/movtextdec: Redo TextSampleModifierBox size checks 3 years ago
Andreas Rheinhardt efd7b35d06 avcodec/movtextdec: Use const where appropriate 3 years ago
Andreas Rheinhardt b9f5a26a39 avcodec/movtextdec: Improve size check 3 years ago
Andreas Rheinhardt cd693c9ec8 avcodec/movtextdec: Switch to smaller type 3 years ago
Andreas Rheinhardt cc1251ab81 avcodec/movtextdec: Sanitize style entries 3 years ago
Andreas Rheinhardt cce2765ce9 avcodec/movtextdec: Perform RGB->BGR color conversion early 3 years ago
Andreas Rheinhardt 4b2bc0b8fe avcodec/movtextdec: Deduplicate parsing of StyleRecords 3 years ago
Andreas Rheinhardt 683bbb75db avcodec/movtextdec: Rename several structure elements 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
Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 4 years ago
Andreas Rheinhardt 9018257751 avcodec/movtextdec: Reindentation 4 years ago
Andreas Rheinhardt 71981d7d4d avcodec/movtextdec: Use bytestream API 4 years ago
Andreas Rheinhardt ba795890ec avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrint 4 years ago
Andreas Rheinhardt c84a91eff7 avcodec/movtextdec: Remove unnecessary variable 4 years ago
Andreas Rheinhardt dd80066c97 avcodec/movtextdec: Fix immediately adjacent styles 4 years ago
Andreas Rheinhardt 40c16907bb avcodec/movtextdec: Skip empty styles 4 years ago
Andreas Rheinhardt 94ad68ee17 avcodec/movtextdec: Fix leaks on (re)allocation failure 4 years ago
Andreas Rheinhardt c33b9fa74b avcodec/movtextdec: Simplify finding default font 4 years ago
Andreas Rheinhardt a42695c072 avcodec/movtextdec: Simplify checking for invalid extradata 4 years ago
Andreas Rheinhardt 38cdd27e9b avcodec/movtextdec: Fix leaks of strings upon reallocation failure 4 years ago
Andreas Rheinhardt 5758620560 avcodec/movtextdec: Reset counter of fonts when freeing them 4 years ago
Michael Niedermayer d7a2311a2c avcodec/movtextdec: Fix shift overflows in mov_text_init() 5 years ago
John Stebbins b8d4a66b29 lavc/movtextdec: allow setting subtitle frame dimensions 5 years ago
John Stebbins f406dc9ceb lavc/movtextdec: restore active style color after hilite 5 years ago
John Stebbins 032ad7a0bb lavc/movtextdec: add color and alpha style tags 5 years ago
John Stebbins 91447ae3ba lavc/movtextdec: add alpha default to ass header colors 5 years ago
John Stebbins c0d3fea600 lavc/movtextdec: make sure default font name is set 5 years ago
John Stebbins e5b99df096 lavc/movtextdec: only write fontsize, fontID tags if not default 5 years ago
John Stebbins d3c012ff42 lavc/movtextdec: handle changes to default style flags 5 years ago
John Stebbins 5f39f63a65 lavc/movtextdec: fix bold, italic, underline flags 5 years ago
John Stebbins 2949f17e99 lavc/movtextdec: simplify style record walk 5 years ago
John Stebbins 47e88adc0d lavc/movtextdec: fix ass header colors 5 years ago
Michael Niedermayer 249aca8f98 avcodec/movtextdec: Check style_start/end 7 years ago
wm4 b0644c3e1a movtextdec: fix handling of UTF-8 subtitles 7 years ago
Mark Thompson e7d20d5e35 movtextdec: Move declaration out of for initialisation statement 7 years ago
Michael Niedermayer bac9c03ed9 avcodec/movtextdec: run mov_text_cleanup() before overwriting pointers 8 years ago
Michael Niedermayer a9f9b7f5c7 avcodec/movtextdec: Call mov_text_cleanup() on close 8 years ago
Michael Niedermayer e248522d1b avcodec/movtextdec: Fix decode_styl() cleanup 8 years ago
Michael Niedermayer 0eb3198005 avcodec/movtextdec: Add error message for tsmb_size check 8 years ago