113 Commits (1837ae9d5f3eb8483c76dc708e68e466f9021cac)

Author SHA1 Message Date
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
Carl Eugen Hoyos 1e34014010 lavc/bmp: Avoid a heap buffer overwrite for 1bpp input. 6 years ago
Michael Niedermayer 63b8d4146d avcodec/bmp: Use ff_set_dimensions() 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Michael Niedermayer 0c42d0add3 avcodec/bmp: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Vittorio Giovara 3496cec433 msrle: Use AVFrame instead of AVPicture 9 years ago
Michael Niedermayer aec340c533 avcodec/bmp: Analyze BGRA files alpha channel to choose pixel format 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Reimar Döffinger d96090e7b6 Support BMP files that do not properly align lines. 10 years ago
Carl Eugen Hoyos 810294ce3d Use os/2 palette even if it contains less than 256 entries. 11 years ago
Carl Eugen Hoyos 8f6a04a279 Assume that old bmps do not contain transparency information. 11 years ago
Michael Niedermayer bd8b6ed96d avcodec/bmp: fix integer overflow in checking header sizes 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Piotr Bandurski 5f39992ed9 bmp: fix decoding of flipped rle4 11 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 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 5270cb39ba bmp: Fix warning X may be used uninitialized in this function 12 years ago
Michael Niedermayer 633f997479 bmp: check available space when reading palette 12 years ago
Anton Khirnov abcc235481 bmp: return meaningful error codes. 12 years ago
Anton Khirnov 3eab600752 bmp: cosmetics, reformat 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 2fed05f53a avoid more "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Paul B Mahol 313b40efbd bmp: unbreak non BMP_RGB compression for v4 and v5 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 8b78c2969a bmpdec: only initialize palette for pal8. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Ronald Bultje 992f71e95d msrle: convert MS RLE decoding function to bytestream2. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Paul B Mahol bd36ec55be bmpdec: proper check for alpha 13 years ago
Paul B Mahol 7c4b397508 bmpdec: support various bitfields for 32 bit depth 13 years ago
Paul B Mahol a6839c4e60 bmpdec: support for rgb444 with bitfields compression 13 years ago
Paul B Mahol 353a2d2164 bmpdec: support for rgb444 with bitfields compression 13 years ago
Carl Eugen Hoyos 3a15051aba Always assume the bmp palette as being opaque. 13 years ago
Carl Eugen Hoyos 6f2054c589 Fix linesize for bmp with bitdepth < 8. 13 years ago
Carl Eugen Hoyos 9608e3a182 Support decoding 56 byte BMP Bitmap Information Header. 13 years ago
Carl Eugen Hoyos 1e92d58e44 bmp: fix some 1bit samples. 13 years ago
ami_stuff 28a11a67d2 BMP: Support BMP OS/2 v2 with RLE compression. 13 years ago
Carl Eugen Hoyos 8b08f81949 Support transparency in 32bit bmp files. 13 years ago
Carl Eugen Hoyos 0e609d7418 Fix some 1bit bmp samples, they are palletised. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago