summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
Commit message (Collapse)AuthorAgeFilesLines
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-10/+14
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+10
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove integer.h inclusion.Benoit Fouet2008-01-281-1/+0
| | | | Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide sha1 to outside applicationsLuca Barbato2007-12-121-2/+2
| | | | | | Patch from Diego Pettenò flameeyesATgmailDOTcom Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+1
| | | | Originally committed as revision 10565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-111-2/+2
| | | | Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-181-0/+2
| | | | | | | | patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 9732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump micro version: new string functionsLuca Barbato2007-06-241-2/+2
| | | | Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux2007-06-201-2/+2
| | | | | | Thread: PIX_FMT_MONOWHITE Originally committed as revision 9373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
| | | | | | FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-2/+2
| | | | Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato2007-02-281-0/+137
| | | | | | the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part ILuca Barbato2007-02-281-137/+0
| | | | Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-281-2/+2
| | | | | | | patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l: Revert accidentally committed change.Diego Biurrun2007-02-071-2/+11
| | | | Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-11/+2
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move lzo decompression to libavutilReimar Döffinger2007-01-311-2/+2
| | | | Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-191-2/+2
| | | | Originally committed as revision 7588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-3/+3
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit grayscale supportKostya Shishkov2006-10-241-2/+6
| | | | Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-2/+2
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some new pixel formats to libavutilLuca Abeni2006-08-281-2/+21
| | | | Originally committed as revision 6112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compatibility warningMichael Niedermayer2006-08-201-1/+1
| | | | Originally committed as revision 6035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup PixelFormat a littleMichael Niedermayer2006-08-201-22/+36
| | | | Originally committed as revision 6034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-0/+1
| | | | Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-301-0/+45
| | | | | | ---------------------------------------------------------------------- Originally committed as revision 5248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-5/+5
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-0/+34
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud