]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/bswap.h
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavutil / bswap.h
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-10-21 mrusplit bswap.h into per-arch files
2008-10-20 mruARM: Kill warning in bswap_32()
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-10-12 cehoyosDon't include byteswap.h anymore.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-07-15 mruARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 mruARM: ARMv6 optimised bswap_16/32
2008-03-19 zuxyReapply r12489
2008-03-18 mru32/64-bit agnostic x86 bswap
2008-03-18 mrucosmetics: sanitise asm() statements in bswap.h
2008-03-18 benoitrevert r12489.
2008-03-18 benoitPure, const and malloc attributes to libavutil.
2008-03-13 diegoAdd #include "config.h" to headers that need it.
2008-03-10 diegomisc spelling fixes
2008-03-08 mrucheck for x86 bswap instruction
2008-02-15 diegoprettyprinting cosmetics
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-02 diegoRemove leading underscores from specifiers, they are...
2007-06-16 mruinclude all prerequisites in header files
2007-04-26 benoitreorder bswap functions into bit-depth, special-casing...
2007-04-26 benoitmake 2 functions "return x;" to simplify next patch
2007-04-24 diegoFaster 32 bit byteswaping code for Blackfin.
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-11-01 diegoUse common define for x86_32 and x86_64.
2006-11-01 diegobetter #endif comment
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-02-22 iiveUse native bswap32 instruction when __CPU__ is x86_64...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-01 allibavutil: Utility code from libavcodec moved to a...