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-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-10mimic: Fix race conditionMichael Niedermayer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-04-20mimic: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-13mimic: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-29Merge commit 'aec50f79e7460340a148a3096fe212d67edc2c64'Michael Niedermayer
2013-01-29mimic: remove a pointless cast.Anton Khirnov
2013-01-26Merge commit '7bcaeb408e3eb2d2f37a306009fa7fe7eb0f1d79'Michael Niedermayer
2013-01-26Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer
2013-01-26mimic: return meaningful error codes.Anton Khirnov
2013-01-26mimic: cosmetics, reformatAnton Khirnov
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06cosmetics: Convert mimic.c to utf-8Martin Storsjö
2012-03-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-17mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje
2012-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-12mimic: do not continue if swap_buf_size is 0Paul B Mahol
2012-03-12mimic: convert to bytestream2 APIPaul B Mahol
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-19Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger
2011-11-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-29mimic: implement multithreading.Alexander Strange
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer