summaryrefslogtreecommitdiff
path: root/libavcodec/vp6.c
Commit message (Expand)AuthorAge
* vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-10-07
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
* vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody2011-08-25
* 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
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-04
* Reindent after last commit.Alex Converse2010-07-28
* ff_prefix non static vp56 functions.Alex Converse2010-07-28
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-24
* 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
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-03
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-03
* Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger2009-07-05
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* 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
* vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs2008-10-13
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-22
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* 10l: init_get_bits want size in bits, not bytesAurelien Jacobs2007-11-27
* 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
* add a warning message for unsupported kind of encodingAurelien Jacobs2007-09-01
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* simplifyLoren Merritt2007-05-06
* simplifyLoren Merritt2007-05-06
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-06
* 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
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* cosmetics: reindentAurelien Jacobs2007-01-14
* add support for another variant of vp6Aurelien Jacobs2007-01-14
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* small optimizationAurelien Jacobs2006-12-17