git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
audioconvert: add explanatory comments to channel_names array
[ffmpeg.git]
/
libavutil
/
intreadwrite.h
2011-06-16
Uoti Urpala
intreadwrite.h: fix AV_RL32/AV_RB32 signedness.
blob
|
commitdiff
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2010-07-10
Måns Rullgård
Make intreadwrite.h installation-safe
blob
|
commitdiff
|
diff to current
2010-07-10
Måns Rullgård
Add av_ prefix to bswap macros
blob
|
commitdiff
|
diff to current
2010-07-10
Måns Rullgård
intreadwrite: common.h is not needed, attributes.h...
blob
|
commitdiff
|
diff to current
2010-03-02
Måns Rullgård
Fix build failure with fast_unaligned and non-gcc-compa...
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
AV_COPY16() & AV_ZERO16()
blob
|
commitdiff
|
diff to current
2010-02-19
Måns Rullgård
TOMI: 16- and 32-bit intreadwrite functions
blob
|
commitdiff
|
diff to current
2010-02-18
Måns Rullgård
Add alias-safe aligned AV_[RW]N macros
blob
|
commitdiff
|
diff to current
2010-02-18
Måns Rullgård
Use alias-safe types in AV_COPY/SWAP/ZERO macros
blob
|
commitdiff
|
diff to current
2010-02-18
Måns Rullgård
Use alias-safe types in AV_[RW] macros
blob
|
commitdiff
|
diff to current
2010-02-18
Måns Rullgård
Add alias-safe union typedefs
blob
|
commitdiff
|
diff to current
2010-01-29
Måns Rullgård
Add AV_COPY32
blob
|
commitdiff
|
diff to current
2010-01-18
Alexander Strange
Add macros for 64- and 128-bit write-combining optimiza...
blob
|
commitdiff
|
diff to current
2010-01-17
Måns Rullgård
Add missing parens in AV_WN macros
blob
|
commitdiff
|
diff to current
2009-08-17
Måns Rullgård
AVR32: optimisations for intreadwrite.h
blob
|
commitdiff
|
diff to current
2009-08-16
Måns Rullgård
cosmetics: reformat intreadwrite.h
blob
|
commitdiff
|
diff to current
2009-08-16
Måns Rullgård
intreadwrite: ensure arch-specific versions are always...
blob
|
commitdiff
|
diff to current
2009-08-16
Måns Rullgård
intreadwrite: allow arch-specific 24-bit access macros
blob
|
commitdiff
|
diff to current
2009-07-26
Måns Rullgård
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
blob
|
commitdiff
|
diff to current
2009-07-17
Måns Rullgård
Check for __attribute__((packed)) support
blob
|
commitdiff
|
diff to current
2009-05-28
Måns Rullgård
MIPS: inline asm for intreadwrite.h
blob
|
commitdiff
|
diff to current
2009-04-18
Måns Rullgård
PPC asm for AV_RL*()
blob
|
commitdiff
|
diff to current
2009-04-18
Måns Rullgård
ARM asm for AV_RN*()
blob
|
commitdiff
|
diff to current
2009-04-18
Måns Rullgård
Reorganise intreadwrite.h
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2008-08-31
Stefano Sabatini
Globally rename the header inclusion guard names.
blob
|
commitdiff
|
diff to current
2008-07-18
Måns Rullgård
intreadwrite: support DEC compiler __unaligned type...
blob
|
commitdiff
|
diff to current
2008-07-17
Måns Rullgård
Rearrange AV_[RW][BL]*() macros
blob
|
commitdiff
|
diff to current
2008-03-13
Diego Biurrun
Add #include "config.h" to headers that need it.
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
Do not cast const away.
blob
|
commitdiff
|
diff to current
2007-10-17
Diego Biurrun
Add FFMPEG_ prefix to all multiple inclusion guards.
blob
|
commitdiff
|
diff to current
2007-08-09
Roman Shaposhnik
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
blob
|
commitdiff
|
diff to current
2007-06-24
Reimar Döffinger
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
blob
|
commitdiff
|
diff to current
2007-06-16
Måns Rullgård
include all prerequisites in header files
blob
|
commitdiff
|
diff to current
2007-05-10
Jindřich Makovička
Proper fix for r8963
blob
|
commitdiff
|
diff to current
2007-05-07
Ivo van Poorten
add AV_[RW][BL]64 support
blob
|
commitdiff
|
diff to current
2007-04-25
Ramiro Polla
"fast unaligned" bytestream functions
blob
|
commitdiff
|
diff to current
2007-04-24
Diego Biurrun
cosmetics: Reorder endianness macros by bit depth,...
blob
|
commitdiff
|
diff to current
2007-03-06
Alex Beregszaszi
add little endian 24bit read/write
blob
|
commitdiff
|
diff to current
2007-03-04
Baptiste Coudurier
add R/WB24 functions
blob
|
commitdiff
|
diff to current
2007-02-27
Diego Biurrun
Add missing license headers.
blob
|
commitdiff
|
diff to current
2007-02-06
Michael Niedermayer
simplify and remove useless index in AV_W*
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
add AV_WB/WL for lswriting, similar to AV_RB/RL (also...
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
diff to current
2006-12-03
Reimar Döffinger
Move BE_*/LE_*/ST*/LD* macros to a common place. Some...
blob
|
commitdiff
|
diff to current