summaryrefslogtreecommitdiff
path: root/libavcodec/libspeexenc.c
Commit message (Collapse)AuthorAge
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-22
|
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
| | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
* 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
| | | | Fixes build with --enable-libspeex
* libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles2012-01-03
|
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-20