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-09-02aacenc: reorder coding toolsRostislav Pehlivanov
2015-09-01aacenc: disable bandtype modifying extensions when coder != twoloopRostislav Pehlivanov
2015-09-01aacenc: Enable Intensity Stereo by defaultRostislav Pehlivanov
2015-09-01aacenc: Enable Perceptual Noise Substitution by defaultRostislav Pehlivanov
2015-09-01aacenc: reorder resetting of cpe->common_windowRostislav Pehlivanov
2015-09-01aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov
2015-09-01aacenc: allocate a larger buffer for the TNS LPC contextRostislav Pehlivanov
2015-09-01aacenc: populate tns_max_bandsRostislav Pehlivanov
2015-08-29aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov
2015-08-29aacenc: remove TNS from the todo listRostislav 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-29aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabledRostislav Pehlivanov
2015-08-22aacenctab: Add missing ff_ prefixesTimothy Gu
2015-08-21aacenc: treat unknown profile as AAC-LCRostislav Pehlivanov
2015-08-21aacenc: implement the complete AAC-Main profileRostislav Pehlivanov
2015-08-21aacenc_tns: implement temporal noise shapingRostislav Pehlivanov
2015-08-21aacenc: do not reject AAC-Main profileRostislav 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: create and initialize an LTP contextRostislav Pehlivanov
2015-08-21aacenc: populate the sce->ics.swb_offset table pointerRostislav 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: 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