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-11-26MSN Audio supportKostya Shishkov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12gsm: decode directly to the user-provided AVFrameJustin Ruggles
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-01gsmdec: always set channel layout and sample rate at initializationJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-02gsm: log error message when packet is too smallJustin Ruggles
2011-11-02gsmdec: do not needlessly set *data_size to 0Justin Ruggles
2011-11-02gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles
2011-11-02gsmdec: log error message when output buffer is too small.Justin Ruggles
2011-11-02gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
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-10-02Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger
2010-07-27Document how the ref_buf is used.Reimar Döffinger
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger