33 Commits (481a46a462ca762600ee4ad4c3b1e93d21b1fa35)

Author SHA1 Message Date
Michael Niedermayer f58eab1512 avcodec/takdec: always check bits_per_raw_sample 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Michael Niedermayer 2886d6cbb7 avcodec/takdec: also do crc check when er compliant is set 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 8491f40500 tak: use crc table from lavu 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 d97044640c takdec: frame multi-threading support 12 years ago
Paul B Mahol 13cb6ed3c4 takdec: simplify use of scalarproduct_int16 in decode_subframe() 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 4a2b26fc1b tak: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Paul B Mahol 9efceaf1f7 takdec: switch to init_get_bits8() 12 years ago
Paul B Mahol 4c7515286b takdec: silence/fix warning for undefined behavior 12 years ago
Paul B Mahol cef28b5602 tak: reduce difference with qatar 12 years ago
Josh Allmann b3deec3253 takdec: fix initialisation of LOCAL_ALIGNED array 12 years ago
Mans Rullgard cd71af90a9 takdec: fix initialisation of LOCAL_ALIGNED array 12 years ago
Paul B Mahol 57231e4d5b tak: demuxer, parser, and decoder 12 years ago
Paul B Mahol 6777aa6387 lavc/takdec: s/get_b/get_bits_esc4 12 years ago
Paul B Mahol 1c779854b5 lavc/takdec: simplify code 12 years ago
Paul B Mahol f8d68822c0 takdec: use samplefmt.h from libavutil 12 years ago
Paul B Mahol 4e4a95b18e takdec: remove get_code() and use get_sbits() directly 12 years ago
Paul B Mahol 0a8360c4f9 takdec: add .sample_fmts 12 years ago
Paul B Mahol 4dcf71aacc takdec: stop decoding in case of unknown bps 12 years ago
Paul B Mahol 56519d7d14 takdec: s/bits_per_coded_sample/bits_per_raw_sample 12 years ago
Paul B Mahol d7a4739265 TAK demuxer, decoder and parser 12 years ago