summaryrefslogtreecommitdiff
path: root/libavcodec/libopencore-amr.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun2016-05-03
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* libopencore-amr: Add the missing 3rd argument of ff_get_buffer()Yusuke Nakamura2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun2013-02-17
* libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun2013-02-17
* libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun2013-02-17
* libopencore-amr: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* 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