| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #include "config.h" to headers that need it. | Diego Biurrun | 2008-03-13 | 1 | -0/+1 |
* | Do not cast const away. | Michael Niedermayer | 2008-02-01 | 1 | -37/+37 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 1 | -36/+36 |
* | intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. | Reimar Döffinger | 2007-06-24 | 1 | -0/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | Proper fix for r8963 | Jindřich Makovička | 2007-05-10 | 1 | -17/+17 |
* | add AV_[RW][BL]64 support | Ivo van Poorten | 2007-05-07 | 1 | -0/+54 |
* | "fast unaligned" bytestream functions | Ramiro Polla | 2007-04-25 | 1 | -0/+32 |
* | cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting. | Diego Biurrun | 2007-04-24 | 1 | -28/+29 |
* | add little endian 24bit read/write | Alex Beregszaszi | 2007-03-06 | 1 | -0/+8 |
* | add R/WB24 functions | Baptiste Coudurier | 2007-03-04 | 1 | -0/+8 |
* | Add missing license headers. | Diego Biurrun | 2007-02-27 | 1 | -0/+18 |
* | simplify and remove useless index in AV_W* | Michael Niedermayer | 2007-02-06 | 1 | -18/+18 |
* | add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) | Alex Beregszaszi | 2007-01-19 | 1 | -6/+29 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -5/+5 |
* | Move BE_*/LE_*/ST*/LD* macros to a common place. Some further | Reimar Döffinger | 2006-12-03 | 1 | -0/+42 |