]> git.sesse.net Git - ffmpeg/history - libavcodec/libopencore-amr.c
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / libopencore-amr.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-03 Diego Biurrunlibopencore-amr: Fix ff_dlog()/av_log() invocations
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-08 Yusuke Nakamuralibopencore-amr: Add the missing 3rd argument of ff_get...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-17 Diego Biurrunlibopencore-amrwb: Make AMR-WB ifdeffery more precise
2013-02-17 Diego Biurrunlibopencore-amr: Conditionally compile decoder and...
2013-02-17 Diego Biurrunlibopencore-amrnb: cosmetics: Group all encoder-related...
2013-02-12 Justin Ruggleslibopencore-amr: decode directly to the user-provided...
2013-01-14 Michael Niedermayerlavc: Fix assignments in if() when calling ff_af_queue_add
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-06 Martin Storsjölibopencore-amr: Check the return value of amr_decode_f...
2012-11-01 Justin Ruggleslibopencore-amr: set channel layout for amr-nb or if...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
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...