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
2015-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2013-08-16Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'Michael Niedermayer
2013-08-15avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun
2013-04-27avcodec/intrax8: fix regression with wmv3Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-02-16Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer
2013-02-16Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2012-09-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-02intrax8: move functions from dsputil to own contextMans Rullgard
2012-07-25intrax8: asserts cleanupMichael Niedermayer
2012-05-25Revert "removing lowres support"Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2011-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-09-24Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-11Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-02-04Add av_cold attributes to *_init and *_end functions.Alex Converse
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-05Add missing 'void' keyword to parameterless function declarations.Diego Biurrun
2008-12-11clear_block mmxLoren Merritt
2008-01-25Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac
2007-11-10cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun
2007-11-10misc spelling/grammar/wording fixes in commentsDiego Biurrun
2007-11-10make some tables staticAurelien Jacobs
2007-11-10grammarMichael Niedermayer