summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Collapse)AuthorAge
* 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
* 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
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | 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-13
| | | | | | 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-12
| | | | | | | 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-05
| | | | Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed format specifier in STOP_TIMER macro.Alexander Strasser2005-12-01
| | | | 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-19
| | | | | | where it makes more sense. Originally committed as revision 4599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong comment after #endif.Diego Biurrun2005-09-06
| | | | | | 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-01
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk