104 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Rostislav Pehlivanov 013498ba15 aacenc: Adjust the initial offset for PNS values 10 years ago
Rostislav Pehlivanov f7f71b5795 aacenc: Add support for Perceptual Noise Substitution energy values 10 years ago
Claudio Freire 6394acaf36 AAC: Fix M/S stereo encoding 10 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Alex Converse d615187f74 aacdec: Support for ER AAC ELD 480. 10 years ago
Michael Niedermayer 68b8e21b8b avcodec/aacdec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer 55d592f7d9 avcodec/aacdec: Skip processing channel elements which have not been present 10 years ago
Benoit Fouet e56425d1a7 avcodec/aacdec: warn user when remapping streams. 10 years ago
Michael Niedermayer fa915d4193 avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro 11 years ago
Alex Converse b3be41ca82 aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). 11 years ago
Alex Converse 1914e6f010 aacdec: Add support for LD (Low Delay) AAC 11 years ago
Diego Biurrun 03039f4c8c miscellaneous typo fixes 11 years ago
Michael Niedermayer eab49f4fb5 Revert "aacdec: Reconfigure output as needed, disable pop_output_configuration()" 12 years ago
Michael Niedermayer 60dbf2eff9 aacdec: Reconfigure output as needed, disable pop_output_configuration() 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Mirjana Vulin 8d2eb5fe58 mips: optimization for float aac decoder (sbr module) 12 years ago
Justin Ruggles ffd2123095 aac: decode directly to the user-provided AVFrame 12 years ago
Mirjana Vulin 2b6a8187a6 mips: optimization for float aac decoder (core module) 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Michael Niedermayer b113d4a83c aacdec: make dual mono mode selectable through AVOptions too. 12 years ago
Michael Niedermayer 644f021ccf aacdec: simplify dmono 12 years ago
Justin Ruggles 3d3cf6745e aacdec: use float planar sample format for output 12 years ago
Mans Rullgard 7a12d97eb1 aac: fix build with hardcoded tables 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Akihiro Tsukada c3c646a868 aacdec: add support for dual mono in Japanese DTV 12 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Alex Converse 9fb7e14635 aacdec: More robust output configuration. 13 years ago
Alex Converse 37bed6ff3f aacdec: Try to sniff a reasonable channel layout for PCE based configurations. 13 years ago
Alex Converse 4acd43a295 aacdec: Turn off PS for multichannel files that use PCE based configs. 13 years ago
Reimar Döffinger 36be045ed7 Support "VLB " audio in NSV files. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 14 years ago
Justin Ruggles 033a4a942a aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. 14 years ago
Alex Converse 767848d761 aacdec: remove sf_scale and sf_offset. 14 years ago
Alex Converse d70fa4c423 Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Young Han Lee 4f84e728da aacdec: Reduce the size of buf_mdct. 14 years ago
Young Han Lee e22910b21a aacdec: Reduce the size of buf_mdct. 14 years ago
Young Han Lee ece6cca14a aacdec: Implement LTP support. 14 years ago
Young Han Lee ead15f1dc1 aacdec: Implement LTP support. 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
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Alex Converse bb2d8e9f05 aacdec: Rework channel mapping compatibility hacks. 14 years ago
Alex Converse c909d48266 Whitespace cosmetics 15 years ago
Alex Converse 8e5998f0ab aac: Move an initialization macro used only by the decoder out of the header. 15 years ago
Alex Converse dd8871a63b aacdec: Rename avccontext to avctx. 15 years ago