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-31vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-14vp56: make parse_header return standard error codesLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-29vp56: error out on invalid stream dimensions.Ronald S. Bultje
2012-02-16vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-11-17vp5: Fix illegal read.Alex Converse
2011-10-07vp6: Check for huffman tree build errorsLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
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-08-05VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser
2010-07-28ff_prefix non static vp56 functions.Alex Converse
2010-05-01VP56: move vp56_edge_filter to new VP56DSPContextMå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-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs
2008-12-15vp56: don't reset dimensions to 0 in codec initAurelien Jacobs
2008-12-12rename Vp56Model to VP56Model for consistencyAurelien Jacobs
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-15add support for VP6 with huffman encoded blocksAurelien Jacobs
2007-09-25add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs
2007-09-25move all model related tables into their own structAurelien Jacobs
2007-09-25some simplifications and uniformisationAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-05set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-10-24Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10rename vector to vect to avoid clash with Apple gccAurelien Jacobs
2006-09-09VP5 and VP6 video decoderAurelien Jacobs