OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / ra288.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesra288: decode directly to the user-provided AVFrame
2013-02-09 Diego Biurrunmss4, ra288: Remove unused DSPContext local codec conte...
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
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 Rugglesra288dec: set channel layout
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-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-05-21 Kieran KunhyaConvert vector_fmul range of functions to YASM and...
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-09 Justin Rugglesra288: fix formatting of LOCAL_ALIGNED_16
2011-11-08 Justin Rugglesra288: return error if input buffer is too small
2011-11-08 Justin Rugglesra288: utilize DSPContext.vector_fmul()
2011-11-08 Justin Rugglesra288: use memcpy() to copy decoded samples to output
2011-10-10 Justin Rugglesra288: log an error message when output buffer is too...
2011-10-10 Justin Rugglesra288: use a more descriptive calculation for output...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
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-06-27 Måns Rullgårdra288: convert VLAs to fixed size
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-24 Vitor SessakDo not reimplement ff_celp_lp_synthesis_filterf().
2008-10-30 Vitor SessakUse ff_dot_productf() in ra288.c
2008-09-26 Vitor SessakSimplify: avoid duplication backward_filter()
2008-09-25 Vitor SessakDo instead of divising a float by a constant, multiply...
2008-09-24 Vitor SessakMove constant multiplication out of the loop
2008-09-24 Vitor SessakCosmetics: move convolve() together with the other...
2008-09-24 Vitor SessakSimplify: move division by constant off the loop
2008-09-23 Michael NiedermayerMerge the 2 lpc loops.
2008-09-23 Michael NiedermayerFactorize lpc code slightly.
2008-09-17 Vitor SessakUse SAMPLE_FMT_FLT instead of doing the float->int...
2008-09-13 Vitor SessakCosmetics: line breaks
2008-09-13 Vitor SessakSimplify: use a single history buffer for gain and...
2008-09-11 Vitor SessakCosmetics: align spec references
2008-09-11 Vitor SessakRename function: s/colmult/apply_window/
2008-09-11 Diego Biurrunmisc spelling/wording/grammar fixes
2008-09-10 Vitor SessakConvert table to integer.
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-08-06 Vitor SessakCheck *data_size in decode_frame()
2008-08-06 Vitor SessakCosmetics: alignment
2008-08-06 Vitor SessakFlip (by making buf[i] -> buf[size-i-1]) two buffers...
2008-08-05 Vitor SessakRename prodsum() function to convolve()
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-29 Vitor SessakDo not declare a counter as unsigned when it is not...
2008-07-29 Vitor SessakCosmetics: rename loop counter vars to i,j
2008-07-28 Vitor SessakCosmetics: new line
2008-07-28 Vitor SessakRemove the now useless phase variable from context
2008-07-28 Vitor SessakCosmetics: make comment match var name
2008-07-28 Vitor SessakCosmetics: align comments
2008-07-28 Vitor SessakRename two context vars: s/sb/sp_block/, s/lhist/gain_b...
2008-07-28 Vitor SessakDeclare temporary buffers to be only of the necessary...
2008-07-28 Vitor SessakRemove redundant comments
2008-07-28 Vitor SessakCosmetics: do not align with now removed next instruction
2008-07-28 Vitor SessakCosmetics: remove braces and useless newline
2008-07-28 Vitor SessakChange the way the input is passed to do_hybrid_filter...
2008-07-28 Vitor SessakRemove RA288Context.output buffer. This buffer is just...
2008-07-27 Vitor SessakAdd a few comments pointing to the G.728 specification
2008-07-27 Vitor SessakRemove the history buffer from the context. It can...
2008-07-27 Vitor SessakRename two context buffers: pr{1,2} -> {sp,gain}_lpc...
2008-07-27 Vitor SessakRemove st1 and st2 temporary buffers in backward_filter...
2008-07-27 Vitor SessakChange slightly the meaning of RA288Context.phase....
2008-07-26 Vitor SessakRemove st1 and st2 variables from context, since they...
2008-07-26 Vitor SessakRename st{1,2}{a,b} context variables to more meaningfu...
2008-07-26 Vitor SessakCosmetics: remove useless parenthesis
2008-07-26 Vitor SessakMove colmult() function to the beginning of file to...
2008-07-26 Vitor SessakRemove an useless comment describing colmult()
2008-07-26 Vitor SessakRemove an useless comment describing prodsum()
2008-07-26 Vitor SessakGive the context variables of ra288 a better name:...
2008-07-26 Vitor SessakGive the context structure of ra288 a better name:...
2008-07-24 Vitor SessakCosmetics: grammar nits
2008-07-24 Vitor SessakRename update() function to backward_filter() and add...
2008-07-24 Vitor SessakRename and comment bandwidth broadening tables
2008-07-24 Vitor SessakFollow FFmpeg convention of returning negative values...
2008-07-24 Vitor SessakRename pred() to eval_lpc_coeffs() and add a doxy comment
2008-07-24 Vitor SessakGive windowing tables a more descriptive name
2008-07-24 Vitor SessakAdd comments to do_hybrid_window()
2008-07-24 Vitor SessakGive parameters of do_hybrid_window() more meaningful...
2008-07-24 Vitor SessakRename co() function to the much more descriptive name of
2008-07-24 Vitor SessakSimplify co(): write constant in a more readable way
2008-07-24 Vitor SessakSimplify co(), use memcpy/memmove and colmult() when...
2008-07-19 Vitor SessakCosmetics: alignment
2008-07-19 Vitor SessakSimplify co(): do not abuse pointer aritmetics
2008-07-19 Vitor SessakSimplify co(): remove variables that are only used...
2008-07-17 Vitor SessakSimplify: do not overuse pointer aritmetic
2008-07-17 Vitor SessakDeclare parameters of pred() that could be const as...
2008-07-17 Vitor SessakAnother simplification
2008-07-17 Vitor SessakSimplify
2008-07-17 Vitor SessakSimplify
next