62 Commits (5d3addb937946eca5391e40b5e6308e74ac6f77b)

Author SHA1 Message Date
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
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
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
Diego Biurrun 86f910806b Remove #undefs for formerly forbidden system functions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Janne Grunau 6a4cf065c7 dvbsubdec: avoid undefined signed left shift in RGBA macro 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun a4855adc80 dvbsubdec: Fix compilation of debug code. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau 493aa30adf dvbsubdec: check against buffer overreads 14 years ago
Reimar Döffinger 4a72765a1c Do not fail DVB sub decoding because of a few padding bytes 14 years ago
Jindrich Makovicka 5bea615dc3 dvbsubdec: pass correct input buffer size 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 15 years ago
Reimar Döffinger 3174073623 Remove useless casts and memset. 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
Janne Grunau 08943c0bd1 dvbsub: parse display definition segment 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 15 years ago
Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
Janne Grunau d6a1611cc2 Set subtitle type in DVB subtitle decoder. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Reynaldo H. Verdejo Pinochet 8bf7a510b9 Fix wrong size computation for buffer. Patch is part of 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer dd72228e53 minor simplification 17 years ago
Michael Niedermayer 8403c543de redundant 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Diego Biurrun cedb83a671 colour --> color in variable names 17 years ago
Michael Niedermayer e59d932826 cosmetic (x==NULL -> !x) 17 years ago
Michael Niedermayer 5b2052b38f cosmetic (place { consistently) 17 years ago
Michael Niedermayer 0dd954b1f0 cosmetic (remove != 0 / != NULL) 17 years ago
Michael Niedermayer e1c48b7aae use sizeof in snprintf (note the changed code is all under #if 0) 17 years ago
Michael Niedermayer 2867ed9b1c check region depth for validity 17 years ago