167 Commits (9d921cce4f5501e4c507cc921f76a283bee39d09)

Author SHA1 Message Date
Michael Niedermayer 14285c3331 avcodec/aacenc: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer f9fa560597 avcodec/aacenc: check input for NaN 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Michael Niedermayer c4a0c64f14 avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 9a7d332b92 avcodec/aacenc: dont use global quality if its negative 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Timothy Gu 5748e24950 aacenc: use constants to set AAC coder 11 years ago
Claudio Freire 8bbdd20a29 aacenc: Fix erasure of surround channels 12 years ago
Claudio Freire e41cd3cdeb aacenc: Fix ticket #1784: erasure of surround channels 12 years ago
Bojan Zivkovic 26f3924d78 mips: Optimization of AAC coefficients encoder functions 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 12 years ago
Michael Niedermayer 98fed59427 aacenc: Fix assignments in if() 12 years ago
Michael Niedermayer 1e27655388 aacenc: use the correct output buffer 12 years ago
Clément Bœsch 7581ad24a9 lavc/aac: fix shared build failures with MSVC. 12 years ago
Diego Biurrun 72c758f1fd aacenc: Drop some unused function arguments 12 years ago
Michael Niedermayer f69f9b3876 aacenc: replace scale factor warning by assert 12 years ago
Justin Ruggles f3e2d68df6 aacenc: use planar sample format 12 years ago
Michael Niedermayer d56834201b aacenc: fix out of array writes 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Reimar Döffinger 0f96f0d996 aacenc: Fix issues with huge values of bit_rate. 13 years ago
Reimar Döffinger ecd7455e96 aacenc: Fix issues with huge values of bit_rate. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun e484265c97 aacenc: Mark deinterleave_input_samples argument as const. 13 years ago
Clément Bœsch 29679f4a37 aac: reference supported sample rates in encoders. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 7fe8250e9a aacenc: switch to ff_alloc_packet2() 13 years ago
Justin Ruggles ad95307f92 aacenc: use AVCodec.encode2() 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Michael Niedermayer 4b4d3d7249 aacenc: fix library references 13 years ago
Justin Ruggles 89eea6df28 aacenc: make sure to encode enough frames to cover all input samples. 13 years ago
Justin Ruggles f44005b610 aacenc: only use the number of input samples provided by the user. 13 years ago
Mans Rullgard 3715d841a6 Fix non-C89 declarations in for loops 13 years ago
Nathan Caldwell 2e626dd513 aacenc: Fix LONG_START windowing. 13 years ago
Nathan Caldwell dc7e7d4dd9 aacenc: Fix a bug where deinterleaved samples were stored in the wrong place. 13 years ago
Alex Converse efe68076da aacenc: Fix identification padding when the bitstream is already aligned. 13 years ago
Michael Niedermayer cdfe94c5ab aacenc: Write correct length for long identification strings. 13 years ago
Michael Niedermayer b955d4072e Revert "Fix multi-channel AAC encoding." 13 years ago
Nathan Caldwell 9292fe4a1d aacenc: Simplify windowing 13 years ago
Nathan Caldwell 7946a5acfb aacenc: Move saved overlap samples to the beginning of the same buffer as incoming samples. 13 years ago
Nathan Caldwell 9b8e2a8709 aacenc: Deinterleave input samples before processing. 13 years ago
Nathan Caldwell 04af2efaae aacenc: Store channel count in AACEncContext. 13 years ago
Nathan Caldwell 80d44277e6 aacenc: Move Q^3/4 calculation to it's own table 13 years ago