73 Commits (230646751d88e90a62a3b4a099d2f6e0e639be10)

Author SHA1 Message Date
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() 4 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
Michael Niedermayer a609905723 avcodec/movtextdec: Fix tsmb_size check==0 check 8 years ago
Michael Niedermayer 6ea2715768 avcodec/movtextdec: Fix potential integer overflow 8 years ago
Sasi Inguva 7e9e1b7070 lavc/movtextdec.c: Avoid infinite loop on invalid data. 8 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
Clément Bœsch 6d32628bf3 lavc/ccaption_dec: improve default style 9 years ago
Michael Niedermayer a047ccbb9f avcodec/movtextdec: Free ftab_temp 9 years ago
Michael Niedermayer a1a32fdb0e avcodec/movtextdec: Make tx3g_ptr unsigned 9 years ago