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
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