summaryrefslogtreecommitdiffstats
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAgeFilesLines
* aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-171-0/+21
* aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov2015-10-121-4/+4
* AAC encoder: Extensive improvementsClaudio Freire2015-10-111-56/+241
* AAC encoder: fix OOB access in search_for_pnsClaudio Freire2015-09-261-3/+3
* AAC encoder: tweak PNS usage to be more aggressiveClaudio Freire2015-09-251-26/+21
* AAC encoder: refactor to resynchronize MIPS portClaudio Freire2015-09-161-280/+4
* aaccoder: respect cutoff when marking bands as PNSRostislav Pehlivanov2015-09-111-5/+2
* aaccoder: tweak PNS implementation furtherRostislav Pehlivanov2015-09-091-28/+24
* aaccoder: add frequency scaling and quantization correction for PNSRostislav Pehlivanov2015-09-071-11/+17
* aaccoder: rewrite PNS implementationRostislav Pehlivanov2015-09-061-25/+76
* aaccoder: use roundf() instead of ceilf()Rostislav Pehlivanov2015-09-061-2/+2
* aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-291-0/+4
* aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-291-4/+0
* aacenc: Add missing ff_ prefixesTimothy Gu2015-08-221-32/+32
* aacenc: implement the complete AAC-Main profileRostislav Pehlivanov2015-08-211-0/+21
* aacenc_tns: implement temporal noise shapingRostislav Pehlivanov2015-08-211-0/+9
* aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov2015-08-211-99/+3
* aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov2015-08-211-217/+1
* aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov2015-08-211-5/+0
* aacenc: coding style changesRostislav Pehlivanov2015-08-211-16/+16
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-111-75/+1
* aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov2015-08-071-31/+1
* aacenc: remove redundant argument from coder functionsRostislav Pehlivanov2015-08-011-6/+6
* AAC Encoder: clipping avoidanceClaudio Freire2015-07-271-38/+70
* aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov2015-07-211-0/+1
* aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov2015-07-051-1/+106
* aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov2015-07-051-1/+51
* aaccoder: remove previous PNS implementation from twoloopRostislav Pehlivanov2015-07-051-26/+3
* aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov2015-07-051-0/+4
* aaccoder: fix M/S codingRostislav Pehlivanov2015-07-031-7/+8
* aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov2015-06-291-0/+37
* aaccoder: add intensity stereo support to encode_window_bands_info quantizerRostislav Pehlivanov2015-06-281-6/+14
* aaccoder: add intensity stereo coding support for the trellis quantizerRostislav Pehlivanov2015-06-281-35/+34
* aaccoder: use put_sbits()James Almer2015-04-181-1/+1
* aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov2015-04-151-37/+99
* AAC: Fix M/S stereo encodingClaudio Freire2015-03-031-3/+3
* Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-211-2/+2
|\
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-2/+2
| * aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire2013-05-141-1/+1
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* | aaccoder: remove unused assignmentTimothy Gu2014-07-161-2/+0
* | aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macrosTimothy Gu2013-09-121-4/+4
* | AAC encoder: Fix rate control on twoloop.Claudio Freire2013-05-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-3/+0
|\ \ | |/
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-3/+0
| * aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-171-0/+3
* | aaccoder: switch to av_assertMichael Niedermayer2012-09-041-1/+1
* | search_for_quantizers_faac: fix curbandMichael Niedermayer2012-06-061-1/+1
* | aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-071-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-2/+1
|\ \ | |/
OpenPOWER on IntegriCloud