summaryrefslogtreecommitdiff
path: root/libavcodec/vp5.c
Commit message (Expand)AuthorAgeFilesLines
...
| * vp6: Check for huffman tree build errorsLaurent Aimar2011-10-071-1/+2
* | Check for huffman tree building error in vp6 decoder.Laurent Aimar2011-09-221-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-4/+6
|\ \ | |/
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-4/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-041-1/+1
* ff_prefix non static vp56 functions.Alex Converse2010-07-281-4/+4
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-301-18/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-271-1/+2
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-151-1/+2
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-121-5/+5
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-18/+18
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-1/+1
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-141-1/+1
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-251-1/+1
* move all model related tables into their own structAurelien Jacobs2007-09-241-31/+36
* some simplifications and uniformisationAurelien Jacobs2007-09-241-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-051-0/+1
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-251-4/+4
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-241-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-3/+5
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-091-3/+3
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+289