summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAge
* aacenctab: Add missing ff_ prefixesTimothy Gu2015-08-22
* aacenc: treat unknown profile as AAC-LCRostislav Pehlivanov2015-08-21
* aacenc: implement the complete AAC-Main profileRostislav Pehlivanov2015-08-21
* aacenc_tns: implement temporal noise shapingRostislav Pehlivanov2015-08-21
* aacenc: do not reject AAC-Main profileRostislav Pehlivanov2015-08-21
* aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov2015-08-21
* aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov2015-08-21
* aacenc: create and initialize an LTP contextRostislav Pehlivanov2015-08-21
* aacenc: populate the sce->ics.swb_offset table pointerRostislav Pehlivanov2015-08-21
* aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov2015-08-21
* aacenc: coding style changesRostislav Pehlivanov2015-08-21
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-11
* aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov2015-08-07
* aacenc: add description to the 'aac_coder' optionRostislav Pehlivanov2015-08-01
* aacenc: remove redundant argument from coder functionsRostislav Pehlivanov2015-08-01
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | AAC Encoder: clipping avoidanceClaudio Freire2015-07-27
* | aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov2015-07-21
* | aacenc: fix option descriptionsRostislav Pehlivanov2015-07-07
* | aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov2015-07-05
* | aacenc: add support for coding of IS spectral coefficientsRostislav Pehlivanov2015-07-05
* | aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov2015-07-05
* | aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov2015-07-05
* | aacenc: reset marked IS and M/S bands upon frame encodingRostislav Pehlivanov2015-07-03
* | aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov2015-06-29
* | avcodec/aacenc: use < 0 instead of != 0 for error checksMichael Niedermayer2015-05-16
* | aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov2015-04-15
* | aacenc: Adjust the initial offset for PNS valuesRostislav Pehlivanov2015-04-14
* | aacenc: Add support for Perceptual Noise Substitution energy valuesRostislav Pehlivanov2015-04-13
* | AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate.Claudio Freire2015-03-06
* | AAC: Fix M/S stereo encodingClaudio Freire2015-03-03
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* | avcodec/aacenc: Fix sample rate checkMichael Niedermayer2015-02-22
* | Merge commit '971099ff5a85377579eb5b8d3620e283957f097e'Michael Niedermayer2014-12-19
|\|
| * aacenc: correctly check returned valueVittorio Giovara2014-12-18
* | avcodec/aacenc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* | avcodec/aacenc: check input for NaNMichael Niedermayer2014-11-08
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* | avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/aacenc: dont use global quality if its negativeMichael Niedermayer2014-05-24
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * aacenc: Fix erasure of surround channelsClaudio Freire2013-05-14