145 Commits (9beba053117342dd7619b009c2f87eed77725807)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 72c601e0f7 avutil/internal: Move avpriv-file API to a header of its own 2 years ago
Andreas Rheinhardt 5714cf1b5b avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.h 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
softworkz 830f49cb9d avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG builds 2 years ago
softworkz 6b32ad59c8 avcodec/dvdsubdec: use avpriv_fopen_utf8() instead of plain fopen() 3 years ago
softworkz 58b07ecb3f avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitles 3 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
Andreas Rheinhardt 175f675f7b avcodec/dvdsubdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt adf9dd1dec avcodec/dvdsubdec: Remove unnecessary close function 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d947464ad4 avcodec: Remove deprecated AVPicture API 4 years ago
Michael Kuron bf070a9171 lavc/dvdsubdec: Move palette parsing to new function 5 years ago
Michael Niedermayer 35a603050d avcodec/dvdsubdec: discard accumulated buffer on error 6 years ago
Michael Niedermayer e7b023e1db avcodec/dvdsubdec: Sanity check len in decode_rle() 6 years ago
Michael Niedermayer 71bf033050 avcodec/dvdsubdec: Avoid branch in decode_run_8bit() 6 years ago
Michael Niedermayer d24c9e55f6 avcodec/dvdsubdec: Check for fully transparent rectangles earlier 6 years ago
Michael Niedermayer ce7098b8f2 avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 61ee2ca775 avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cannot be represented in type 'int' 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Alexandra Hájková d8618570be dvdsubdec: Convert to the new bitstream reader 8 years ago
Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 8 years ago
Michael Niedermayer c92f55847a avcodec/dvdsubdec: Fix off by 1 error 8 years ago
Michael Niedermayer 25ab1a65f3 avcodec/dvdsubdec: Fix buf_size check 8 years ago
Paul B Mahol 6cbd47bf90 avcodec/dvdsubdec: ignore h <= 1 case, to properly decode subtitle 8 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Ganesh Ajjanagadde 14886bebfe avcodec/dvdsubdec: fix typo in dlog message 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 764900d645 avcodec/dvdsubdec: Fix types for offset1/2 in ff_dlog() 9 years ago
Luca Barbato 5c30ae1a09 dvdsubdec: Validate the RLE offsets 9 years ago
Andreas Cadhalpun f621749d11 dvdsubdec: validate offset2 similar to offset1 9 years ago
Vittorio Giovara a17a766190 lavc: Add data and linesize to AVSubtitleRect 9 years ago
wm4 e859a3c864 avcodec/dvdsubdec: don't use a NULL log context 9 years ago
wm4 9aab222239 avcodec/dvdsubdec: reject some broken packets 9 years ago
wm4 f874e2728b avcodec/dvdsub: fix partial packet assembly 9 years ago
wm4 4ed5a73a7e avcodec/dvdsubdec: fix indentation 9 years ago
wm4 6f2c64fd03 dvdsubdec: implement flushing 10 years ago
wm4 0ad04bf6a2 dvdsubdec: reset buffer size on invalid over-large packets 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Vittorio Giovara ec17782e17 dvdsubdec: Check memory allocations 10 years ago
wm4 816577716b avcodec/dvdsubdec: fix accessing dangling pointers 10 years ago
wm4 bcaa9099b3 avcodec/dvdsubdec: error on bitmaps with size 0 10 years ago
wm4 c9151de7c4 avcodec/dvdsubdec: fix out of bounds accesses 10 years ago
Michael Niedermayer 5d0cfb58ef avcodec/dvdsubdec: Avoid strerror() due to thread saftey 10 years ago
Luca Barbato d466d82faa dvdsubdec: Do not leak on failure path 10 years ago