Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | libspeexenc: add supported sample rates and channel layouts. | Anton Khirnov | 2012-06-22 | 1 | -0/+6 |
| | |||||
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+2 |
| | | | | | | | 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 Ruggles | 2012-03-21 | 1 | -19/+36 |
| | |||||
* | libspeexenc: export encoder delay through AVCodecContext.delay | Justin Ruggles | 2012-02-25 | 1 | -4/+3 |
| | |||||
* | avcodec: add ff_samples_to_time_base() convenience function to internal.h | Justin Ruggles | 2012-02-20 | 1 | -4/+1 |
| | |||||
* | libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormat | Justin Ruggles | 2012-01-27 | 1 | -1/+1 |
| | | | | Fixes build with --enable-libspeex | ||||
* | libspeexenc: fix pts calculations for more than 1 frame per packet | Justin Ruggles | 2012-01-03 | 1 | -5/+7 |
| | |||||
* | libspeexenc: add libspeex encoder | Justin Ruggles | 2011-10-20 | 1 | -0/+324 |