summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-13lavu/intreadwrite: add AV_[RW][BLN]48Paul B Mahol1-1/+67
2012-10-24Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer6-51/+62
2012-10-23intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun1-0/+27
2012-09-04intreadwrite: Dont evaluate value for AV_W* multiple times.Michael Niedermayer1-6/+12
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-194/+607
2011-06-16intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala1-10/+10
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-10Make intreadwrite.h installation-safeMåns Rullgård1-8/+14
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård1-1/+1
2010-03-02Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård1-1/+1
2010-02-24AV_COPY16() & AV_ZERO16()Michael Niedermayer1-0/+8
2010-02-19TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård2-0/+150
2010-02-18Add alias-safe aligned AV_[RW]N macrosMåns Rullgård1-0/+32
2010-02-18Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård1-3/+8
2010-02-18Use alias-safe types in AV_[RW] macrosMåns Rullgård1-7/+7
2010-02-18Add alias-safe union typedefsMåns Rullgård1-0/+22
2010-01-29Add AV_COPY32Måns Rullgård1-0/+4
2010-01-18Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2-2/+141
2010-01-17Add missing parens in AV_WN macrosMåns Rullgård1-3/+3
2009-08-17AVR32: optimisations for intreadwrite.hMåns Rullgård2-0/+184
2009-08-16cosmetics: reformat intreadwrite.hMåns Rullgård1-88/+104
2009-08-16intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård1-8/+114
2009-08-16intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård1-1/+9
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård28-44/+39
2009-07-17Check for __attribute__((packed)) supportMåns Rullgård2-1/+6
2009-05-28MIPS: inline asm for intreadwrite.hMåns Rullgård2-0/+96
2009-04-18PPC asm for AV_RL*()Måns Rullgård3-1/+108
2009-04-18ARM asm for AV_RN*()Måns Rullgård2-0/+81
2009-04-18Reorganise intreadwrite.hMåns Rullgård1-72/+141
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-07-18intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård1-1/+11
2008-07-17Rearrange AV_[RW][BL]*() macrosMåns Rullgård1-49/+41
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun4-0/+5
2008-02-01Do not cast const away.Michael Niedermayer1-37/+37
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik6-163/+161
2007-06-24intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger1-0/+1
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-05-10Proper fix for r8963Jindřich Makovička1-17/+17
2007-05-07add AV_[RW][BL]64 supportIvo van Poorten1-0/+54
2007-04-25"fast unaligned" bytestream functionsRamiro Polla2-0/+36
2007-04-24cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun1-28/+29
2007-03-06add little endian 24bit read/writeAlex Beregszaszi1-0/+8
2007-03-04add R/WB24 functionsBaptiste Coudurier1-0/+8
2007-02-27Add missing license headers.Diego Biurrun5-0/+93
2007-02-06simplify and remove useless index in AV_W*Michael Niedermayer2-66/+33
2007-01-19add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2-8/+31
[next]