summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopencore-amr.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-3/+3
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-8/+0
* libopencore-amr: Add the missing 3rd argument of ff_get_buffer()Yusuke Nakamura2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun2013-02-171-2/+2
* libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun2013-02-171-1/+5
* libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun2013-02-171-44/+44
* libopencore-amr: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-18/+10
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* libopencore-amr: Check the return value of amr_decode_fix_avctxMartin Storsjö2012-11-071-15/+10
* libopencore-amr: set channel layout for amr-nb or if not set by the userJustin Ruggles2012-11-011-5/+9
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-3/+3
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-5/+6
* libopencore-amrnbenc: use AVCodec.encode2()Justin Ruggles2012-03-211-14/+37
* libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-1/+0
* libopencore-amrnbenc: fix end-of-stream handlingJustin Ruggles2012-03-041-1/+27
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-251-0/+3
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-17/+35
* libopencore-amr: check output buffer size before decodingJustin Ruggles2011-10-261-4/+16
* libopencore-amr: remove unneeded buf_size==0 check.Justin Ruggles2011-10-261-4/+0
* libopencore-amr: remove unneeded frame_count field.Justin Ruggles2011-10-261-6/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-24/+21
* opencore-amr: Add missing initializer braces to shut up gcc warning.Diego Biurrun2011-07-051-1/+1
* libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö2011-04-141-1/+14
* libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö2011-04-141-4/+9
* libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö2011-04-141-16/+20
* libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-131-14/+10
* libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-131-19/+19
* libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-131-6/+6
* libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-131-3/+0
* libopencore-amr: Remove a useless local variableMartin Storsjö2011-04-131-7/+5
* libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö2011-04-131-1/+1
* libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö2011-04-131-8/+8
* libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-131-1/+1
* libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-131-5/+0
* libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-131-1/+1
* libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-131-11/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-3/+3
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-051-0/+325
OpenPOWER on IntegriCloud