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
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12amrwb: decode directly to the user-provided AVFrameJustin Ruggles
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-01amrwbdec: set channels, channel_layout, and sample_rateJustin Ruggles
2012-10-27amrwbdec: fix invalid pointer arithmeticMans Rullgard
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-17amrwbdec: Decode the fr_quality bit properlyMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-05amrnb/amrwb: Remove get_bits usage.Alex Converse
2012-03-03amrwb: remove duplicate arguments from extrapolate_isf().Ronald S. Bultje
2012-03-02amrwb: error out early if mode is invalid.Ronald S. Bultje
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-04-12libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-03Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*Anton Khirnov
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-01Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje