Commit History

Author SHA1 Message Date
  Michael Niedermayer 53e6977c07 Merge remote-tracking branch 'qatar/master' 10 years ago
  Janne Grunau d0cd2a8c46 aarch64: bswap inline assembly 10 years ago
  Michael Niedermayer 8bc7fe4daf Merge remote-tracking branch 'qatar/master' 12 years ago
  Mans Rullgard f64c2e710f bswap: make generic implementation more compiler-friendly 12 years ago
  Diego Biurrun e610098e7b bswap.h: Remove disabled code. 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  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 14 years ago
  Måns Rullgård 547b7bcbb7 bswap: add macros to byteswap constants 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 14 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. 15 years ago
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 15 years ago
  Måns Rullgård 3a90480ac4 split bswap.h into per-arch files 15 years ago
  Måns Rullgård e80b267536 ARM: Kill warning in bswap_32() 15 years ago
  Diego Pettenò be449fca79 Convert asm keyword into __asm__. 15 years ago
  Carl Eugen Hoyos 89493e10ef Don't include byteswap.h anymore. 15 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 16 years ago
  Måns Rullgård 3662d880ed 32/64-bit agnostic x86 bswap 16 years ago
  Måns Rullgård 70fa2e27ec cosmetics: sanitise asm() statements in bswap.h 16 years ago
  Benoit Fouet 2119bb8f51 revert r12489. 16 years ago
  Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 16 years ago
  Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 16 years ago
  Diego Biurrun 7ce6892373 misc spelling fixes 16 years ago
  Måns Rullgård 6bd859d67e check for x86 bswap instruction 16 years ago
  Diego Biurrun 27af15dc5c prettyprinting cosmetics 16 years ago
  Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 16 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 17 years ago
  Ramiro Polla bf5d7db5a0 reorder bswap functions into bit-depth, special-casing inside the functions. 17 years ago
  Ramiro Polla 853d15c2f8 make 2 functions "return x;" to simplify next patch 17 years ago
  Marc Hoffman 20d45dc2a8 Faster 32 bit byteswaping code for Blackfin. 17 years ago
  Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 17 years ago
  Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 17 years ago
  Diego Biurrun 6c02f9e7ee better #endif comment 17 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. 18 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 18 years ago
  Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago