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
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
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Calculate motion vector information based on PTS provided in slice headerKostya Shishkov
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-12-16RV40 decoder should use availability cacheKostya Shishkov
2007-12-07Use existing function for VLC readingKostya Shishkov
2007-12-07Check decoded dimensions for validityKostya Shishkov
2007-12-07Intra types will be stored in int8_t arrayKostya Shishkov
2007-12-07Add decoder flagsKostya Shishkov
2007-12-04RV40 decoder specific functionsKostya Shishkov