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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-24ra288: Check block align.Michael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01ra288dec: set channel layoutJustin Ruggles
2012-10-16ra288: assert order to be withinn supported range in do_hybrid_window()Michael Niedermayer
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-09ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles
2011-11-09ra288: try to fix 10l typo that breaks compile on some platformsMichael Niedermayer
2011-11-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-08-09ra288: avoid one multiplyMichael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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