150 Commits (127cc6dd3d0b8ce8875aecacc5c2aaf45bf52243)

Author SHA1 Message Date
Andreas Cadhalpun c82b8ef0e4 dvbsubdec: fix division by zero in compute_default_clut 8 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Vittorio Giovara a17a766190 lavc: Add data and linesize to AVSubtitleRect 9 years ago
Vittorio Giovara 1da2a20763 dvbsubdec: Fix function return type 9 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 9 years ago
Michael Niedermayer d21ab8e411 avcodec/dvbsubdec: Print field lens in case they are too lerge 9 years ago
Carl Eugen Hoyos daf2c35f52 lavc: Remove newline from avpriv_request_sample() calls. 9 years ago
Michael Niedermayer e5774f28d1 avcodec/dvbsubdec: Do not stop decoding at a invalid depth 9 years ago
Carl Eugen Hoyos 087c0a0a93 lavc/dvbsub: Do not fail on clut depth 0. 9 years ago
Michael Niedermayer 3f87a17063 avcodec/dvbsubdec: Allow selecting the substream, or all substreams 9 years ago
Michael Niedermayer 1fc20af6af avcodec/dvbsubdec: Implement display definition segment fallback from ETSI EN 300 743 V1.3.1 9 years ago
Michael Niedermayer d41dceb14e avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"if needed") 9 years ago
Michael Niedermayer 4b90dcb849 avcodec/dvbsubdec: Compute default CLUT based on bitmap analysis 9 years ago
banastasov debf4d6e67 avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segment() 10 years ago
Michael Niedermayer 9f0b898e82 avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure 10 years ago
Michael Niedermayer e06dde52d7 avcodec/dvbsubdec: Do not return a value from a function returning void 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Vittorio Giovara 607ad990d3 dvbsubdec: check memory allocations and propagate errors 10 years ago
Michael Niedermayer 8de0990e9f avcodec/dvbsubdec: Check get_region() return value 10 years ago
Michael Niedermayer 1bf747ae84 avcodec/dvbsubdec: Return proper error codes from more functions 10 years ago
Michael Niedermayer ebe3a41ea3 avcodec/dvbsubdec: Add some av_malloc() failure checks 10 years ago
Michael Niedermayer ce800d4695 avcodec/dvbsubdec: Remove redundant "DVBSub error" prefix 10 years ago
Michael Niedermayer 4ba0141921 avcodec/dvbsubdec: Pass context to av_log() 10 years ago
Michael Niedermayer d03867c248 avcodec/dvbsubdec: av_assert* instead of assert() 10 years ago
Michael Niedermayer 39dfe6801a avcodec/dvbsubdec: Cleanup on *malloc failure 10 years ago
Michael Niedermayer e0c36f5825 avcodec/dvbsubdec: Fix 8bit non_mod case 10 years ago
Michael Niedermayer 2813dabdd4 avcodec/dvbsubdec: use av_freep() for saftey 10 years ago
Michael Niedermayer 6229f7823e avcodec/dvbsubdec: Add return code to save_subtitle_set() 10 years ago
Vittorio Giovara 443502aed8 dvbsubdec: move shared codepath 10 years ago
Vittorio Giovara 2383323661 dvbsubdec: improve error checking 10 years ago
Jernej Fijačko 1bdd21d975 dvbsubdec: add missing break 10 years ago
Michael Niedermayer adfc3b81b1 avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointers 10 years ago
Michael Niedermayer 25a360286d avcodec/dvbsubdec: merge declaration and init 10 years ago
Michael Niedermayer a2dbf379f0 avcodec/dvbsubdec: make compute_edt user settable 10 years ago
Michael Niedermayer 0014541e9a avcodec/dvbsubdec: dont mix integers with pointers 10 years ago
Anshul Maheshwari 7d1898ebcc avcodec/dvbsubdec: removed unnecessary null check for subtitle 11 years ago
Anshul Maheshwari 263932c084 avcodec/dvbsubdec: fix ignoring blank frame by updating got_output 11 years ago
Anshul Maheshwari ca2f59e121 avcodec/dvbsubdec: support returning exact end times 11 years ago
Anshul Maheshwari fbb59a3bf4 avcodec/dvbsubdec: Split save_subtitle_set() out 11 years ago
Anshul Maheshwari 77ade55fe5 avcodec/dvbsubdec: add AVClass to context 11 years ago
Anshul Maheshwari 9a11b33a2d avcodec/dvbsubdec: restructure version check 11 years ago
Michael Niedermayer 8f4b176c55 avcodec/dvbsubdec: add some basic av_log debuging support 11 years ago
Michael Niedermayer 994a582a02 avcodec/dvbsubdec: use av_mallocz_array() 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
mrlika 36a6297953 avcodec/dvbsubdec: DVB subtitles decoder: support of 5 bytes extradata format 11 years ago
Michael Niedermayer cf812d8129 avcodec/dvbsubdec: Remove unused display_list_size 11 years ago
Wim Vander Schelden af09be4f4b Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freeing the associated rects. 11 years ago
Pierre Yves MORDRET 0f02ea0afe libavcodec/dvbsub: fix for Display Definition Segment 11 years ago