]> git.sesse.net Git - ffmpeg/history - libavcodec/amrnbdec.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / amrnbdec.c
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesamrnb: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
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-01 Justin Rugglesamrnbdec: set channels, channel_layout, and sample_rate
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
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-05 Alex Converseamrnb/amrwb: Remove get_bits usage.
2012-02-29 Vitor Sessakamrnbdec: check frame size before decoding.
2012-01-05 Oana StratulatReport an error if pitch_lag is zero in AMR-NB decoder.
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-07-20 Diego BiurrunRemove unused and non-compiling vestigial g729 decoder
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-04-12 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Mans Rullgardamrnb: use correct size when copying lsf_r array
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-09-10 Marcelo Galvăo PóvoaMove AMR-NB frame unpacking code to a common file so...
2010-09-07 Marcelo Galvăo PóvoaMove AMRNB lsf2lsp() function to common code for using...
2010-05-03 Martin Storsjöamrnbdec: Apply AMR_SAMPLE_SCALE when finishing the...
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2010-04-21 Ronald S. BultjeSplit the input/output data arguments to ff_adaptive_ga...
2010-04-21 Vitor Sessak10l: do not try to unpack DTX frames in AMR-NB decoder
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-11 Ronald S. BultjeFix spelling.
2010-02-21 Vitor SessakAMR-NB floating-point based decoder.