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-17avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer
2015-10-17aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov
2015-10-17aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-17aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov
2015-10-17aacenc: correctly zero prediction_used arrayRostislav Pehlivanov
2015-10-17aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov
2015-10-17aacenc: indicate that TNS is off by defaultRostislav Pehlivanov
2015-10-13aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov
2015-10-12aacenc: add support for changing options based on a profileRostislav Pehlivanov
2015-10-12aacenc: add support for encoding 7.1 channel audioRostislav Pehlivanov
2015-10-12AAC encoder: memoize quantize_band_costClaudio Freire
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-09-23AAC encoder: tweak rate-distortion logicClaudio Freire
2015-09-08avcodec/aacenc: use AV_OPT_TYPE_BOOLClément Bœsch
2015-09-06aacenc: copy PRNG from the decoderRostislav Pehlivanov
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