summaryrefslogtreecommitdiffstats
path: root/libavcodec/libspeexenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-13/+0
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* libspeexenc: Updated commentary to reflect recent changesDmitry Samonenko2012-10-051-0/+17
* libspeexenc: Add an option for enabling DTXDmitry Samonenko2012-10-051-0/+10
* libspeex: Add a private option for enabling VADDmitry Samonenko2012-10-031-0/+8
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-221-0/+6
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+2
* libspeex: use AVCodec.encode2()Justin Ruggles2012-03-211-19/+36
* libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles2012-02-251-4/+3
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-201-4/+1
* libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-271-1/+1
* libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles2012-01-031-5/+7
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-201-0/+324
OpenPOWER on IntegriCloud