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-25miscellaneous typo fixesDiego Biurrun
2013-06-29wmapro: error out on impossible scale factor offsetsLuca Barbato
2013-06-29wmapro: check the min_samples_per_subframeLuca Barbato
2013-06-28wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato
2013-06-28wmapro: return early on unsupported conditionLuca Barbato
2013-06-28wmapro: make sure there is room to store the current packetLuca Barbato
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-11wmapro: unref skipped framesJanne Grunau
2013-03-08wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov
2013-03-08wmaprodec: require block_align to be set.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
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