80 Commits (9ebe6e391071690dbee79a645c51b14bd55c2ff4)

Author SHA1 Message Date
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer c509f4f747 atrac3: Fix crash in tonal component decoding. 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
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Michael Niedermayer 9af6abdc17 atrac3: Fix crash in tonal component decoding. 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 2073224697 atrac3: support float or int16 output using request_sample_fmt 13 years ago
Justin Ruggles a047851329 atrac3: add CODEC_CAP_SUBFRAMES capability 13 years ago
Justin Ruggles 8f98577d4d atrac3: return appropriate error codes instead of -1 13 years ago
Justin Ruggles 47b617021d atrac3: make sure all memory is freed on init failure 13 years ago
Justin Ruggles c91613857d atrac3: add a couple macro constants 13 years ago
Justin Ruggles 1fead73d7b atrac3: return error if packet is too small 13 years ago
Justin Ruggles 7e4881a2d0 atrac3: check output buffer size before decoding 13 years ago
Justin Ruggles 6ba7f78bbb atrac3: use separate pointers for each channel in decodeFrame() 13 years ago
Justin Ruggles 5e76b8bb76 atrac3: use optimized float_interleave() function for stereo interleaving 13 years ago
Justin Ruggles 8af33cb38a atrac3: decode mono directly to the output buffer 13 years ago
Justin Ruggles c4a6fde33f atrac3: decode output to float samples instead of converting to s16 13 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Diego Biurrun d9dee728b8 Use av_log_ask_for_sample() to request samples from users. 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
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
Justin Ruggles 015f9f1ad3 Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Justin Ruggles 6eabb0d3ad Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Vitor Sessak 46a76dec93 Fix handling of truncated files. Should fix random FATE breakages. 14 years ago
Vitor Sessak a28cccf6d6 Fix memory leak in ATRAC3 decoder 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 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 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
Diego Biurrun a79b4b75f7 Remove unused variable, fixes the warning: 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Benjamin Larsson 76ec34a5c3 Remove redundant code forgotten in the split 15 years ago
Benjamin Larsson 0e1baedec3 Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. 15 years ago
Benjamin Larsson 7dd5568924 Indent 16 years ago
Benjamin Larsson 031b1cbeeb Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 16 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago