79 Commits (fdc6e31725768bddcb2e261cc8a91080b1f7dd43)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
Michael Niedermayer 88f0e05c72
avcodec/pictordec: Remove mid exit branch 2 years ago
Michael Niedermayer 1fdb65d2b7
avcodec/pictordec: Check that the image fits in the input 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 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
Michael Niedermayer 31f03120e8 avcodec/pictordec: Optimize more odd cases for picmemset() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 5231e89eb9 avcodec/pictordec: Optimize picmemset() for single plane full lines 5 years ago
Michael Niedermayer 838710bd6c avcodec/pictordec: Only recalculate d when y changes in picmemset() 6 years ago
Michael Niedermayer 3ed360ea5c avcodec/pictordec: avoid pointers in picmemset() 6 years ago
Michael Niedermayer 470700bc96 avcodec/pictordec: Error out if more than one plane is unused 6 years ago
Michael Niedermayer eb3c1a94ad pictor: Correctly check frame dimensions 7 years ago
Michael Niedermayer 0f34c0789f avcodec/pictordec: runtime error: left shift of 15 by 28 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 0728d9a281 avcodec/pictordec: Fix runtime error: left shift of 805306368 by 2 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 01a33b835f avcodec/pictordec: Fix runtime error: left shift of 64 by 25 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 63e400a880 avcodec/pictordec: Check plane value before doing value/mask computations 8 years ago
Michael Niedermayer 01d196a67d avcodec/pictordec: Do not read more than nb_planes 8 years ago
Michael Niedermayer 8c2ea3030a avcodec/pictordec: Fix logic error 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Anton Khirnov 0f21d8b1b4 pictordec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 560612344e avcodec/pictordec: remove y checks, which have become redundant 12 years ago
Michael Niedermayer 8088d6f5f1 avcodec/pictordec: run av_image_check_size() unconditionally 12 years ago
Anton Khirnov fe9bb61f9a pictordec: pass correct context to avpriv_request_sample 12 years ago
Anton Khirnov 5f7aecde02 pictordec: break out of both decoding loops when y drops below 0 12 years ago
Luca Barbato 183880cfc4 pictor: use the correct logging context 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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 478fc7f57b pictordec: fix cga palette index limit 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 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
Peter Ross 8b67ec77f0 pictordec: fill any unset portion of the image 12 years ago
Piotr Bandurski bf0d098a98 pictordec: decode 1bpp / 4bpp images when extra header marker is missing 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_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Laurentiu Ion d859191322 pictordec: Use bytestream2 functions 13 years ago
Paul B Mahol ba10207bbe Use more designated initializers. 13 years ago
Peter Ross 56f6628bca pictordec: decode 8bpp images when extra header marker is missing 13 years ago
Peter Ross 1fd6924320 pictordec: support uncompressed images 13 years ago
Peter Ross f3f488423a pictordec: prevent segfault when reading corrupted files 13 years ago
Peter Ross 43a2a8b4a3 pictordec: use correct context for another av_log 13 years ago
Carl Eugen Hoyos 9dcd8b86f9 Use correct context for av_log. 13 years ago