| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -13/+0 |
* | lavc: Fix assignments in if() when calling ff_af_queue_add | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | libspeexenc: Updated commentary to reflect recent changes | Dmitry Samonenko | 2012-10-05 | 1 | -0/+17 |
* | libspeexenc: Add an option for enabling DTX | Dmitry Samonenko | 2012-10-05 | 1 | -0/+10 |
* | libspeex: Add a private option for enabling VAD | Dmitry Samonenko | 2012-10-03 | 1 | -0/+8 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 |