255 Commits (2c734a84964c6f6896194b0a3175124897468eac)

Author SHA1 Message Date
Andreas Rheinhardt d43f0f6136 avcodec/alac: Mark decoder as init-threadsafe 4 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
Michael Niedermayer 4333718b35 avcodec/alac: Check decorr_shift to avoid invalid shift 4 years ago
Limin Wang bdbe3f06a2 avcodec/alac: remove FF_ALLOC_OR_GOTO and gotos label 4 years ago
Limin Wang 42a3850360 avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUP 4 years ago
Michael Niedermayer 22e51e95ac avcodec/alac: Fix integer overflow with 24/20bps samples 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 6a865cec5e avcodec/alac: Fix integer overflow in LPC coefficient adaption 5 years ago
Michael Niedermayer 7686ba1f14 avcodec/alac: Fix integer overflow in lpc_prediction() with sign 5 years ago
Michael Niedermayer 44b73a0568 avcodec/alac: Fix integer overflow in LPC 5 years ago
Michael Niedermayer b30c07cc2b avcodec/alac: Fix invalid shifts in 20/24 bps 5 years ago
Michael Niedermayer 0831cbfe09 avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction() 5 years ago
Michael Niedermayer 8f49176e84 avcodec/alac: Check for bps of 0 5 years ago
Michael Niedermayer ae3d6a337a avcodec/alac: Fix multiple integer overflows in lpc_prediction() 5 years ago
Michael Niedermayer a6474b899c avcodec/alac: Check lpc_quant 5 years ago
Carl Eugen Hoyos 53064e134c lavc/alac: Make a variable unsigned. 6 years ago
Michael Niedermayer 5079eca22a avcodec/alac: Avoid unspecific error codes and forward error codes 6 years ago
Carl Eugen Hoyos 3357b68bc0 lavc/alac: Avoid allocating huge memory blocks for malicious alac input. 7 years ago
Carl Eugen Hoyos 12f7c091e8 lavc/alac: Export samplerate. 8 years ago
Alexandra Hájková 4795e4f61f alac: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Anton Khirnov 796dca027b alac: do not return success if nothing was decoded 8 years ago
Paul B Mahol c5d2d3dced avcodec/alac: fix 20-bit support 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
James Almer 72254b19b8 x86/alacdsp: add simd optimized functions 9 years ago
James Almer b70566d6ca avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdsp 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Hendrik Leppkes eb011f73ca avcodec/alac: remove dead code cruft 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer f7068bf277 avcodec/alac: Clear pointers in allocate_buffers() 9 years ago
Andreas Cadhalpun 243e8443cd alac: Reject rice_limit 0 if compression is used 10 years ago
Andreas Cadhalpun 4b657a1b1e alac: reject rice_limit 0 if compression is used 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Christophe Gisquet 30cac8313a alac: add option to decoded incorrect ALAC 10 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer d5af400713 avcodec/alac: warn if not all channels where decoded 11 years ago
Michael Niedermayer e11983bda0 avcodec/alac: only set *got_frame_ptr when all channels have been decoded 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö 59480abce7 alac: Do bounds checking of lpc_order read from the bitstream 11 years ago
Martin Storsjö 35cbc98b72 alac: Check that the channels fit at the given offset 11 years ago
Martin Storsjö f7c5883126 alac: Limit max_samples_per_frame 11 years ago
Paul B Mahol ff0bdf9375 lavc: copy AVCodecContext for threads 12 years ago
Paul B Mahol 61d900fd0d lavc: add ONLY_IF_THREADS_ENABLED where it is missing 12 years ago
Paul B Mahol b28851a1d6 alac: frame multi-threading support 12 years ago
Paul B Mahol b257d9a01f alac: use init_get_bits8() 12 years ago
chinshou b619a54853 alac: Fix order of values in comment 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago