summaryrefslogtreecommitdiff
path: root/libavcodec/vp5.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* vp56: make parse_header return standard error codesLuca Barbato2012-12-14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* vp56: error out on invalid stream dimensions.Ronald S. Bultje2012-02-28
* vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vp5: Fix illegal read.Alex Converse2011-11-17
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-04
* ff_prefix non static vp56 functions.Alex Converse2010-07-28
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-27
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-15
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-14
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* license header consistency cosmeticsDiego Biurrun2007-07-05
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-05
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09