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
2014-01-03rv30: fix extradata size check.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-17rv34: Check the return value from ff_rv34_decode_initMartin Storsjö
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-18rv30: fix masking in rv30_loop_filter()Xi Wang
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-14rv30: check block type validityJanne Grunau
2012-01-11rv34: frame-level multi-threadingJanne Grunau
2011-08-09Pretty-print RV3/4 decoder sourceKostya Shishkov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-21rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun
2011-07-16Do not decode RV30 files if the extradata is too smallRafaël Carré
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya 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-1130l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov
2009-01-11RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov
2008-12-20RV30 loop filterKostya Shishkov
2008-10-28Detect split RV30 slicesKostya 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-07Use existing function for VLC readingKostya Shishkov
2007-12-07Intra types will be stored in int8_t arrayKostya Shishkov
2007-12-07Add decoder flagsKostya Shishkov
2007-12-03cosmetics: comment spelling fixesDiego Biurrun
2007-12-02RealVideo 3 decoder functionsKostya Shishkov