summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.c
Commit message (Collapse)AuthorAge
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
| | | | | FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied to struct Picture. Replace by an embedded AVFrame structure in struct Picture.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger2009-09-24
| | | | Originally committed as revision 20011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
| | | | Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
| | | | Originally committed as revision 16980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-05
| | | | Originally committed as revision 16436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear_block mmxLoren Merritt2008-12-10
| | | | Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-25
| | | | | | patch by Zdenek Kabelac, zdenek d kabelac a gmail d com Originally committed as revision 11608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-10
| | | | Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-10
| | | | Originally committed as revision 10991 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
* grammarMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inline from non speed critical functionsMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded {}Michael Niedermayer2007-11-09
| | | | Originally committed as revision 10979 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