89 Commits (30518a68a74b82abaf2a8f230fee18b7e6c477fa)

Author SHA1 Message Date
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 9 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 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Carl Eugen Hoyos 9f9a1f424e Set QuickDraw palette opaque. 13 years ago
Laurent Aimar 4fd56f842c quickdraw: Check for out of bound reads 13 years ago
Laurent Aimar 44e2f0c3cd Check for out of bound reads in the QuickDraw decoder. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 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 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