| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/riscv: byte-swap operations | Rémi Denis-Courmont | 2022-09-13 | 1 | -0/+2 |
* | Fix compile error on bfin. | Bernd Kuhls | 2014-08-05 | 1 | -2/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-15 | 1 | -1/+3 |
|\ |
|
| * | aarch64: bswap inline assembly | Janne Grunau | 2014-01-14 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -17/+2 |
|\| |
|
| * | bswap: make generic implementation more compiler-friendly | Mans Rullgard | 2011-12-12 | 1 | -11/+2 |
| * | bswap.h: Remove disabled code. | Diego Biurrun | 2011-04-29 | 1 | -6/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Make bswap.h safe to install as public API | Måns Rullgård | 2010-07-10 | 1 | -2/+8 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -20/+20 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -24/+24 |
* | bswap: 10L add missing parens around macro args | Måns Rullgård | 2010-05-09 | 1 | -2/+2 |
* | bswap: add macros to byteswap constants | Måns Rullgård | 2010-04-29 | 1 | -0/+17 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -1/+1 |
* | AVR32: inline asm for bswap.h | Måns Rullgård | 2009-08-17 | 1 | -0/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 1 | -1/+1 |
* | split bswap.h into per-arch files | Måns Rullgård | 2008-10-21 | 1 | -43/+16 |
* | ARM: Kill warning in bswap_32() | Måns Rullgård | 2008-10-20 | 1 | -1/+1 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -10/+10 |
* | Don't include byteswap.h anymore. | Carl Eugen Hoyos | 2008-10-12 | 1 | -6/+0 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() | Måns Rullgård | 2008-07-15 | 1 | -1/+1 |
* | ARM: ARMv6 optimised bswap_16/32 | Måns Rullgård | 2008-07-15 | 1 | -0/+4 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 1 | -3/+3 |
* | 32/64-bit agnostic x86 bswap | Måns Rullgård | 2008-03-18 | 1 | -14/+6 |
* | cosmetics: sanitise asm() statements in bswap.h | Måns Rullgård | 2008-03-18 | 1 | -21/+17 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 1 | -3/+3 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 1 | -3/+3 |
* | Add #include "config.h" to headers that need it. | Diego Biurrun | 2008-03-13 | 1 | -0/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | check for x86 bswap instruction | Måns Rullgård | 2008-03-08 | 1 | -1/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-02-15 | 1 | -26/+24 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun | 2007-07-02 | 1 | -3/+3 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
* | reorder bswap functions into bit-depth, special-casing inside the functions. | Ramiro Polla | 2007-04-26 | 1 | -65/+14 |
* | make 2 functions "return x;" to simplify next patch | Ramiro Polla | 2007-04-26 | 1 | -2/+4 |
* | Faster 32 bit byteswaping code for Blackfin. | Marc Hoffman | 2007-04-24 | 1 | -0/+12 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -7/+7 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -2/+2 |
* | better #endif comment | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ... | Ivan Kalvachev | 2006-02-22 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -19/+19 |