]> git.sesse.net Git - ffmpeg/history - libavutil/bswap.h
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavutil / bswap.h
2014-01-14 Janne Grunauaarch64: bswap inline assembly
2011-12-12 Mans Rullgardbswap: make generic implementation more compiler-friendly
2011-04-29 Diego Biurrunbswap.h: Remove disabled code.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-10 Måns RullgårdMake bswap.h safe to install as public API
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-05-09 Måns Rullgårdbswap: 10L add missing parens around macro args
2010-04-29 Måns Rullgårdbswap: add macros to byteswap constants
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2009-08-17 Måns RullgårdAVR32: inline asm for bswap.h
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files
2008-10-20 Måns RullgårdARM: Kill warning in bswap_32()
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-12 Carl Eugen HoyosDon't include byteswap.h anymore.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-15 Måns RullgårdARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 Måns RullgårdARM: ARMv6 optimised bswap_16/32
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Måns Rullgård32/64-bit agnostic x86 bswap
2008-03-18 Måns Rullgårdcosmetics: sanitise asm() statements in bswap.h
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
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...