summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.h
Commit message (Expand)AuthorAge
* aac: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* aacenc: support extended channel layouts using PCEsRostislav Pehlivanov2017-11-09
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | aacenc: quit when the audio queue reaches 0 rather than keeping track of empt...Rostislav Pehlivanov2016-11-08
* | aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-18
* | aacenc: use the decoder's lcg PRNGRostislav Pehlivanov2016-10-12
* | aacenc: use generational cache instead of resetting.Reimar Döffinger2016-03-08
* | aacenc: remove FAAC-like coderRostislav Pehlivanov2016-01-20
* | acenc: remove deprecated avctx->frame_bits useRostislav Pehlivanov2015-12-18
* | aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-14
* | aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-17
* | aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov2015-10-12
* | aacenc: increase size of s->planar_samples[] from 6 to 8Rostislav Pehlivanov2015-10-12
* | aacenc: add support for changing options based on a profileRostislav Pehlivanov2015-10-12
* | AAC encoder: memoize quantize_band_costClaudio Freire2015-10-12
* | AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* | AAC encoder: tweak rate-distortion logicClaudio Freire2015-09-23
* | aacenc: copy PRNG from the decoderRostislav Pehlivanov2015-09-06
* | aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov2015-09-01
* | aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-29
* | aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-29
* | 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 quantization functions to a separate fileRostislav Pehlivanov2015-08-21
* | aacenc: create and initialize an LTP contextRostislav Pehlivanov2015-08-21
* | aacenc: remove redundant argument from coder functionsRostislav Pehlivanov2015-08-01
* | AAC Encoder: clipping avoidanceClaudio Freire2015-07-27
* | aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov2015-07-21
* | aacenc: implement Intensity Stereo encoding supportRostislav 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
* | aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov2015-04-15
* | avcodec/aacenc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* | avcodec/aacenc: use enum for aac coder.Michael Niedermayer2013-09-12
* | aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macrosTimothy Gu2013-09-12
* | mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic2013-03-20
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * aacenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|\|
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23