aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Collapse)AuthorAgeFilesLines
* asm implementation of mid_pred.Loren Merritt2006-09-151-1/+16
| | | | | | 20% faster huffyuv decoding, 4% faster ffv1. Originally committed as revision 6254 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
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-311-0/+7
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_deprecatedMichael Niedermayer2006-08-201-0/+8
| | | | Originally committed as revision 6033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SWAPMichael Niedermayer2006-08-191-0/+2
| | | | Originally committed as revision 6030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-211-2/+0
| | | | | | is not installed currently. Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-0/+5
| | | | Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-161-214/+7
| | | | | | | available to external programs as well. Also make more things available to external programs like GET_UTF8, MKTAG etc. Originally committed as revision 5765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2006-07-141-8/+8
| | | | Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-141-17/+6
| | | | Originally committed as revision 5738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-141-23/+4
| | | | Originally committed as revision 5737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove impossible #ifdef caseMåns Rullgård2006-07-141-12/+2
| | | | Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old msvc cruftMåns Rullgård2006-07-131-8/+2
| | | | Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant #include <math.h>Måns Rullgård2006-07-131-5/+0
| | | | Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-6/+6
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-111-5/+5
| | | | Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old MSVC remnants.Diego Biurrun2006-07-111-15/+0
| | | | Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2006-07-091-6/+3
| | | | Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove STATS code (probably hasnt been used for years ..., and its not ↵Michael Niedermayer2006-07-091-24/+0
| | | | | | completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-071-0/+14
| | | | Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-051-0/+4
| | | | Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-041-6/+0
| | | | Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-301-1/+1
| | | | | | | | | Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 1:09 AM Subject: [Ffmpeg-devel] [PATCH] Avoid warning on NDEBUG redefinition Originally committed as revision 5557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document clip functionsAurelien Jacobs2006-05-011-0/+12
| | | | Originally committed as revision 5338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis ↵Panagiotis Issaris2006-04-301-1/+1
| | | | | | Issaris < takis.issaris _at_ uhasselt.be >) Originally committed as revision 5336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-011-0/+12
| | | | Originally committed as revision 5261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-061-0/+2
| | | | | | patch by Samuel Hocevar, sam ..at.. zoy ..dot.. org Originally committed as revision 5120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-2/+9
| | | | | | | | Add means to disable building the static libraries and fix a few issues with the MinGW build. All the hard work done by Alexander Strasser, minor changes by myself. Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WinCE cross-compilation supportGildas Bazin2006-01-221-0/+8
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-19/+19
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more PRIfooNN crap so it builds again here. Why can't ppl add ↵François Revol2005-12-131-1/+21
| | | | | | defaults when they use such things ? Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud2005-12-121-0/+4
| | | | | | | to simplify usage on Windows. patch by Fredrik Orderud fredrik - . - orderud - @ - idi - . - ntnu - . - no Originally committed as revision 4736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for systems not defining PRIu64, not everyone knows C99.François Revol2005-12-051-0/+4
| | | | Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed format specifier in STOP_TIMER macro.Alexander Strasser2005-12-011-1/+1
| | | | Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-191-0/+29
| | | | | | where it makes more sense. Originally committed as revision 4599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong comment after #endif.Diego Biurrun2005-09-061-1/+1
| | | | | | Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu > Originally committed as revision 4566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-0/+548
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk