]> git.sesse.net Git - ffmpeg/history - libavutil/bswap.h
Add #include "config.h" to headers that need it.
[ffmpeg] / libavutil / bswap.h
2008-03-13 Diego BiurrunAdd #include "config.h" to headers that need it.
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-08 Måns Rullgårdcheck for x86 bswap instruction
2008-02-15 Diego Biurrunprettyprinting cosmetics
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-04-26 Ramiro Pollareorder bswap functions into bit-depth, special-casing...
2007-04-26 Ramiro Pollamake 2 functions "return x;" to simplify next patch
2007-04-24 Marc HoffmanFaster 32 bit byteswaping code for Blackfin.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-11-01 Diego Biurrunbetter #endif comment
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-02-22 Ivan KalvachevUse native bswap32 instruction when __CPU__ is x86_64...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...