summaryrefslogtreecommitdiff
path: root/libavcodec/rectangle.h
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* avcodec/rectangle: Remove nonsense assertDiego Biurrun2013-02-11
|
* 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
* 3rd and hopefully last 100l fix.Michael Niedermayer2010-02-24
| | | | Originally committed as revision 22041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy and assert().Michael Niedermayer2010-02-24
| | | | Originally committed as revision 22040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix 100l compilation failure on some systems.Michael Niedermayer2010-02-24
| | | | Originally committed as revision 22039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend fill_rectangle() support for 16bitMichael Niedermayer2010-02-24
| | | | Originally committed as revision 22036 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 required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use HAVE_FAST_64BITMåns Rullgård2008-03-17
| | | | Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-15
Originally committed as revision 11219 to svn://svn.ffmpeg.org/ffmpeg/trunk