267 Commits (2786d34712491dbd74a3f3cead3eac5fe99af97d)

Author SHA1 Message Date
Michael Niedermayer 30f2bac9f7
avcodec/wavpack: Remove dead assignments 6 months ago
Andreas Rheinhardt d74102e325 avcodec/wavpack: Move transient variable from context to stack 7 months ago
Andreas Rheinhardt 483c85e85e avcodec/wavpack: Optimize always-false comparison away 7 months ago
Andreas Rheinhardt 70e79d289b avcodec/wavpack: Only reset DSD context upon parameter change 7 months ago
Andreas Rheinhardt 8dd0bd4f9b avcodec/wavpack: Move initializing DSD data to a better place 7 months ago
Andreas Rheinhardt 2aac42605c avcodec/wavpack: Use ThreadProgress API 7 months ago
Andreas Rheinhardt d307aca184 avcodec/wavpack: Remove always-false check 7 months ago
Andreas Rheinhardt e81fa9f482 avcodec/wavpack: Only initialize DSD data when encountering DSD 7 months ago
Andreas Rheinhardt 2f59648aed avcodec/wavpack: Fix leak and segfault on reallocation error 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt 05f557b259 avcodec/wavpack: Use RefStruct API for DSD context 1 year ago
Paul B Mahol 3057ce797f avcodec/wavpack: fix indentation 1 year ago
Paul B Mahol 8f7850a22e avcodec/wavpack: reduce extra dereferencing inside loops 1 year ago
Paul B Mahol 46412a8935 avcodec/wavpack: remove hard limitation on number of supported channels 1 year ago
Michael Niedermayer 8374a747af
avcodec/wavpack: Avoid undefined shift in get_tail() 2 years ago
Michael Niedermayer 9bfae83856
avcodec/wavpack: Fix overflow in p=31 2 years ago
Michael Niedermayer 6ad7403bce
avcodec/wavpack: Check for end of input in wv_unpack_dsd_high() 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Paul B Mahol 9bf9d42d01 avcodec/wavpack: fix regression in decoding 2 years ago
Andreas Rheinhardt 94dd8f421e avcodec/wavpack: Constify slice threads' ptr to main context 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 6d037537c1 avcodec/wavpack: Remove redundant av_channel_layout_uninit() 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
Anton Khirnov 03ba5cf321 wavpack: convert to new channel layout API 3 years ago
Paul B Mahol b15d3db8b6 avcodec/wavpack: do not process only first non-zero field of int32info chunk 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Andreas Rheinhardt 4f5bd6177d avcodec/dsd: Make initializing DSD tables thread-safe 4 years ago
Andreas Rheinhardt fd5d66af74 avcodec/wavpack: Fix leak on init failure 4 years ago
Gil Pedersen abcca6a055 avcodec/wavpack: use av_buffer_replace() to simplify code 4 years ago
Michael Niedermayer bafaf95116 avcodec/wavpack: Do not allow the sample format to change between channels 5 years ago
Michael Niedermayer 30f5d67510 avcodec/wavpack: Check rate_x and sample rate for overflow 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Anton Khirnov f1e3e9e204 wavpack: fully support stream parameter changes 5 years ago
Paul B Mahol b3c46e26aa avcodec/wavpack: check for allocation failure 5 years ago
Paul B Mahol 2c08cd284d avcodec/wavpack: fix some syle issues 5 years ago
David Bryant 9a13ed522f avcodec/wavpack: add support for DSD files 5 years ago
Limin Wang 8250bb49b1 avcodec/wavpack: simplify the code 5 years ago
Paul B Mahol cfa7709d05 avcodec/wavpack: fix decoding of files with many channels 6 years ago
Michael Niedermayer d13379fb79 avcodec/wavpack: Fix overflow in adding tail 7 years ago
Michael Niedermayer da038c07f0 avcodec/wavpack: Fix integer overflow in wv_unpack_stereo() 7 years ago
Michael Niedermayer 8e50bd61e4 avcodec/wavpack: Fix integer overflow in FFABS 7 years ago