| Commit message (Expand) | Author | Age | Files | Lines |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+5 |
* | libvo_amrwbenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -8/+29 |
* | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+2 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | libvo-amrwbenc: Add braces to shut up gcc warning. | Diego Biurrun | 2011-07-07 | 1 | -1/+1 |
* | libvo-aacenc,libvo-amrwbenc}: fix api usage | Luca Barbato | 2011-04-18 | 1 | -1/+1 |
* | libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions | Martin Storsjö | 2011-04-14 | 1 | -1/+12 |
* | libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed | Martin Storsjö | 2011-04-14 | 1 | -2/+7 |
* | libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate | Martin Storsjö | 2011-04-14 | 1 | -17/+20 |
* | libvo-*: Fix up the long codec names | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libopencore-amr, libvo-amrbwenc: Rename variables and functions | Martin Storsjö | 2011-04-13 | 1 | -3/+3 |
* | libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate table | Martin Storsjö | 2011-04-13 | 1 | -16/+4 |
* | libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c... | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libopencore-amr, libvo-amrwbenc: Return proper error codes in most places | Martin Storsjö | 2011-04-13 | 1 | -4/+4 |
* | libvo-*: Don't use deprecated sample format names and enum names | Martin Storsjö | 2011-04-12 | 1 | -1/+1 |
* | libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization | Martin Storsjö | 2011-04-12 | 1 | -1/+1 |
* | Add support for AMR-WB encoding via libvo-amrwbenc | Martin Storsjö | 2011-04-11 | 1 | -0/+127 |