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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-13aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-09-26AAC encoder: fix OOB access in search_for_pnsClaudio Freire
2015-09-25AAC encoder: tweak PNS usage to be more aggressiveClaudio Freire
2015-09-17AAC encoder: refactor to resynchronize MIPS portClaudio Freire
2015-09-11aaccoder: respect cutoff when marking bands as PNSRostislav Pehlivanov
2015-09-09aaccoder: tweak PNS implementation furtherRostislav Pehlivanov
2015-09-07aaccoder: add frequency scaling and quantization correction for PNSRostislav Pehlivanov
2015-09-06aaccoder: rewrite PNS implementationRostislav Pehlivanov
2015-09-06aaccoder: use roundf() instead of ceilf()Rostislav Pehlivanov
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