178 Commits (61628a44eb8e7a8abc884bf3f7f0b9158229248a)

Author SHA1 Message Date
Michael Niedermayer 283bf5c35b
avcodec/tta: fix signed overflow in decorrelate 1 year ago
Paul B Mahol 082133fc07 avcodec/tta: fix minor code style issues 2 years ago
Paul B Mahol 27315dc345 avcodec/tta: fix regression with new channel layout switch 2 years ago
Paul B Mahol 695bf82bfb avcodec/tta: simplify final samples conversion 2 years ago
Michael Niedermayer 3993345f91
avcodec/tta: Check 24bit scaling for overflow 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 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 1191ffd50a tta: convert to new channel layout API 3 years ago
Andreas Rheinhardt f200424fbf avcodec/tta: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 4 years ago
Andreas Rheinhardt 010072d148 avcodec/tta: 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
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Andreas Rheinhardt eec26b5911 avformat/matroskadec: avcodec/tta: Set extradata_size to 22 5 years ago
Michael Niedermayer 7e9aecc9f3 avcodec/tta: Fix integer overflow in prediction 6 years ago
Michael Niedermayer 17209e48e2 avcodec/tta: Limit decoder to 16 channels 6 years ago
Michael Niedermayer ebccd2f778 avcodec/tta: Fix undefined shift 6 years ago
James Almer 7c1566fec3 avcodec/tta: Don't try to read more than MIN_CACHE_BITS bits 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková fc322d6a70 tta: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Anton Khirnov 4adbb44ad1 tta: avoid undefined shifts 8 years ago
Anton Khirnov dc4b625028 tta: use get_unary() instead of a custom implementation 8 years ago
James Almer d950279cbf avcodec/ttadsp: cosmetics 9 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Michael Niedermayer 46f3015f35 avcodec/tta: Un-break build without threads 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Michael Niedermayer f1593e4ca5 avcodec/tta: Check init_get_bits8() for failure 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer b9792afad1 avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 925bd174f2 avcodec/tta: fix macro () 11 years ago
Michael Niedermayer bb0d9aedcb avcodec/tta: use av_malloc(z)_array() 11 years ago
James Almer 429f742a61 tta: split off hybrid filter processing as ttadsp 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Michael Niedermayer 22458ccbcc avcodec/tta: use init_get_bits8() 12 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 495db0e3b0 ttadec: frame multi-threading support 12 years ago
Paul B Mahol 0f740fea85 tta: use interger instead of pointer to iterate output samples for 24-bit case 12 years ago
Paul B Mahol e2f89f7804 tta: move GetBitContext out of private context 12 years ago
Paul B Mahol 2e67dde954 tta: move code that will be shared with encoder to separate file 12 years ago
Paul B Mahol 58b36959dd tta: use get_unary() 12 years ago