]> git.sesse.net Git - ffmpeg/history - libavcodec/libopencore-amr.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / libopencore-amr.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-21 Justin Ruggleslibopencore-amrnbenc: use AVCodec.encode2()
2012-03-05 Justin Ruggleslibopencore-amr: do not set AVCodecContext.frame_size
2012-03-04 Justin Ruggleslibopencore-amrnbenc: fix end-of-stream handling
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-26 Justin Ruggleslibopencore-amr: check output buffer size before decoding
2011-10-26 Justin Ruggleslibopencore-amr: remove unneeded buf_size==0 check.
2011-10-26 Justin Ruggleslibopencore-amr: remove unneeded frame_count field.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-05 Diego Biurrunopencore-amr: Add missing initializer braces to shut...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Allow enabling DTX...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Only check the bitrate...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Find the closest match...
2011-04-13 Martin Storsjölibopencore-amr: Cosmetics: Rewrap and align
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrbwenc: Rename variables and...
2011-04-13 Martin Storsjölibopencore-amr: Convert commented out debug logging...
2011-04-13 Martin Storsjölibopencore-amr: Remove an unused state variable
2011-04-13 Martin Storsjölibopencore-amr: Remove a useless local variable
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Make the bitrate/mode...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Return proper error...
2011-04-13 Martin Storsjölibopencore-amr: Don't print carriage returns in log...
2011-04-13 Martin Storsjölibopencore-amr: Remove an old workaround for libamr...
2011-04-13 Martin Storsjölibopencore-amr: Make the opaque encoder pointer a...
2011-04-13 Martin Storsjölibopencore-amr: Remove unused code fragments
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...