105 Commits (ea147f3b50c6826134926f176bc51ba1c5924c60)

Author SHA1 Message Date
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 3 years ago
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 79fe1c8f3a avcodec/tscc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 6fc4f28a11 avcodec/tscc: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 54cb70594d avcodec/tscc: Don't free uninitialized z_stream 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 7b10083933 avcodec: Factor updating palette out 4 years ago
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 6 years ago
Paul B Mahol 51a087771b avcodec/tscc: decoder supports init_cleanup capability 7 years ago
Paul B Mahol 86e7e7816b avcodec/tscc: check av_frame_alloc() for failure 7 years ago
Michael Niedermayer d2015e6b86 avcodec/tscc: Do not duplicate images 7 years ago
Michael Niedermayer 679bfa453f avcodec/tscc: Move reading the side data palette before other checks 7 years ago
Michael Niedermayer 91578f5798 avcodec/tscc: Move reget buffer to after decoding 7 years ago
Michael Niedermayer 979bca5134 avcodec/tscc: Check side data size before use 8 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Vittorio Giovara 3496cec433 msrle: Use AVFrame instead of AVPicture 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Carl Eugen Hoyos d45fadb6df lavc/tscc: Make 32bit output opaque. 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 4da8cdbb91 tscc: Eliminate pointless variable indirections in decode_frame() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 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
Anton Khirnov a4a26f5188 tscc: remove some pointless comments and empty lines. 12 years ago
Anton Khirnov ac1e93f555 tscc: 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
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Michael Niedermayer b9a7719828 tscc: fix "assignment discards qualifiers from pointer target type" warning 13 years ago
Nicolas George 9467f4eb5d lavc/tscc: use reget_buffer. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Paul B Mahol 1aeb87fa07 tscc: employ more meaningful return values 13 years ago
Ronald Bultje 992f71e95d msrle: convert MS RLE decoding function to bytestream2. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Diego Biurrun 933a6fd5a1 cosmetics: fix indentation/alignment in AVCodec declarations 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago