71 Commits (9b86ba5a9289160962bca61df5639dae21784fb2)

Author SHA1 Message Date
James Almer 753f2aeed7 avutil/intreadwrite: add missing aligned read/write macros 5 months ago
Rémi Denis-Courmont 4819aeebf4 avr32: remove explicit support 7 months ago
Rémi Denis-Courmont 424ac84839 lavu/arm: remove GCC 4.6- stuff 7 months ago
Andreas Rheinhardt b96b3e291c avutil/intreadwrite: Remove obsolete warning 10 months ago
Martin Storsjö 62fac040c8 intreadwrite: Indicate potential aliasing in AV_RN/AV_WN for Clang/MSVC mode 1 year ago
Kieran Kunhya a4e616824b libavutil: Remove TOMI CPU 1 year ago
Peter Ross b4e6d1f597 intreadwrite: add AV_RL64A, AV_WL64A 6 years ago
Martin Storsjö 85e10c0a93 intreadwrite: Use __unaligned in MSVC for ARM64 as well 7 years ago
Diego Biurrun 0af8a72174 build: Drop support for legacy TI ARM compiler 7 years ago
Diego Biurrun 09c98327b9 build: Drop support for Tru64 Unix (OSF/1) 7 years ago
Martin Storsjö fc94a1acc2 Revert "libavutil: Use an intermediate variable in AV_COPY*U" 9 years ago
Martin Storsjö f79d847400 intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64 9 years ago
Martin Storsjö 230b1c070b intreadwrite: Add intermediate variables in the byteswise AV_W*() macros 9 years ago
Martin Storsjö 014773b66b libavutil: Use an intermediate variable in AV_COPY*U 9 years ago
Christophe Gisquet 8da1defe69 libavutil: document side effects of macros 11 years ago
Paul B Mahol cf73e0bff3 lavu/intreadwrite: add AV_[RW][BLN]48 12 years ago
Diego Biurrun af6dd6de08 intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses 12 years ago
Michael Niedermayer d83ff76ca0 intreadwrite: Dont evaluate value for AV_W* multiple times. 12 years ago
Uoti Urpala c98b928fa7 intreadwrite.h: fix AV_RL32/AV_RB32 signedness. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 8681669272 Make intreadwrite.h installation-safe 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård 7918375f88 intreadwrite: common.h is not needed, attributes.h is sufficient 15 years ago
Måns Rullgård 3d7b94ba5a Fix build failure with fast_unaligned and non-gcc-compatible compilers 15 years ago
Michael Niedermayer 8ef4e65e94 AV_COPY16() & AV_ZERO16() 15 years ago
Måns Rullgård 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 years ago
Måns Rullgård f4a7434f16 Add alias-safe aligned AV_[RW]N macros 15 years ago
Måns Rullgård 7a6053ef72 Use alias-safe types in AV_COPY/SWAP/ZERO macros 15 years ago
Måns Rullgård 0c76e635f5 Use alias-safe types in AV_[RW] macros 15 years ago
Måns Rullgård d10458c9e2 Add alias-safe union typedefs 15 years ago
Måns Rullgård 6c88973a75 Add AV_COPY32 15 years ago
Alexander Strange f6d0390657 Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. 15 years ago
Måns Rullgård c25210278c Add missing parens in AV_WN macros 15 years ago
Måns Rullgård d691da9508 AVR32: optimisations for intreadwrite.h 16 years ago
Måns Rullgård 4a051891f6 cosmetics: reformat intreadwrite.h 16 years ago
Måns Rullgård 63826ceb32 intreadwrite: ensure arch-specific versions are always used if defined 16 years ago
Måns Rullgård 57c36bdcea intreadwrite: allow arch-specific 24-bit access macros 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Måns Rullgård e7ea5e3d8d Check for __attribute__((packed)) support 16 years ago
Måns Rullgård 530456bf31 MIPS: inline asm for intreadwrite.h 16 years ago
Måns Rullgård 9f5ff83f2a PPC asm for AV_RL*() 16 years ago
Måns Rullgård 3c55ce039d ARM asm for AV_RN*() 16 years ago
Måns Rullgård a6783b8961 Reorganise intreadwrite.h 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 17 years ago
Måns Rullgård b7b38fb28a intreadwrite: support DEC compiler __unaligned type qualifier 17 years ago
Måns Rullgård fbbea48eb3 Rearrange AV_[RW][BL]*() macros 17 years ago
Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 17 years ago
Michael Niedermayer ff794171c9 Do not cast const away. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago