summaryrefslogtreecommitdiff
path: root/libavcodec/libopencore-amr.c
Commit message (Expand)AuthorAge
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* opencore-amr: Add missing initializer braces to shut up gcc warning.Diego Biurrun2011-07-05
* libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö2011-04-14
* libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö2011-04-14
* libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö2011-04-14
* libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-13
* libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-13
* libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-13
* libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-13
* libopencore-amr: Remove a useless local variableMartin 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 placesMartin Storsjö2011-04-13
* libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-13
* libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-13
* libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-13
* libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-13
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05