89 Commits (0d851a82dd974dcafe2f4f67ea0d72fb2e63c6bb)

Author SHA1 Message Date
Paul B Mahol 53523ed530 avcodec/tak*: use cached bitstream reader on !x86_32 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 3 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt da0e7c3b67 avcodec/takdec: Remove unnecessary emms_c() 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
Anton Khirnov cf512325cb tak: convert to new channel layout API 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 94b3ce05b9 avcodec/takdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 42eb78059d avcodec/takdec: Fix overflow with large sample rates 5 years ago
Michael Niedermayer f119273649 avcodec/takdec: Fix integer overflow in decorrelate() 6 years ago
Michael Niedermayer 5d31f03a02 avcodec/takdec: Fix integer overflow in decode_lpc() 8 years ago
Michael Niedermayer 3dabb9c69d avcodec/takdec: Fix integer overflows in decode_subframe() 8 years ago
Michael Niedermayer 2c630d159f avcodec/takdec: Fix integer overflow in decode_subframe() 8 years ago
Michael Niedermayer 0c2ef4f6b4 avcodec/takdec: Fix integer overflow 8 years ago
Michael Niedermayer 27c2006805 avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P output 8 years ago
Michael Niedermayer e4efd41b83 avcodec/takdec: Fix multiple runtime error: signed integer overflow: 637072 * 4096 cannot be represented in type 'int' 8 years ago
Michael Niedermayer f95f9f9755 avcodec/takdec: Fix runtime error: signed integer overflow: 2146548196 + 2156738 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 0ce7cf0c86 avcodec/takdec: Fix runtime error: left shift of negative value -360 8 years ago
Michael Niedermayer 64d0dad93c avcodec/takdec: Fix multiple runtime error: signed integer overflow: -512 * 4563386 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 955db41192 avcodec/takdec: Fix runtime error: signed integer overflow: 8192 * 524308 cannot be represented in type 'int' 8 years ago
Michael Niedermayer d66193252b avcodec/takdec: Fix runtime error: left shift of negative value -63 8 years ago
Michael Niedermayer 99c4c76cfb avcodec/takdec: Fix runtime error: left shift of negative value -42 8 years ago
Michael Niedermayer c5d2fa2fdf avcodec/takdec: Fix multiple runtime error: left shift of negative value -1 8 years ago
Alexandra Hájková 381a4e31a6 tak: 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
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Paul B Mahol 38797a8033 avcodec/takdec: add code that got somehow lost in process of REing 9 years ago
Paul B Mahol 7a0aee1688 avcodec/takdec: fix decoding of some sample rates with multichannel coder 9 years ago
Andreas Cadhalpun a2d1922bde takdec: ensure chan2 is a valid channel index 9 years ago
Michael Niedermayer 08b520636e avcodec/takdec: Skip last p2 sample (which is unused) 9 years ago
Michael Niedermayer 7cea3430a5 avcodec/takdec: Use memove, avoid undefined memcpy() use 9 years ago
Paul B Mahol 35af7add6f avcodec/takdec: add x86 SIMD for rest of decorrelation modes 10 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Andreas Cadhalpun 05c57ba2f4 takdec: ensure chan2 is a valid channel index 10 years ago
James Almer 03616af2c9 Revert "takdec: pad filter coeff buffer for DSP functions" 10 years ago
Christophe Gisquet e0c7ba40cf takdec: pad filter coeff buffer for DSP functions 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Vittorio Giovara 5ac06633cb takdec: check av_samples_get_buffer_size() return value 10 years ago
Michael Niedermayer 4fed019821 avcodec/takdec: remove unused variable 11 years ago
Michael Niedermayer 7dbc27dc1d avcodec/takdec: move tmp declaration to where its used 11 years ago