35 Commits (64bde1974be4ab53f5ec468ef8f8c4cf18c27c52)

Author SHA1 Message Date
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
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Fabrice Bellard 74fc99894b don't use inttypes.h - use inline function for bswap_64() 23 years ago
Nick Kurshev bbdadbda05 untested generic bswap64 23 years ago
Fabrice Bellard b17c92d10e moved in libavcodec 23 years ago
Nick Kurshev afe92c6355 Fixed one lack 23 years ago
Fabrice Bellard a12e461092 suppressed unused stuff 23 years ago
Nick Kurshev a9b3f63084 Sync with mplayer's stuff 23 years ago