summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* AAC encoder: tweak rate-distortion logicClaudio Freire2015-09-231-22/+65
* avcodec/aacenc: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-12/+4
* aacenc: copy PRNG from the decoderRostislav Pehlivanov2015-09-061-0/+1
* aacenc: reorder coding toolsRostislav Pehlivanov2015-09-021-63/+88
* aacenc: disable bandtype modifying extensions when coder != twoloopRostislav Pehlivanov2015-09-011-0/+5
* aacenc: Enable Intensity Stereo by defaultRostislav Pehlivanov2015-09-011-1/+1
* aacenc: Enable Perceptual Noise Substitution by defaultRostislav Pehlivanov2015-09-011-1/+1
* aacenc: reorder resetting of cpe->common_windowRostislav Pehlivanov2015-09-011-1/+1
* aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov2015-09-011-1/+1
* aacenc: allocate a larger buffer for the TNS LPC contextRostislav Pehlivanov2015-09-011-1/+1
* aacenc: populate tns_max_bandsRostislav Pehlivanov2015-09-011-0/+3
* aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov2015-08-291-1/+1
* aacenc: remove TNS from the todo listRostislav Pehlivanov2015-08-291-1/+0
* aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-291-2/+3
* aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-291-22/+19
* aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabledRostislav Pehlivanov2015-08-291-2/+3
* aacenctab: Add missing ff_ prefixesTimothy Gu2015-08-221-3/+3
* aacenc: treat unknown profile as AAC-LCRostislav Pehlivanov2015-08-211-1/+2
* aacenc: implement the complete AAC-Main profileRostislav Pehlivanov2015-08-211-2/+31
* aacenc_tns: implement temporal noise shapingRostislav Pehlivanov2015-08-211-6/+17
* aacenc: do not reject AAC-Main profileRostislav Pehlivanov2015-08-211-3/+11
* aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov2015-08-211-3/+5
* aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov2015-08-211-2/+5
* aacenc: create and initialize an LTP contextRostislav Pehlivanov2015-08-211-0/+2
* aacenc: populate the sce->ics.swb_offset table pointerRostislav Pehlivanov2015-08-211-0/+3
* aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov2015-08-211-2/+7
* aacenc: coding style changesRostislav Pehlivanov2015-08-211-5/+7
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-111-11/+1
* aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov2015-08-071-116/+2
* aacenc: add description to the 'aac_coder' optionRostislav Pehlivanov2015-08-011-1/+1
* aacenc: remove redundant argument from coder functionsRostislav Pehlivanov2015-08-011-3/+3
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-3/+3
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | AAC Encoder: clipping avoidanceClaudio Freire2015-07-271-1/+37
* | aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov2015-07-211-4/+0
* | aacenc: fix option descriptionsRostislav Pehlivanov2015-07-071-3/+3
* | aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov2015-07-051-2/+9
* | aacenc: add support for coding of IS spectral coefficientsRostislav Pehlivanov2015-07-051-10/+27
* | aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov2015-07-051-0/+6
* | aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov2015-07-051-0/+3
* | aacenc: reset marked IS and M/S bands upon frame encodingRostislav Pehlivanov2015-07-031-0/+2
* | aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov2015-06-291-1/+5
* | avcodec/aacenc: use < 0 instead of != 0 for error checksMichael Niedermayer2015-05-161-2/+2
* | aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov2015-04-151-0/+3
* | aacenc: Adjust the initial offset for PNS valuesRostislav Pehlivanov2015-04-141-1/+1
OpenPOWER on IntegriCloud