aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | aacenc: Add support for Perceptual Noise Substitution energy valuesRostislav Pehlivanov2015-04-131-3/+14
* | AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate.Claudio Freire2015-03-061-5/+18
* | AAC: Fix M/S stereo encodingClaudio Freire2015-03-031-12/+26
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-261-1/+1
* | avcodec/aacenc: Fix sample rate checkMichael Niedermayer2015-02-221-1/+1
* | Merge commit '971099ff5a85377579eb5b8d3620e283957f097e'Michael Niedermayer2014-12-191-3/+4
|\|
| * aacenc: correctly check returned valueVittorio Giovara2014-12-181-3/+4
* | avcodec/aacenc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-291-2/+5
* | avcodec/aacenc: check input for NaNMichael Niedermayer2014-11-081-0/+4
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-141-1/+1
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-1/+1
* | avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-2/+2
* | avcodec/aacenc: dont use global quality if its negativeMichael Niedermayer2014-05-241-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * aacenc: Fix erasure of surround channelsClaudio Freire2013-05-141-2/+2
* | aacenc: use constants to set AAC coderTimothy Gu2013-09-121-1/+5
* | aacenc: Fix ticket #1784: erasure of surround channelsClaudio Freire2013-05-121-2/+2
* | mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic2013-03-201-0/+3
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-8/+0
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-8/+0
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-3/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-231-10/+9
|\|
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-10/+9
| * lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
| * aacenc: use the correct output bufferMichael Niedermayer2012-11-261-5/+5
* | aacenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1