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-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-28rv40: perform bitwise checks in loop filterChristophe Gisquet
2012-04-28rv40: don't always do the full prev_type searchChristophe Gisquet
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11rv34: frame-level multi-threadingJanne Grunau
2011-12-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-14rv40: rearrange loop filter functionsMans Rullgard
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01rv40: move loop filter to rv34dsp contextJanne Grunau
2011-09-17check all svq3_get_ue_golomb() returns.Michael Niedermayer
2011-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-09Pretty-print RV3/4 decoder sourceKostya Shishkov
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
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-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30rv40: make rv40_adaptive_loop_filter() always_inlineMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-08-30Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov
2009-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov
2009-04-24cosmetics: remove extra space indentationKostya Shishkov
2009-04-20Make rv40 decoder use new static VLC initialization methodKostya Shishkov
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-07Add decoder flush after seeking for RV3/4 decodersKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2008-12-17Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov
2008-11-29RV40 loop filterKostya Shishkov
2008-11-23Strong filtering function for future RV40 loop filterKostya Shishkov
2008-11-15Weak deblock filter function for future RV40 loop filterKostya Shishkov