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-29aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov
2015-08-29aacenc_pred: rework the way prediction is doneRostislav Pehlivanov
2015-08-22aacenc: Add missing ff_ prefixesTimothy Gu
2015-08-21aacenc: implement the complete AAC-Main profileRostislav Pehlivanov
2015-08-21aacenc_tns: implement temporal noise shapingRostislav Pehlivanov
2015-08-21aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov
2015-08-21aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov
2015-08-21aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov
2015-08-21aacenc: coding style changesRostislav Pehlivanov
2015-08-11aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov
2015-08-07aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov
2015-08-01aacenc: remove redundant argument from coder functionsRostislav Pehlivanov
2015-07-27AAC Encoder: clipping avoidanceClaudio Freire
2015-07-21aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov
2015-07-05aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov
2015-07-05aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov
2015-07-05aaccoder: remove previous PNS implementation from twoloopRostislav Pehlivanov
2015-07-05aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov
2015-07-03aaccoder: fix M/S codingRostislav Pehlivanov
2015-06-29aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov
2015-06-28aaccoder: add intensity stereo support to encode_window_bands_info quantizerRostislav Pehlivanov
2015-06-28aaccoder: add intensity stereo coding support for the trellis quantizerRostislav Pehlivanov
2015-04-18aaccoder: use put_sbits()James Almer
2015-04-15aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov
2015-03-03AAC: Fix M/S stereo encodingClaudio Freire
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-07-16aaccoder: remove unused assignmentTimothy Gu
2013-09-12aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macrosTimothy Gu
2013-05-14aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire
2013-05-05AAC encoder: Fix rate control on twoloop.Claudio Freire
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-04aaccoder: switch to av_assertMichael Niedermayer
2012-06-06search_for_quantizers_faac: fix curbandMichael Niedermayer
2012-04-17aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger
2012-04-07aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell
2012-01-23aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell
2011-11-28aacenc: add AAC_CODER_NBMichael Niedermayer
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22Add libavutil/mathematics.h #includes for INFINITYMans Rullgard
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28aacenc: Fix codebook trellising for zeroed bands.Alex Converse