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
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-13Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer
2013-02-12gsm: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-03gsmdec: fix decoding of non 8khz gsm filesMichael Niedermayer
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01gsmdec: always set channel layout and sample rate at initializationJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
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-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