Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-16intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-11Make intreadwrite.h installation-safeMåns Rullgård
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-10intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård
2010-03-02Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård
2010-02-24AV_COPY16() & AV_ZERO16()Michael Niedermayer
2010-02-19TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård
2010-02-18Add alias-safe aligned AV_[RW]N macrosMåns Rullgård
2010-02-18Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård
2010-02-18Use alias-safe types in AV_[RW] macrosMåns Rullgård
2010-02-18Add alias-safe union typedefsMåns Rullgård
2010-01-29Add AV_COPY32Måns Rullgård
2010-01-18Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange
2010-01-17Add missing parens in AV_WN macrosMåns Rullgård
2009-08-17AVR32: optimisations for intreadwrite.hMåns Rullgård
2009-08-16cosmetics: reformat intreadwrite.hMåns Rullgård
2009-08-16intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård
2009-08-16intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-17Check for __attribute__((packed)) supportMåns Rullgård
2009-05-29MIPS: inline asm for intreadwrite.hMåns Rullgård
2009-04-18PPC asm for AV_RL*()Måns Rullgård
2009-04-18ARM asm for AV_RN*()Måns Rullgård
2009-04-18Reorganise intreadwrite.hMåns Rullgård
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-18intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård
2008-07-17Rearrange AV_[RW][BL]*() macrosMåns Rullgård
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun
2008-02-01Do not cast const away.Michael Niedermayer
2007-10-17Add 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-24intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-05-10Proper fix for r8963Jindřich Makovička
2007-05-07add AV_[RW][BL]64 supportIvo van Poorten
2007-04-25"fast unaligned" bytestream functionsRamiro Polla
2007-04-24cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun
2007-03-06add little endian 24bit read/writeAlex Beregszaszi
2007-03-04add R/WB24 functionsBaptiste Coudurier
2007-02-27Add missing license headers.Diego Biurrun
2007-02-06simplify and remove useless index in AV_W*Michael Niedermayer
2007-01-20add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-03Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger