104 Commits (711290f9a3a86f437d3df119c37d152aad4ecb47)

Author SHA1 Message Date
Andreas Rheinhardt df3cdf4c75 avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 9 months ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 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
Michael Niedermayer cd847f86d3 avcodec/qdrw: adjust max colors to array size 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 a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer b63fbc19c0 avcodec/qdrw: Check input for header/skiped space before get_buffer() 5 years ago
Carl Eugen Hoyos 6dc79637f3 lavc/qdrw: Read PixMap palette. 7 years ago
Piotr Bandurski 6ea7711532 avcodec/qdrw: support 16bpp files with bppcnt == 2 && bpp == 8 7 years ago
Michael Niedermayer 46b865ea9f avcodec/qdrw: Fix null pointer dereference 8 years ago
Paul B Mahol 26a7d6a301 avcodec/qdrw: check bytes per scanline for 2bpp images 8 years ago
Paul B Mahol 3a7f8d2a1f avcodec/qdrw: consume bytes when end is reached for 8bpp case 8 years ago
Paul B Mahol 1dcf91f2d3 avcodec/qdrw: fix decoding of odd sized images for 8bpp 8 years ago
Paul B Mahol dc78696ea4 avcodec/qdrw: fix decoding odd size images for 2bpp and 4bpp 8 years ago
Paul B Mahol 05aa53dc55 avcodec/qdrw: fix decoding odd size images for 16bit case 8 years ago
Paul B Mahol f062947261 avcodec/qdrw: do better w/h parsing for direct bit packing 8 years ago
Paul B Mahol fb5c9be82e avcodec/qdrw: add support for 0x0001 code 8 years ago
James Almer d04e0a6bcf avcodec/qdrw: don't overwrite bpp when checking its value 8 years ago
Paul B Mahol 770ac75ae9 avcodec/qdrw: add support for 2bpp and 4bpp packed pallette format 8 years ago
Paul B Mahol 4e6b44559a avcodec/qdrw: fix writing past end of row 8 years ago
Paul B Mahol f4777d1b89 avcodec/qdrw: add support for decoding rgb555 8 years ago
Paul B Mahol 2eaee6e79b avcodec/qdrw: skip long comment for now 8 years ago
Paul B Mahol 3e99b377fc avcodec: remove "get_buffer() failed" message 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Carl Eugen Hoyos 209e91cbc4 lavc/qdrw: Do not fail decoding valid Quickdraw images. 10 years ago
Carl Eugen Hoyos 1eda55510a lavc/qdrw: Fix overwrite when reading invalid Quickdraw images. 10 years ago
Michael Niedermayer 019daa0775 avcodec/qdrw: Fix the code which asks for version 1 samples 10 years ago
Michael Niedermayer 5c8e4bf7c4 avcodec/qdrw: another try at skipping the first 512 bytes 10 years ago
Michael Niedermayer 4b28907e4a avcodec/qdrw: cleanup skip code 10 years ago
Vittorio Giovara 0348e74c01 quickdraw: Skip the empty 512 byte header for images 10 years ago
Carl Eugen Hoyos d0dce15da3 quickdraw: Make the palette opaque 10 years ago
Carl Eugen Hoyos b453e76842 lavc/qdrw: Also support real-world qdraw images. 10 years ago
Vittorio Giovara 34efb8a169 quickdraw: Support direct pixel blocks 10 years ago
Vittorio Giovara bb2cb0a66d quickdraw: Switch to greedy parsing 10 years ago
Vittorio Giovara d00f1e0fc1 quickdraw: Convert to bytestream2 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 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
Anton Khirnov 80cf2ebc59 qdrw: cosmetics, reformat 12 years ago
Anton Khirnov 688b132b88 qdrw: return meaningful error codes. 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
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago