summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+1
* Merge commit '239f55bf3c966782b781338df284f250393b9ed6'Michael Niedermayer2013-08-161-185/+9
|\
| * vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-151-185/+9
* | Merge commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7'Michael Niedermayer2013-08-161-26/+1
|\ \ | |/
| * vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-151-26/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-2/+0
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-8/+8
|\ \ | |/
| * vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-8/+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
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-8/+8
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-131-0/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-251-1/+3
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-241-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-251-0/+1
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-241-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-3/+5
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+246