| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for yuva420p colorspace (yuv420p + alpha) | Aurelien Jacobs | 2007-09-24 | 1 | -0/+1 |
* | Document libavutil/mem.h:av_strdup. | Stefano Sabatini | 2007-09-09 | 1 | -0/+7 |
* | cosmetics: Sort some lines, whitespace changes. | Diego Biurrun | 2007-08-30 | 1 | -19/+31 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -1/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | Diego Biurrun | 2007-08-24 | 1 | -0/+7 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 1 | -1/+1 |
* | Additional documentation for CRC functions | Reimar Döffinger | 2007-08-20 | 1 | -0/+16 |
* | Use defines instead of raw hex numbers to specify CRC polynomials | Reimar Döffinger | 2007-08-19 | 2 | -4/+11 |
* | CONFIG_7REGS -> HAVE_7REGS | Ramiro Polla | 2007-08-15 | 1 | -1/+1 |
* | Add attribute that forces alignment of stack to functions that need it. | Ramiro Polla | 2007-08-13 | 1 | -0/+8 |
* | add a new av_clip_int16() function to libavutil | Aurelien Jacobs | 2007-08-11 | 2 | -2/+13 |
* | ensure av_noinline is always defined | Aurelien Jacobs | 2007-08-11 | 1 | -1/+7 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 1 | -36/+36 |
* | * Making [START|STOP]_TIMER work on architectures that support gethrtime() | Roman Shaposhnik | 2007-08-09 | 1 | -2/+7 |
* | Implement av_strlcatf(): a strlcat which adds a printf style formatted string | Luca Abeni | 2007-07-19 | 2 | -0/+28 |
* | Document aes init code writing on purpose beyond round_key array into state a... | Reimar Döffinger | 2007-07-18 | 1 | -0/+2 |
* | add YUV440P and YUVJ440P support | Andreas Öman | 2007-07-18 | 1 | -0/+2 |
* | move #include of system headers to top of file | Måns Rullgård | 2007-07-14 | 1 | -6/+6 |
* | 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs | Alex Beregszaszi | 2007-07-14 | 1 | -1/+0 |
* | match doxygen comment with other parts of the file | Alex Beregszaszi | 2007-07-14 | 1 | -1/+1 |
* | Remove unnecessary MINGW ifdef. | Ramiro Polla | 2007-07-11 | 1 | -10/+0 |
* | Remove MinGW lrint hack. | Ramiro Polla | 2007-07-11 | 1 | -14/+0 |
* | Remove OS/2 support | Ramiro Polla | 2007-07-10 | 1 | -7/+1 |
* | 10l: fix av_str[i]start() | Måns Rullgård | 2007-07-10 | 1 | -2/+8 |
* | undef forbidden names before we #define them in case they are macros in libc | Måns Rullgård | 2007-07-08 | 1 | -0/+12 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 8 | -8/+2 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -11/+11 |
* | Make error message more helpful and forbid random() | Vitor Sessak | 2007-07-05 | 1 | -2/+3 |
* | Move comment to a slightly better place. | Diego Biurrun | 2007-07-02 | 1 | -2/+2 |
* | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun | 2007-07-02 | 2 | -4/+4 |
* | Add proper license header. | Diego Biurrun | 2007-06-27 | 2 | -3/+40 |
* | intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. | Reimar Döffinger | 2007-06-24 | 1 | -0/+1 |
* | more av_strl* adjustments | Reimar Döffinger | 2007-06-24 | 1 | -1/+1 |
* | bump micro version: new string functions | Luca Barbato | 2007-06-24 | 1 | -2/+2 |
* | add some string functions | Måns Rullgård | 2007-06-23 | 3 | -1/+136 |
* | Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK | Michel Bardiaux | 2007-06-20 | 1 | -2/+2 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 2 | -2/+2 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 2 | -0/+9 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 13 | -0/+29 |
* | Blackfin - read_time primitive | Marc Hoffman | 2007-06-13 | 1 | -1/+14 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 2 | -11/+11 |
* | Part of MPlayer patch: | Reimar Döffinger | 2007-06-05 | 1 | -0/+1 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 3 | -9/+9 |
* | Remove extern C declarations for C++. | Diego Biurrun | 2007-05-16 | 1 | -8/+0 |
* | correct last element inited check | Michael Niedermayer | 2007-05-13 | 1 | -1/+1 |
* | 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 |
* | reduce number of shifts | Michael Niedermayer | 2007-05-04 | 1 | -4/+5 |
* | simplify | Michael Niedermayer | 2007-05-04 | 1 | -3/+2 |
* | add missing include of bswap.h | Attila Kinali | 2007-04-27 | 1 | -0/+1 |