88 Commits (a686d34fea6e963f878518ffe3a08512362ed79b)

Author SHA1 Message Date
Anton Khirnov 9ce63e65d6 lavc/avcodec: fix global/private option precendence 2 months ago
James Almer 660e7e6a0e avcodec: add LCEVC decoding support via LCEVCdec 3 months ago
James Almer fdf8025eb6 avcodec/avcodec: remove usage of __typeof__() 4 months ago
Niklas Haas 3305767560 avcodec: add avcodec_get_supported_config() 4 months ago
Dale Curtis 7753a9d627 lavc: Check codec_whitelist early in avcodec_open2() 4 months ago
Anton Khirnov 5acbdd2264 lavc: convert frame threading to the receive_frame() pattern 5 months ago
James Almer 86e418ffd7 avcodec/avcodec: free decoded_side_data in ff_codec_close() 8 months ago
Andreas Rheinhardt 2135a40b1c avcodec/decode: Add new ProgressFrame API 8 months ago
Anton Khirnov a3f4670943 lavc/decode: move sd_global_map to avcodec 9 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 10 months ago
James Almer 2717dcfb85 avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBER 10 months ago
James Almer eb5b4e60c9 avcodec/avcodec: don't print coded dimensions if not set 11 months ago
Anton Khirnov 1cc24d7495 lavc: deprecate avcodec_close() 11 months ago
Marton Balint 363b3ec98a all: use av_channel_layout_describe_bprint instead of av_channel_layout_describe in a few places 12 months ago
Andreas Rheinhardt 78c9ed26b6 avcodec/get_buffer: Use RefStruct API for FramePool 1 year ago
Andreas Rheinhardt f58038d498 avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions 1 year ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Andreas Rheinhardt 866be3fa1e avcodec/internal: Move FF_MAX_EXTRADATA_SIZE to its only user 1 year ago
Anton Khirnov f264204de9 lavc: deprecate AV_CODEC_FLAG_DROPCHANGED 1 year ago
Anton Khirnov 232700154c lavc: add generic-encode-layer private data 2 years ago
Anton Khirnov f2fb882b3f lavc: add generic-decode-layer private data 2 years ago
Anton Khirnov 6ff27024b8 lavc/avcodec: split flushing into decode- and encode-specific functions 2 years ago
Anton Khirnov 5e7b5b0090 lavc: add a header for internal generic-layer APIs 2 years ago
Anton Khirnov 3d2e1aa324
lavc/decode: stop duplicating code from hwaccel_uninit() 2 years ago
Zhao Zhili 36a56d3cc8 avcodec/avcodec: fix UB NULL+0 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
James Almer 5f9e848e68 avcodec: remove FF_API_AVCTX_TIMEBASE 2 years ago
James Almer b1fdb0b347 Revert "avcodec/decode: use a packet list to store packet properties" 2 years ago
Andreas Rheinhardt 90edbd3185 avcodec/avcodec: Always use old channel count/layout if set 2 years ago
Andreas Rheinhardt a06a2d8943 avcodec/avcodec: Check for more invalid channel layouts 2 years ago
Andreas Rheinhardt e2e3181519 avcodec/avcodec: Uninitialize AVChannelLayout before overwriting it 2 years ago
James Almer 33cdf51a06 avcodec/avcodec: Use the new API fields to validate the layout returned by decoders 2 years ago
Andreas Rheinhardt 70f3035482 avcodec/avcodec: Remove redundant check 2 years ago
Andreas Rheinhardt 3040876833 avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinit 2 years ago
Anton Khirnov e3838b856f lavc: add API for exporting reconstructed frames from encoders 2 years ago
Niklas Haas c688ddc067 avcodec: add common fflcms2 boilerplate 2 years ago
James Almer 5114ce1e2a avcodec/aacdec: remove skip samples multiplier 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt c19797bf59 avcodec/internal: Hide stuff only used by the core decode API 3 years ago
Anton Khirnov 8016219472 lavc: drop a confusing message about "thread emulation" 3 years ago
Anton Khirnov 2cb86cd00c lavc/avcodec: only allocate decoding packets for decoders 3 years ago
Andreas Rheinhardt f2b79c5b85 lib*/version: Move library version functions into files of their own 3 years ago
Andreas Rheinhardt fa3f9f2f6a avcodec/avcodec: Don't reset decoder-fields for encoders when flushing 3 years ago
Andreas Rheinhardt f6e167998f avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointer 3 years ago
Andreas Rheinhardt 3649051dc4 avcodec/avcodec: Avoid av_frame_unref(NULL) 3 years ago
Anton Khirnov 32413600e8 lavc/encode: drop EncodeSimpleContext 3 years ago
Anton Khirnov 1c01dca144 lavc/avcodec: only allocate the encoding frame for encoders 3 years ago
Anton Khirnov 7efa6418b8 lavc/avcodec: simplify codec id/type validity checking 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