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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-11libfdk-aacenc: Actually check for upper bounds of cutoffDerek Buitenhuis
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-25libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö
2012-09-25libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö
2012-09-25libfdk-aac: reindent after last commitNathan Caldwell
2012-09-25libfdk-aac: Limit to supported sample rates.Nathan Caldwell
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-25libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya
2012-07-15libfdk-aac: Check if cutoff value is validMohammad Alsaleh
2012-07-13libfdk-aac: Allow setting the encoder bandwidth/cutoff frequencyMartin Storsjö
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö