87 Commits (45660c7d1b76185de97160808d81885f9dd08e23)

Author SHA1 Message Date
Diego Biurrun f20518568a build: Split WMA frequencies into a separate object file 10 years ago
Michael Niedermayer 07728a1115 avcodec/binkaudio: clear padding area of packet_buffer 11 years ago
Paul B Mahol 1de8dfcbc4 avcodec/binkaudio: use init_get_bits8() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 11 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
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 5cc0bd2cb4 binkaudio: 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 faf340f60c binkaudio: set channel layout 12 years ago
Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 12 years ago
Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 12 years ago
Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol c2dd01c16f binkaudio: prevent extradata overread 13 years ago
Paul B Mahol 824a6975ee binkaudio: check number of channels 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles add7b1140f binkaudio: expand quant_table to accommodate all possible values 13 years ago
Justin Ruggles 425a843505 binkaudio: change short to int16_t 13 years ago
Justin Ruggles 4f4e19480a binkaudio: only decode one block at a time. 13 years ago
Justin Ruggles eaddd29e00 binkaudio: store interleaved overlap samples in BinkAudioContext. 13 years ago
Justin Ruggles 9f48039a37 binkaudio: pre-calculate quantization factors 13 years ago
Justin Ruggles 101ef19ef4 binkaudio: add some buffer overread checks. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Kostya df64da3b1e bink: pass Bink version to audio decoder through extradata instead of codec_tag. 14 years ago
Ivan Kalvachev 093768c9a4 Fix bink audio playback outside of FFmpeg. 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Peter Ross 4913af0cd3 Bink version 'b' audio decoder 14 years ago
Peter Ross 8d09fc1930 binkaudio: simplify frame_len_bits and frame_len calculation 14 years ago
Peter Ross 408ee5a90c binkaudio: remove unnecessary loop 14 years ago
Peter Ross 23d82139d2 binkaudio: perform band table scaling in decode_init 14 years ago
Peter Ross ccfcddb3f2 Bink version 'b' audio decoder 14 years ago
Peter Ross 8a8c283edd binkaudio: simplify frame_len_bits and frame_len calculation 14 years ago
Peter Ross a304def1dc binkaudio: remove unnecessary loop 14 years ago
Peter Ross 582ac86d19 binkaudio: perform band table scaling in decode_init 14 years ago
Peter Ross c4c9fb4690 binkaudio: remove unused copy of AVCodecContext* 14 years ago
Peter Ross 136901567c binkaudio: fix channel count check 14 years ago
Peter Ross 71f88b1f38 binkaudio: remove unused copy of AVCodecContext* 14 years ago
Peter Ross 9806fbd535 binkaudio: fix channel count check 14 years ago
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 733dbe7d18 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago