164 Commits (20b0d24c2f7ae86cebeb17399a2fea3a7e3d0f69)

Author SHA1 Message Date
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 3 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 5 years ago
Michael Niedermayer 17209e48e2 avcodec/tta: Limit decoder to 16 channels 5 years ago
Michael Niedermayer ebccd2f778 avcodec/tta: Fix undefined shift 5 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 8 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 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 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 11 years ago
Michael Niedermayer 22458ccbcc avcodec/tta: use init_get_bits8() 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 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
Paul B Mahol 710940bec1 tta: stop checking header checksum in extradata 12 years ago
Paul B Mahol c4e0e31424 tta: remove pointless code 12 years ago
Paul B Mahol 7469be099e lavc/tta: use init_get_bits8() 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
James Almer 2e988fd689 lavc/tta: Use a safer check for encrypted streams 12 years ago
Justin Ruggles ad2104ba44 tta: decode directly to the user-provided AVFrame 12 years ago
James Almer 0957041221 lavc/tta: Add support for encrypted streams 12 years ago
Paul B Mahol 056664ff25 lavc/tta: remove nonsense s->avctx indirection, use avctx directly 12 years ago
Justin Ruggles 5778299c7e ttadec: fix last frame handling when seeking 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago