78 Commits (9fa056ba75c089b5120366ab7c5ce8cc4c5bd67a)

Author SHA1 Message Date
Michael Niedermayer 9018bd1197 avcodec/atrac1: Use avpriv_float_dsp_alloc() 10 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 11 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 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
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 0ded61b57a atrac1: decode directly to the user-provided AVFrame 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer ed017ab945 atrac1: Check block align. 12 years ago
Justin Ruggles a38eadf7ed atrac1: do not keep a copy of channel count in the private context 12 years ago
Justin Ruggles 23d53c5473 atrac1: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 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
Martin Storsjö 99560a4caa libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 164fca39bd atrac1: use correct context for av_log() 13 years ago
Justin Ruggles f20dd574f1 atrac1: return appropriate error codes instead of -1 13 years ago
Justin Ruggles 6dc7dd7af4 atrac1: check for ff_mdct_init() failure 13 years ago
Justin Ruggles 21dcecc310 atrac1: use optimized float_interleave() function for stereo interleaving 13 years ago
Justin Ruggles 96b5702efe atrac1: fix a typo 13 years ago
Justin Ruggles bff5b2c1ca atrac1: validate number of channels 13 years ago
Justin Ruggles 9a35ff3841 atrac1: decode mono audio directly to output buffer 13 years ago
Justin Ruggles 33684b9c12 atrac1: check output buffer size before decoding 13 years ago
Laurent Aimar 31ac9b30ae atrac1: give a valid context pointer to av_log(). 13 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 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
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò ee7fed27d4 Rename sf_table in atrac.c unit to ff_atrac_sf_table. 14 years ago
Diego Elio Pettenò 82e1f217f2 Rename sf_table in atrac.c unit to ff_atrac_sf_table. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård da0ac0ee64 Make some functions static 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
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 years ago
Vitor Sessak f49bcde63b Reindent code folowing previous commit (r20019) 15 years ago
Vitor Sessak b11d40d12e Factorize duplicated code in at1_imdct_block() 15 years ago
Benjamin Larsson e704b012f2 Mention SDDS so search engines will pick it up for when someone 15 years ago
Benjamin Larsson edd897b1b3 Use ff_sine_32 in atrac1. 15 years ago