summaryrefslogtreecommitdiff
path: root/libavcodec/libopencore-amr.c
Commit message (Expand)AuthorAge
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* libopencore-amr: Check the return value of amr_decode_fix_avctxMartin Storsjö2012-11-07
* libopencore-amr: set channel layout for amr-nb or if not set by the userJustin Ruggles2012-11-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libopencore-amrnbenc: use AVCodec.encode2()Justin Ruggles2012-03-21
* libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* libopencore-amrnbenc: fix end-of-stream handlingJustin Ruggles2012-03-04
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-25
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* libopencore-amr: check output buffer size before decodingJustin Ruggles2011-10-26
* libopencore-amr: remove unneeded buf_size==0 check.Justin Ruggles2011-10-26
* libopencore-amr: remove unneeded frame_count field.Justin Ruggles2011-10-26
* 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