55 Commits (798845ce7e5b7fdd17c7269c5d267fb487d9c46f)

Author SHA1 Message Date
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun f20518568a build: Split WMA frequencies into a separate object file 10 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
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
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
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 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 71f88b1f38 binkaudio: remove unused copy of AVCodecContext* 14 years ago
Peter Ross 9806fbd535 binkaudio: fix channel count check 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Vitor Sessak c2b774a04e Make code using 1d-DCT consistent with the API change 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Peter Ross b41ec742ea Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago