| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mark code parts that cannot work on AMD64 due to broken relocations as such. | Diego Biurrun | 2007-04-27 | 1 | -0/+4 |
* | reorder bswap functions into bit-depth, special-casing inside the functions. | Ramiro Polla | 2007-04-26 | 1 | -65/+14 |
* | make 2 functions "return x;" to simplify next patch | Ramiro Polla | 2007-04-26 | 1 | -2/+4 |
* | "fast unaligned" bytestream functions | Ramiro Polla | 2007-04-25 | 1 | -0/+32 |
* | Faster 32 bit byteswaping code for Blackfin. | Marc Hoffman | 2007-04-24 | 1 | -0/+12 |
* | cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting. | Diego Biurrun | 2007-04-24 | 1 | -28/+29 |
* | Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST, | Diego Biurrun | 2007-04-24 | 1 | -1/+1 |
* | remove possibly broken wince cruft | Alex Beregszaszi | 2007-04-20 | 1 | -5/+0 |
* | Add first and second output to earlyclobbers in COPY3_IF_LT macro. | Ramiro Polla | 2007-04-03 | 1 | -1/+1 |
* | Fix compilation when using the --disable-opts parameter. This to help those | Panagiotis Issaris | 2007-03-29 | 1 | -0/+4 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 1 | -0/+1 |
* | expose av_base64_decode and av_base64_encode | Luca Barbato | 2007-03-19 | 4 | -9/+9 |
* | 160 bytes smaller object file, ask gcc devels why | Michael Niedermayer | 2007-03-14 | 1 | -5/+6 |
* | explain where the T table comes from | Michael Niedermayer | 2007-03-14 | 1 | -1/+1 |
* | kill 3 more av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 2 | -0/+14 |
* | cosmetic (order context variables like in sha1) | Michael Niedermayer | 2007-03-13 | 1 | -1/+1 |
* | s/context/ctx/ | Michael Niedermayer | 2007-03-13 | 1 | -29/+29 |
* | #undef printf under #ifdef TEST (needed for testing) | Michael Niedermayer | 2007-03-13 | 1 | -0/+1 |
* | borrow finalization algo from sha1 (100byte smaller) | Michael Niedermayer | 2007-03-13 | 1 | -14/+6 |
* | get rid of b_used variable (same size with CONFIG_SMALL) | Michael Niedermayer | 2007-03-13 | 1 | -10/+10 |
* | smaller av_sha1_update() | Michael Niedermayer | 2007-03-13 | 1 | -0/+10 |
* | use CONFIG_SMALL | Michael Niedermayer | 2007-03-13 | 1 | -3/+1 |