71 Commits (ed633a1312141e7af0a31a506767127e78cd6558)

Author SHA1 Message Date
Andreas Rheinhardt d48d7bc434 avcodec/vp8: Convert to ProgressFrame API 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Niklas Haas 133cbbe31e avcodec/webp: respect side data preference 11 months ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year 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
Niklas Haas 61ffa23c2e avcodec/codec_internal: add cap for ICC profile support 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4ad686269d avcodec: Add const to decoder packet data pointers 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 Schneider 59c647bcf3 avcodec/exif: Don't include tiff.h in exif.h 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Maryla 9f4708c22d webp: fix transforms after a palette with pixel packing. 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Michael Niedermayer 5e00eab611 avcodec/webp: Check available space in loop in decode_entropy_coded_image() 3 years ago
Andreas Rheinhardt 4082520385 avcodec/webp: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
James Almer 4ab7670762 avcodec/webp: use av_packet_alloc() to allocate packets 4 years ago
Andreas Rheinhardt 8b1bb4f38e avcodec/webp: Replace never-true check by assert 4 years ago
Andreas Rheinhardt 548f1a3fa4 avcodec/webp: Return directly when creating Huff table fails 4 years ago
Andreas Rheinhardt d4cce1514e avcodec/webp: Use uint8_t for code lengths 4 years ago
Andreas Rheinhardt 00772ef4f7 avcodec/webp: Use LE VLC table for LE bitstream reader 4 years ago
Pascal Massimino 857fd2ad99 avcodec/webp: fix decoding for trailing junk 5 years ago
Mark Thompson 57623cba13 webp: Fix alpha initialisation 7 years ago
Mark Thompson 9f00fa5369 vp8: Add hwaccel hooks 7 years ago
James Almer ae100046ca avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd() 7 years ago
James Almer c220fe008c avcodec/webp: add support for ICCP chunks 8 years ago
Michael Niedermayer 67020711b7 avcodec/webp: Fixes null pointer dereference 8 years ago
Michael Niedermayer 8c5cd1c9d3 avcodec/webp: Fix signedness in prefix_code check 8 years ago
Michael Niedermayer a3508cc3fe avcodec/webp: Add missing input padding 8 years ago
Michael Niedermayer 6b5d3fb26f avcodec/webp: Always set pix_fmt 8 years ago
Michael Niedermayer 72810d20b7 avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossless_decode_frame() 8 years ago
Michael Niedermayer c4f63b78b7 avcodec/webp: Factor update_canvas_size() out 8 years ago
Michael Niedermayer 2f2bc2e246 avcodec/webp: Check for VP8X after other VP8 chunks 8 years ago
Michael Niedermayer 9bf4523e40 avcodec/webp: Fix null pointer dereference 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Mark Thompson 7cb9296db8 webp: Fix alpha decoding 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 39ecf0588f webp: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Carl Eugen Hoyos 1106a2c5dd lavc/webp: Print a warning for unsupported chunks. 9 years ago
James Almer 778439b69a avcodec/webp: move exif_metadata outside of WebPContext 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 10 years ago
Andreas Cadhalpun 0762152f7a webp: fix infinite loop in webp_decode_frame 10 years ago
Andreas Cadhalpun 76d4c62734 webp: Make sure enough bytes are available 10 years ago