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-08-12libavcodec/dv.c: Fix duplicate wordsMichael Niedermayer
2013-06-29Merge commit 'afe03092dd693d025d43e1620283d8d285c92772'Michael Niedermayer
2013-06-28lavc: move put_bits_left in put_bits.hLuca Barbato
2013-03-12Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-11-23dv: use av_assertMichael Niedermayer
2012-10-18dv: change assert(a2 < 4) to av_assert()Michael Niedermayer
2012-10-15dv: Set FS flag from AVFrame.top_field_firstTomas Härdin
2012-10-12dv: zero dsp before init, this fixes use of uninitialized dct_bitsMichael Niedermayer
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-06-04Do not try to encode DVCPRO HD, it produces broken files.Carl Eugen Hoyos
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-19dv: Initialize encoder tables during encoder init.Diego Biurrun
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun
2012-04-16dv: Move static tables only used in one place to where they are used.Diego Biurrun
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22dvenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17dvenc: switch to encode2().Anton Khirnov
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-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10dv: Move functions used only by the encoder out of a shared header.Alex Converse
2012-02-10dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun