162 Commits (6bfec5efc4e2e3f52f169d431a282ddeaeb148db)

Author SHA1 Message Date
  Michael Niedermayer 6bfec5efc4 avcodec/apedec: Fix 32bit int overflow in do_apply_filter() 6 years ago
  Michael Niedermayer 787501ae7f avcodec/apedec: Fix 2 signed overflows 6 years ago
  Michael Niedermayer cc600fe4b5 avcodec/apedec: Do not partially clear data array 6 years ago
  Michael Niedermayer f7f3c07282 avcodec/apedec: make left/right unsigned to avoid undefined behavior 6 years ago
  Michael Niedermayer f9749f3335 avcodec/apedec: Fix multiple integer overflows and undefined behaviorin filter_3800() 6 years ago
  Michael Niedermayer 0d922de167 avcodec/apedec: Fix various integer overflows 6 years ago
  Michael Niedermayer 7700ef6737 avcodec/apedec: Fix multiple integer overflows in predictor_update_filter() 6 years ago
  Michael Niedermayer 43ced88379 avcodec/apedec: Add k < 24 check to the only k++ case which lacks such a check 6 years ago
  Michael Niedermayer bbcb59b948 avcodec/apedec: Fix integer overflow 8 years ago
  Paul B Mahol edc61e3aba avcodec/apedec: fix decoding of stereo files with one channel full of silence 9 years ago
  Michael Niedermayer d295ddffe1 avcodec/apedec: Check length in long_filter_high_3800() 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Andreas Cadhalpun 295e05a762 ape: Support _0000 files with nblock smaller than 64 10 years ago
  Andreas Cadhalpun 699341d647 apedec: prevent out of array writes in decode_array_0000 10 years ago
  Andreas Cadhalpun 464c49155c apedec: set s->samples only when init_frame_decoder succeeded 10 years ago
  zhaoxiu.zeng ac7fc444ee avcodec/apedec: simplify sign conversion 11 years ago
  zhaoxiu.zeng 0073c8e345 avcodec/apedec: move 'coeffs[256] and delay[256]' into, long_filter_high_3800 11 years ago
  Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 12 years ago
  Michael Niedermayer 42e6fc147b avcodec/apedec: optimize sign combination 11 years ago
  Diego Biurrun f83896abda ape: Replace memset(0) by zero initialization 11 years ago
  Christophe Gisquet ccff45a0d3 apedsp: move to llauddsp 11 years ago
  Diego Biurrun 054013a0fc dsputil: Move APE-specific bits into apedsp 12 years ago
  Michael Niedermayer ebfe154bd5 avcodec/apedec: tmpk==32 is not supported, prevent undefined behavior 11 years ago
  Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 12 years ago
  Michael Niedermayer 99978320c0 avcodec/apedec: use av_fast_padded_malloc() 12 years ago
  Michael Niedermayer d5128fce38 avcodec/apedec: more checks for k 12 years ago
  Paul B Mahol 49c6f0ae15 avcodec/apedec: use init_get_bits8() 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Rafaël Carré 91d4cfb812 apedec: do not buffer decoded samples over AVPackets 12 years ago
  Michael Niedermayer 60ab448042 ape_decode_value_3860: check k before using it in get_bits() 12 years ago
  Michael Niedermayer 8937230719 ape_decode_value_3900: check tmpk 12 years ago
  Kostya Shishkov 613a37eca4 ape: 3.80-3.92 decoding support 13 years ago
  Kostya Shishkov c42e262513 add support for Monkey's Audio versions from 3.93 13 years ago
  Kostya Shishkov 9652d4fcfc ape: provide two additional bytes in buffer for old MAC versions 13 years ago
  Kostya Shishkov b164d66e35 ape: make version-dependent decoding functions called via pointers 13 years ago
  Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 13 years ago
  Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Justin Ruggles 5932e2d7d2 ape: decode directly to the user-provided AVFrame 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 13 years ago
  Paul B Mahol 77d89a5b16 apedec: consume packet after it has been fully decoded 13 years ago
  Justin Ruggles 461ba7e97a apedec: output in planar sample format 13 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
  Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Christophe Gisquet 706b998cdc ape: Use unsigned integer maths 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Michael Niedermayer 420d1df2e2 apedec: check bits <= 32. 14 years ago
  Michael Niedermayer 8db2935db0 apedec: fix global array overread 14 years ago