index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
intreadwrite.h
Age
Commit message (
Expand
)
Author
2011-06-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-16
intreadwrite.h: fix AV_RL32/AV_RB32 signedness.
Uoti Urpala
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-10
Make intreadwrite.h installation-safe
Måns Rullgård
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
intreadwrite: common.h is not needed, attributes.h is sufficient
Måns Rullgård
2010-03-02
Fix build failure with fast_unaligned and non-gcc-compatible compilers
Måns Rullgård
2010-02-24
AV_COPY16() & AV_ZERO16()
Michael Niedermayer
2010-02-19
TOMI: 16- and 32-bit intreadwrite functions
Måns Rullgård
2010-02-18
Add alias-safe aligned AV_[RW]N macros
Måns Rullgård
2010-02-18
Use alias-safe types in AV_COPY/SWAP/ZERO macros
Måns Rullgård
2010-02-18
Use alias-safe types in AV_[RW] macros
Måns Rullgård
2010-02-18
Add alias-safe union typedefs
Måns Rullgård
2010-01-29
Add AV_COPY32
Måns Rullgård
2010-01-18
Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.
Alexander Strange
2010-01-17
Add missing parens in AV_WN macros
Måns Rullgård
2009-08-17
AVR32: optimisations for intreadwrite.h
Måns Rullgård
2009-08-16
cosmetics: reformat intreadwrite.h
Måns Rullgård
2009-08-16
intreadwrite: ensure arch-specific versions are always used if defined
Måns Rullgård
2009-08-16
intreadwrite: allow arch-specific 24-bit access macros
Måns Rullgård
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-17
Check for __attribute__((packed)) support
Måns Rullgård
2009-05-28
MIPS: inline asm for intreadwrite.h
Måns Rullgård
2009-04-18
PPC asm for AV_RL*()
Måns Rullgård
2009-04-18
ARM asm for AV_RN*()
Måns Rullgård
2009-04-18
Reorganise intreadwrite.h
Måns Rullgård
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-18
intreadwrite: support DEC compiler __unaligned type qualifier
Måns Rullgård
2008-07-17
Rearrange AV_[RW][BL]*() macros
Måns Rullgård
2008-03-13
Add #include "config.h" to headers that need it.
Diego Biurrun
2008-02-01
Do not cast const away.
Michael Niedermayer
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-08-09
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
Roman Shaposhnik
2007-06-24
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.
Reimar Döffinger
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-05-10
Proper fix for r8963
Jindřich Makovička
2007-05-07
add AV_[RW][BL]64 support
Ivo van Poorten
2007-04-25
"fast unaligned" bytestream functions
Ramiro Polla
2007-04-24
cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.
Diego Biurrun
2007-03-06
add little endian 24bit read/write
Alex Beregszaszi
2007-03-04
add R/WB24 functions
Baptiste Coudurier
2007-02-27
Add missing license headers.
Diego Biurrun
2007-02-06
simplify and remove useless index in AV_W*
Michael Niedermayer
2007-01-19
add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)
Alex Beregszaszi
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-12-03
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
Reimar Döffinger