summaryrefslogtreecommitdiff
path: root/libavcodec/libspeexenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko2012-10-05
* libspeexenc: Add an option for enabling DTXDmitry Samonenko2012-10-05
* libspeex: Add a private option for enabling VADDmitry Samonenko2012-10-03
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-22
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libspeex: use AVCodec.encode2()Justin Ruggles2012-03-21
* libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles2012-02-25
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
* libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-27
* libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles2012-01-03
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-20