120 Commits (3aa7b0a27326bd312ef790d9149f6b5efff97311)

Author SHA1 Message Date
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
Michael Niedermayer 1de786777e avcodec/dvdsubdec: Check all fseek()s return codes 10 years ago
Shin-ichi Toyama 12630fa821 avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (experimental) 10 years ago
Nicholas Robbins c7d21dee28 libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subtitle frames. 10 years ago
Michael Niedermayer 5c073bbb57 avcodec/dvdsubdec: fix VD/SD identifier name 10 years ago
Michael Niedermayer 2d7cec14be avcodec/dvdsubdec: Dont mix integers with pointers 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer dd200c56c0 avcodec/dvdsubdec: free subtitle rectangles if nothing is output 10 years ago
Oliver Fromme d73823286d avcodec/dvdsubdec: fix alpha in debuging code 11 years ago
Oliver Fromme 3f0a3e9e12 avcodec/dvdsubdec: Fix off-by-one error 11 years ago
Diego Biurrun 3dc6272bed Remove a number of unnecessary dsputil.h #includes 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Michael Niedermayer 7fa9f7ef1c dvdsub_parse_extradata: fix memleak 11 years ago
Michael Niedermayer b7fea3daab libavcodec/dvdsubdec: remove exit() call in debug code 11 years ago
Diego Biurrun 86f910806b Remove #undefs for formerly forbidden system functions 11 years ago
Anton Khirnov babbec0867 dvdsubdec: stop using deprecated avcodec_set_dimensions 11 years ago
Clément Bœsch 95cafeb684 avcodec/dvdsubdec: reconstruct incomplete SPU packets. 11 years ago
Clément Bœsch 71e0ae22ac avcodec/dvdsubdec: extract every subtitle in a different file (debug). 11 years ago
Clément Bœsch 41fd6f0796 avcodec/dvdsubdec: factor out rectangles reset. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Michael Niedermayer a1f234be11 make the ordering of the return type and av_cold consistent 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago