summaryrefslogtreecommitdiffstats
path: root/libavutil/bswap.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error on bfin.Bernd Kuhls2014-08-051-2/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-151-1/+3
|\
| * aarch64: bswap inline assemblyJanne Grunau2014-01-141-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-17/+2
|\ \ | |/
| * bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-121-11/+2
| * bswap.h: Remove disabled code.Diego Biurrun2011-04-291-6/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Make bswap.h safe to install as public APIMåns Rullgård2010-07-101-2/+8
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-20/+20
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-24/+24
* bswap: 10L add missing parens around macro argsMåns Rullgård2010-05-091-2/+2
* bswap: add macros to byteswap constantsMåns Rullgård2010-04-291-0/+17
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-1/+1
* AVR32: inline asm for bswap.hMåns Rullgård2009-08-171-0/+2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-1/+1
* split bswap.h into per-arch filesMåns Rullgård2008-10-211-43/+16
* ARM: Kill warning in bswap_32()Måns Rullgård2008-10-201-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-10/+10
* Don't include byteswap.h anymore.Carl Eugen Hoyos2008-10-121-6/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()Måns Rullgård2008-07-151-1/+1
* ARM: ARMv6 optimised bswap_16/32Måns Rullgård2008-07-151-0/+4
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-3/+3
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-181-14/+6
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-181-21/+17
* revert r12489.Benoit Fouet2008-03-181-3/+3
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-3/+3
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-131-0/+1
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* check for x86 bswap instructionMåns Rullgård2008-03-081-1/+1
* prettyprinting cosmeticsDiego Biurrun2008-02-151-26/+24
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-021-3/+3
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-261-65/+14
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-261-2/+4
* Faster 32 bit byteswaping code for Blackfin.Marc Hoffman2007-04-241-0/+12
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-7/+7
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-2/+2
* better #endif commentDiego Biurrun2006-11-011-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev2006-02-221-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-19/+19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
OpenPOWER on IntegriCloud