197 Commits (907373ea9d23f782d438dd18babfd75cb5ab305a)

Author SHA1 Message Date
Rostislav Pehlivanov ef8e5a61c8 aacenc: Move small misc. functions to a separate file 9 years ago
Rostislav Pehlivanov c47c781e83 aacenc: Move local encoder specific tables to a separate file 9 years ago
Rostislav Pehlivanov ec2090d21f aacenc: add description to the 'aac_coder' option 9 years ago
Rostislav Pehlivanov 6d175158e9 aacenc: remove redundant argument from coder functions 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Claudio Freire 59216e0525 AAC Encoder: clipping avoidance 9 years ago
Rostislav Pehlivanov 331c1e7494 aacenc: move the generation of ff_aac_pow34sf_tab[] 9 years ago
Rostislav Pehlivanov 80db686a69 aacenc: fix option descriptions 9 years ago
Rostislav Pehlivanov e8576dc8df aacenc: implement Intensity Stereo encoding support 10 years ago
Rostislav Pehlivanov 0b233900fa aacenc: add support for coding of IS spectral coefficients 10 years ago
Rostislav Pehlivanov 38fd4c2e66 aaccoder: add a new perceptual noise substitution implementation 10 years ago
Rostislav Pehlivanov e06578e392 aacenc: use the new function for setting special band scalefactor indices 10 years ago
Rostislav Pehlivanov 9f4f578704 aacenc: reset marked IS and M/S bands upon frame encoding 10 years ago
Rostislav Pehlivanov 7c10b87b57 aacenc: add support for coding of intensity stereo scalefactor indices 10 years ago
Michael Niedermayer 3fb726c6b4 avcodec/aacenc: use < 0 instead of != 0 for error checks 10 years ago
Rostislav Pehlivanov c5d4f87e81 aaccoder: Implement Perceptual Noise Substitution for AAC 10 years ago
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 6dbbb981b5 AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate. 10 years ago
Claudio Freire 6394acaf36 AAC: Fix M/S stereo encoding 10 years ago
Dyami Caliri 50833c9f7b Fix buffer_size argument to init_put_bits() in multiple encoders. 10 years ago
Michael Niedermayer 704c980294 avcodec/aacenc: Fix sample rate check 10 years ago
Vittorio Giovara 971099ff5a aacenc: correctly check returned value 10 years ago
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