summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.h
Commit message (Expand)AuthorAge
* vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-15
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-15
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-13
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-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
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09