44 Commits (2d162e3825a35b6ac42a27d27c4a3ebbd141828d)

Author SHA1 Message Date
Måns Rullgård 1fc81e73dd Make bswap.h safe to install as public API 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 14 years ago
Måns Rullgård cc6849ae50 bswap: 10L add missing parens around macro args 15 years ago
Måns Rullgård 547b7bcbb7 bswap: add macros to byteswap constants 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård e482c2e2fb AVR32: inline asm for bswap.h 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Måns Rullgård 3a90480ac4 split bswap.h into per-arch files 16 years ago
Måns Rullgård e80b267536 ARM: Kill warning in bswap_32() 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Carl Eugen Hoyos 89493e10ef Don't include byteswap.h anymore. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Måns Rullgård c696a863d4 ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() 16 years ago
Måns Rullgård ea66f252a8 ARM: ARMv6 optimised bswap_16/32 16 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Måns Rullgård 3662d880ed 32/64-bit agnostic x86 bswap 17 years ago
Måns Rullgård 70fa2e27ec cosmetics: sanitise asm() statements in bswap.h 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Måns Rullgård 6bd859d67e check for x86 bswap instruction 17 years ago
Diego Biurrun 27af15dc5c prettyprinting cosmetics 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 17 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Ramiro Polla bf5d7db5a0 reorder bswap functions into bit-depth, special-casing inside the functions. 18 years ago
Ramiro Polla 853d15c2f8 make 2 functions "return x;" to simplify next patch 18 years ago
Marc Hoffman 20d45dc2a8 Faster 32 bit byteswaping code for Blackfin. 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
Diego Biurrun 6c02f9e7ee better #endif comment 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Ivan Kalvachev afe6a4a0be Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago
Bernhard Rosenkränzer 6ad1fa5a49 Better ARM support for mplayer/ffmpeg, ported from atty fork 20 years ago
Michael Niedermayer 33f725723f optimization 20 years ago
Michael Niedermayer 24dea064cc change macros to inline functions 20 years ago
Aurelien Jacobs 053dea12f2 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 20 years ago
Alex Beregszaszi 669e5093f6 warning fixes 21 years ago
BERO 0c6bd2ea0a sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) 22 years ago