111 Commits (e514a1d4047f3da8a62d47920e16170f85dfe2f5)

Author SHA1 Message Date
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Diego Biurrun 6b96d2dcda cosmetics: Drop particularly redundant silly comments 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Carl Eugen Hoyos daf2c35f52 lavc: Remove newline from avpriv_request_sample() calls. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer 894d10332c avcodec/lcldec: support rgb24 with width%4 != 0 10 years ago
Piotr Bandurski a3329a09f9 avcodec/lcldec: fix decoding of YUV444 sample 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 6c36b3afe7 avcodec/lcldec: initialize encoded correctly 10 years ago
Diego Biurrun c697c590fb lcl: Disentangle pointers to input data and decompression buffer 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 1e00bbb10c avcodec/lcldec: Check that dimensions are a multiple of the subsample factors 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer b53ed19aa7 lcldec: Check length before unsigned subtraction. 12 years ago
Anton Khirnov 14cf33e957 lcldec: return meaningful error codes. 12 years ago
Michael Niedermayer 169dfe320d lcldec: fix zlib const pointer warning 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol 1b3dbe3f75 lcldec: fix decoding of uncompressed rgb24 sample 12 years ago
Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
Diego Biurrun e831b3b852 av_memcpy_backptr: Drop no longer necessary malloc padding 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 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
Ronald S. Bultje bd17a40a7e lcl: return negative error codes on decode_init() errors. 13 years ago
Ronald S. Bultje be129271ea lcl: error out if uncompressed input buffer is smaller than framesize. 13 years ago
Ronald S. Bultje 01cb62aba2 lcl: don't overwrite input memory. 13 years ago
Reimar Döffinger 42a1f1d7a8 Avoid uninitialized data in lcldec when ofs is 0 in MSZH. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun b34aaed2cf Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Reimar Döffinger 24dd21fa41 add #if CONFIG_ZLIB_DECODER around zlib_decomp function. 16 years ago
Reimar Döffinger 79183d3c3e mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed 16 years ago
Reimar Döffinger a7bfbe4e13 lcldec: ensure that the offset for av_memcpy_backptr is valid. 16 years ago
Reimar Döffinger bbf306742c Fix memleak due to c->decomp_buf never being freed. 16 years ago
Reimar Döffinger 908425c758 Only call inflateEnd when we were actually using the zlib code. 16 years ago
Reimar Döffinger 4ad3df9da2 avctx->priv_data is initialized to 0, get rid of useless extra initialization. 16 years ago
Reimar Döffinger 7ffc844742 Merge variable declaration and initialization. 16 years ago
Reimar Döffinger 7c20421661 Use int-size types instead of char where it makes no difference. 16 years ago
Reimar Döffinger 7a15b25827 Take advantage of available input padding to optimize mszh_decomp 16 years ago
Reimar Döffinger a5d2745d8e Change maskbit variable to contain (1 << maskbit) 16 years ago
Reimar Döffinger e0b3af9059 Remove check that thanks to padding is no longer necessary. 16 years ago