summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8huf.h
Commit message (Collapse)AuthorAge
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-22
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables staticAurelien Jacobs2007-11-10
| | | | Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guardsAurelien Jacobs2007-11-09
| | | | Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk