134 Commits (e1f384adbf6b55523ec6f4d8592f41dee31aec1d)

Author SHA1 Message Date
Michael Niedermayer d11b8bd0c6
avcodec/lcldec: Make PNG filter addressing match the code afterwards 1 year ago
Paul B Mahol 87cf1be905 avcodec/lcldec: fix decoding with AVFrame's negative linesize 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Michael Niedermayer e2c3aa8e2b
avcodec/lcldec: More space for rgb24 2 years ago
Michael Niedermayer 4ea28554db
avcodec/lcldec: 420 seems missing 2 bytes, ignore that 2 years ago
Michael Niedermayer 0cf1ac905d
avcodec/lcldec: Support 4:1:1 and 4:2:2 with odd width 2 years ago
Michael Niedermayer 3eb4e28c26
libavcodec/lcldec: width and height should not be unsigned 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 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 8231080fd3 avcodec/lcldec: Use ff_inflate_init/end(), cleanup generically 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt dd9cbd1cc3 avcodec/lcldec: Fix undefined NULL + 0 4 years ago
Limin Wang 9d442102b9 avcodec/lcldec: remove the unnecessary type conversion 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 4d4734bdc8 avcodec/lcldec: Check mthread_inlen instead of cliping 5 years ago
Paul B Mahol da2fd3f73e avcodec/lcldec: mark output frames as keyframes 8 years ago
Paul B Mahol c61dc28911 avcodec/lcldec: add support for frame threads 8 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
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