56 Commits (ae753dbd0de448b51f0e0b980c26b94747ec44f5)

Author SHA1 Message Date
  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 10 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 9 years ago
  Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 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 12 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
  Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
  Michael Niedermayer ce4ae18405 avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" warning 11 years ago
  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