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-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-06libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko
2012-10-06libspeexenc: Add an option for enabling DTXDmitry Samonenko
2012-10-03libspeex: Add a private option for enabling VADDmitry Samonenko
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT 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-06-22libspeexenc: add supported sample rates and channel layouts.Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21libspeex: use AVCodec.encode2()Justin Ruggles
2012-02-25libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles
2012-02-21avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles
2012-01-27libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles
2012-01-04libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles
2011-10-20libspeexenc: add libspeex encoderJustin Ruggles