153 Commits (1ac89869db05c283235045477f690f1a00852691)

Author SHA1 Message Date
Ganesh Ajjanagadde c4c389aa14 avcodec/apedec: fix bug introduced in commit d3e5fbb140 9 years ago
Ganesh Ajjanagadde d3e5fbb140 avcodec/apedec: fix undefined left shifts of negative numbers 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 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 10 years ago
zhaoxiu.zeng 0073c8e345 avcodec/apedec: move 'coeffs[256] and delay[256]' into, long_filter_high_3800 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 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 11 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 11 years ago
Michael Niedermayer 99978320c0 avcodec/apedec: use av_fast_padded_malloc() 11 years ago
Michael Niedermayer d5128fce38 avcodec/apedec: more checks for k 11 years ago
Paul B Mahol 49c6f0ae15 avcodec/apedec: use init_get_bits8() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Rafaël Carré 91d4cfb812 apedec: do not buffer decoded samples over AVPackets 11 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 12 years ago
Kostya Shishkov c42e262513 add support for Monkey's Audio versions from 3.93 12 years ago
Kostya Shishkov 9652d4fcfc ape: provide two additional bytes in buffer for old MAC versions 12 years ago
Kostya Shishkov b164d66e35 ape: make version-dependent decoding functions called via pointers 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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
Justin Ruggles 5932e2d7d2 ape: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Paul B Mahol 77d89a5b16 apedec: consume packet after it has been fully decoded 12 years ago
Justin Ruggles 461ba7e97a apedec: output in planar sample format 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Christophe Gisquet 706b998cdc ape: Use unsigned integer maths 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 420d1df2e2 apedec: check bits <= 32. 13 years ago
Michael Niedermayer 8db2935db0 apedec: fix global array overread 13 years ago
Michael Niedermayer 7a5e587249 apedec: check bits <= 32 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Justin Ruggles 37390d5cca apedec: allow the user to set the maximum number of output samples per call 13 years ago
Justin Ruggles 39575eead2 apedec: do not unnecessarily zero output samples for mono frames 13 years ago
Justin Ruggles 1d3c672d27 apedec: allocate a single flat buffer for decoded samples 13 years ago
Justin Ruggles 32c61400c0 apedec: use sizeof(field) instead of sizeof(type) 13 years ago
Paul B Mahol b60620bf7e apedec: 8bit and 24bit support 13 years ago
Michael Niedermayer 670229ef43 apedec: remove unused variable 13 years ago
Justin Ruggles 22c0babbb2 apedec: remove unneeded #include of get_bits.h and associated macro 13 years ago