88 Commits (c3b8d59d2f40550369dbfb2505f2f8415f1e37ec)

Author SHA1 Message Date
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 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 a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt a6bed40865 avcodec/loco: Mark decoder as init-threadsafe 4 years ago
Michael Niedermayer 3ddc5e1f3c avcodec/loco: Fix integer overflow with large values from loco_get_rice() 5 years ago
Michael Niedermayer aa88cdfd90 avcodec/loco: Fix signed integer overflow in loco_get_rice() 5 years ago
Michael Niedermayer c5a52eb5cd avcodec/loco: Check for end of input in the first line 5 years ago
Michael Niedermayer c812db814e avcodec/loco: Check left column value 5 years ago
Michael Niedermayer 8305a4509a avcodec/loco: Check for end of input in pixel decode 5 years ago
Michael Niedermayer ce3b0b9066 avcodec/loco: Limit lossy parameter so it is sane and does not overflow 6 years ago
Paul B Mahol 7115ad53b4 avcodec/loco: rotate other planes too for non-power of 2 widths 6 years ago
Paul B Mahol df05fd3131 avcodec/loco: switch to planar rgb format 6 years ago
Alexandra Hájková d85b37a955 loco: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer 5ba62e89df avcodec/loco: check the init_get_bits8() return code 10 years ago
Michael Niedermayer 131a185826 avcodec/loco: use enum for mode variable 10 years ago
Michael Niedermayer d97b94f1af avcodec/loco: Support LOCO reference encoder with odd width 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 920046abf1 loco: use init_get_bits8() 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 c4735eef03 loco: silence warning: decoded may be used uninitialized in this function 12 years ago
Michael Niedermayer 33796645dc loco: check the last plane too 12 years ago
Anton Khirnov 067432c1c9 loco: check that there is data left after decoding a plane. 12 years ago
Piotr Bandurski 9c50e69385 loco: fix rgba on big-endian 12 years ago
Anton Khirnov b627c3010b loco: cosmetics, reformat 12 years ago
Anton Khirnov 1a31dff937 loco: return meaningful error codes. 12 years ago
Michael Niedermayer 7b5fdd04de locodec: flip RGBA 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
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
Nicolas George d2ca5dd0f3 loco: fix return value. 13 years ago
Nicolas George 91ec1c6cc3 loco: take decode overflow into account. 13 years ago
Michael Niedermayer 31a45014f4 loco: fix 10l typo (missing case) 13 years ago
Carl Eugen Hoyos bdeb54e176 Support decoding LOCO_CRGBA. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Michael Niedermayer 2bf09826c1 loco: Fix error handling. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Diego Biurrun d9dee728b8 Use av_log_ask_for_sample() to request samples from users. 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