Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-07aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov
2015-08-01aacenc: add description to the 'aac_coder' optionRostislav Pehlivanov
2015-08-01aacenc: remove redundant argument from coder functionsRostislav Pehlivanov
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-27AAC Encoder: clipping avoidanceClaudio Freire
2015-07-21aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov
2015-07-07aacenc: fix option descriptionsRostislav Pehlivanov
2015-07-05aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov
2015-07-05aacenc: add support for coding of IS spectral coefficientsRostislav Pehlivanov
2015-07-05aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov
2015-07-05aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov
2015-07-03aacenc: reset marked IS and M/S bands upon frame encodingRostislav Pehlivanov
2015-06-29aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov
2015-05-16avcodec/aacenc: use < 0 instead of != 0 for error checksMichael Niedermayer
2015-04-15aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov
2015-04-14aacenc: Adjust the initial offset for PNS valuesRostislav Pehlivanov
2015-04-13aacenc: Add support for Perceptual Noise Substitution energy valuesRostislav Pehlivanov
2015-03-06AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate.Claudio Freire
2015-03-03AAC: Fix M/S stereo encodingClaudio Freire
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-02-23avcodec/aacenc: Fix sample rate checkMichael Niedermayer
2014-12-19Merge commit '971099ff5a85377579eb5b8d3620e283957f097e'Michael Niedermayer
2014-12-19aacenc: correctly check returned valueVittorio Giovara
2014-11-29avcodec/aacenc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-09avcodec/aacenc: check input for NaNMichael Niedermayer
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-09-10avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-05-24avcodec/aacenc: dont use global quality if its negativeMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-12aacenc: use constants to set AAC coderTimothy Gu
2013-05-14aacenc: Fix erasure of surround channelsClaudio Freire
2013-05-12aacenc: Fix ticket #1784: erasure of surround channelsClaudio Freire
2013-03-20mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2013-01-14aacenc: Fix assignments in if()Michael Niedermayer