Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12ra288: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-09mss4, ra288: Remove unused DSPContext local codec context membersDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01ra288dec: set channel layoutJustin Ruggles
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-22Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-09ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles
2011-11-08ra288: return error if input buffer is too smallJustin Ruggles
2011-11-08ra288: utilize DSPContext.vector_fmul()Justin Ruggles
2011-11-08ra288: use memcpy() to copy decoded samples to outputJustin Ruggles
2011-10-10ra288: log an error message when output buffer is too small.Justin Ruggles
2011-10-10ra288: use a more descriptive calculation for output data sizeJustin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-27ra288: convert VLAs to fixed sizeMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-24Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak
2008-10-31Use ff_dot_productf() in ra288.cVitor Sessak
2008-09-26Simplify: avoid duplication backward_filter()Vitor Sessak
2008-09-26Do instead of divising a float by a constant, multiply by its inverseVitor Sessak
2008-09-25Move constant multiplication out of the loopVitor Sessak
2008-09-25Cosmetics: move convolve() together with the other DSP functionsVitor Sessak
2008-09-25Simplify: move division by constant off the loopVitor Sessak
2008-09-24Merge the 2 lpc loops.Michael Niedermayer
2008-09-24Factorize lpc code slightly.Michael Niedermayer
2008-09-17Use SAMPLE_FMT_FLT instead of doing the float->int conversion in theVitor Sessak
2008-09-13Cosmetics: line breaksVitor Sessak
2008-09-13Simplify: use a single history buffer for gain and a single one forVitor Sessak
2008-09-11Cosmetics: align spec referencesVitor Sessak
2008-09-11Rename function: s/colmult/apply_window/Vitor Sessak
2008-09-11misc spelling/wording/grammar fixesDiego Biurrun
2008-09-10Convert table to integer.Vitor Sessak
2008-09-04Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak
2008-08-06Check *data_size in decode_frame()Vitor Sessak