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-02-12wmapro: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-01wmapro: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles
2012-10-15wmapro: use planar sample formatJustin Ruggles
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-09-29wmaprodec: check num_vec_coeffs for validityMichael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-03Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje
2012-08-03wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern
2012-08-03wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-07wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-17wmapro: change max. block size to 13 bits.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-11wmapro: use av_float2int()Mans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-28wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles
2011-10-28wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-07wmapro: Validate the number of audio channels before using itLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-16support decoding of files that contain the numberSascha Sommer
2011-01-15do not read over the end of the packetSascha Sommer
2011-01-15also support decoding of AVPackets with multiple wma packetsSascha Sommer
2011-01-14add support for blocksize 64Sascha Sommer
2011-01-08skip unsupported postproc informationSascha Sommer
2011-01-08add support for files that do not allow more than 4 subframesSascha Sommer
2011-01-08fix indentationSascha Sommer
2011-01-08add support for files where the frames do not have a length prefixSascha Sommer
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-02Change a doxy comment to a normal one.Benoit Fouet
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje