Age | Commit message (Expand) | Author |
2012-08-15 | Don't include common.h from avutil.h | Martin Storsjö |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-07-30 | Improve descriptiveness of a number of codec and container long names | Diego Biurrun |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-21 | libopencore-amrnbenc: use AVCodec.encode2() | Justin Ruggles |
2012-03-05 | libopencore-amr: do not set AVCodecContext.frame_size | Justin Ruggles |
2012-03-04 | libopencore-amrnbenc: fix end-of-stream handling | Justin Ruggles |
2012-02-25 | check for coded_frame allocation failure in several audio encoders | Justin Ruggles |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-10-26 | libopencore-amr: check output buffer size before decoding | Justin Ruggles |
2011-10-26 | libopencore-amr: remove unneeded buf_size==0 check. | Justin Ruggles |
2011-10-26 | libopencore-amr: remove unneeded frame_count field. | Justin Ruggles |
2011-10-12 | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-05 | opencore-amr: Add missing initializer braces to shut up gcc warning. | Diego Biurrun |
2011-04-14 | libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions | Martin Storsjö |
2011-04-14 | libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed | Martin Storsjö |
2011-04-14 | libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate | Martin Storsjö |
2011-04-13 | libopencore-amr: Cosmetics: Rewrap and align | Martin Storsjö |
2011-04-13 | libopencore-amr, libvo-amrbwenc: Rename variables and functions | Martin Storsjö |
2011-04-13 | libopencore-amr: Convert commented out debug logging into av_dlog | Martin Storsjö |
2011-04-13 | libopencore-amr: Remove an unused state variable | Martin Storsjö |
2011-04-13 | libopencore-amr: Remove a useless local variable | Martin Storsjö |
2011-04-13 | libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c... | Martin Storsjö |
2011-04-13 | libopencore-amr, libvo-amrwbenc: Return proper error codes in most places | Martin Storsjö |
2011-04-13 | libopencore-amr: Don't print carriage returns in log messages | Martin Storsjö |
2011-04-13 | libopencore-amr: Remove an old workaround for libamr header weirdness | Martin Storsjö |
2011-04-13 | libopencore-amr: Make the opaque encoder pointer a void* | Martin Storsjö |
2011-04-13 | libopencore-amr: Remove unused code fragments | Martin Storsjö |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-09-06 | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger |
2009-06-05 | Add support for external OpenCORE libraries for AMR-NB/WB support. | Diego Biurrun |