summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* cosmeticMichael Niedermayer2006-07-09
| | | | 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-09
| | | | | | completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put the code which is specific for the large crc table under #ifndef ↵Michael Niedermayer2006-07-08
| | | | | | CONFIG_SMALL Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-07
| | | | Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper LGPL header.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-05
| | | | Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-04
| | | | Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-03
| | | | Originally committed as revision 5597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianess build in a better wayLuca Barbato2006-07-03
| | | | Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
| | | | Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fixLuca Barbato2006-07-03
| | | | Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: put that int i backMåns Rullgård2006-07-02
| | | | Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile md5 and include in libavutil.aIvo van Poorten2006-07-02
| | | | Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing declaration for av_md5_sumIvo van Poorten2006-07-02
| | | | Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast pointers to make compiler happyIvo van Poorten2006-07-02
| | | | | | remove test define Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* md5 supportMichael Niedermayer2006-07-01
| | | | | | | depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine or a single loop similar to what mplayer uses Originally committed as revision 5565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-30
| | | | | | | | | 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
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve selftestMichael Niedermayer2006-05-29
| | | | Originally committed as revision 5424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-17
| | | | Originally committed as revision 5392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document clip functionsAurelien Jacobs2006-05-01
| | | | 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-30
| | | | | | Issaris < takis.issaris _at_ uhasselt.be >) Originally committed as revision 5336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extend range used for testing (larger range should work too but testing code ↵Michael Niedermayer2006-04-29
| | | | | | overflows) Originally committed as revision 5334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* <= vs. >= 10l bugMichael Niedermayer2006-04-29
| | | | Originally committed as revision 5333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add newline at end of fileMåns Rullgård2006-04-28
| | | | Originally committed as revision 5330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-23
| | | | | | | disable integer.* (unused) libavutil.a 45k -> 32k Originally committed as revision 5311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-01
| | | | Originally committed as revision 5261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
| | | | | | ---------------------------------------------------------------------- Originally committed as revision 5248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-06
| | | | | | patch by Samuel Hocevar, sam ..at.. zoy ..dot.. org Originally committed as revision 5120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic crc calculation codeMichael Niedermayer2006-03-06
| | | | Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ↵Ivan Kalvachev2006-02-22
| | | | | | code. Originally committed as revision 5049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02
| | | | Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing #includesDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
| | | | | | | | 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
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
| | | | Originally committed as revision 4907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
| | | | Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WinCE cross-compilation supportGildas Bazin2006-01-22
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
| | | | | | Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
| | | | | | based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org > Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk