138 Commits (3f691c0c6a8cbb293740df4f3bba06a8f5d5fba5)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 89995cfda1 avcodec: Remove redundant pix_fmts from decoders 9 months 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 e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Michael Niedermayer b418ad75c2 avcodec/flashsv: Clear pointers 2 years ago
Michael Niedermayer 8f6432cd77 avcodec/flashsv: Check inflate() for failure 2 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 aaa3868b10 avcodec/flashsv: Use ff_inflate_init/end() 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt dcc3f62270 avcodec/flashsv: Avoid deflating data 3 years ago
Andreas Rheinhardt 88cccd1c73 avcodec/flashsv: Avoid copying packet 3 years ago
Andreas Rheinhardt fa15ad291a avcodec/flashsv: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt de1d67932b avcodec/flashsv: Return error if initializing zlib fails 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 1123331f59 avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv2 5 years ago
Michael Niedermayer 76af425159 avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1 5 years ago
Paul B Mahol 15a5f49c0b avcodec/flashsv: check return value of flashsv_decode_init() 6 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 692ba4fe64 flashsv: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 17705f5d4f avcodec/flashsv: Check size before updating it 9 years ago
Luca Barbato 50d2a3b5f3 flashsv: Initialize the block array 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer a33c7dd213 avcodec/flashsv: check decode_hybrid() for overread 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Anton Khirnov 042aec41ae flashsv: use the AVFrame API properly. 11 years ago
Paul B Mahol 82f5c4d737 avcodec/flashsv: use av_freep() for tmpblock 11 years ago
Paul B Mahol c3311515d5 avcodec/flashsv: fix typo 11 years ago
Paul B Mahol 6e094f7026 avcodec/flashsv: stop using deprecated avcodec_set_dimensions 11 years ago
Paul B Mahol 22c00962c2 avcodec/flashsv: use init_get_bits8() 11 years ago
Luca Barbato 037fea388e flashsv: K&R formatting cosmetics 11 years ago
Michael Niedermayer 57070b1468 flashsv: Check diff_start diff_height values 11 years ago
Luca Barbato 4a64e67988 flashsv: Refactor a little 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 880c73cd76 avcodec/flashsv: check diff_start/height 11 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer a084884b62 flashsv: clear blocks array on reallocation 12 years ago
Michael Niedermayer b6671787db flashsv2_prime: check block before using it. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Janne Grunau 3ae69b9166 flashsv: make sure data for zlib priming is available 12 years ago