| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -4/+4 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -3/+3 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -5/+6 |
* | libopencore-amrnbenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -14/+37 |
* | libopencore-amr: do not set AVCodecContext.frame_size | Justin Ruggles | 2012-03-05 | 1 | -1/+0 |
* | libopencore-amrnbenc: fix end-of-stream handling | Justin Ruggles | 2012-03-04 | 1 | -1/+27 |
* | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+3 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -17/+35 |
* | libopencore-amr: check output buffer size before decoding | Justin Ruggles | 2011-10-26 | 1 | -4/+16 |
* | libopencore-amr: remove unneeded buf_size==0 check. | Justin Ruggles | 2011-10-26 | 1 | -4/+0 |
* | libopencore-amr: remove unneeded frame_count field. | Justin Ruggles | 2011-10-26 | 1 | -6/+1 |
* | 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 | -24/+21 |
* | opencore-amr: Add missing initializer braces to shut up gcc warning. | Diego Biurrun | 2011-07-05 | 1 | -1/+1 |
* | libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions | Martin Storsjö | 2011-04-14 | 1 | -1/+14 |
* | libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed | Martin Storsjö | 2011-04-14 | 1 | -4/+9 |
* | libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate | Martin Storsjö | 2011-04-14 | 1 | -16/+20 |
* | libopencore-amr: Cosmetics: Rewrap and align | Martin Storsjö | 2011-04-13 | 1 | -14/+10 |
* | libopencore-amr, libvo-amrbwenc: Rename variables and functions | Martin Storsjö | 2011-04-13 | 1 | -19/+19 |
* | libopencore-amr: Convert commented out debug logging into av_dlog | Martin Storsjö | 2011-04-13 | 1 | -6/+6 |
* | libopencore-amr: Remove an unused state variable | Martin Storsjö | 2011-04-13 | 1 | -3/+0 |
* | libopencore-amr: Remove a useless local variable | Martin Storsjö | 2011-04-13 | 1 | -7/+5 |
* | 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 | -8/+8 |
* | libopencore-amr: Don't print carriage returns in log messages | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libopencore-amr: Remove an old workaround for libamr header weirdness | Martin Storsjö | 2011-04-13 | 1 | -5/+0 |
* | libopencore-amr: Make the opaque encoder pointer a void* | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libopencore-amr: Remove unused code fragments | Martin Storsjö | 2011-04-13 | 1 | -11/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -3/+3 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Add support for external OpenCORE libraries for AMR-NB/WB support. | Diego Biurrun | 2009-06-05 | 1 | -0/+325 |