| Commit message (Expand) | Author | Age | Files | Lines |
* | 16-bit grayscale support | Kostya Shishkov | 2006-10-24 | 1 | -2/+6 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 2 | -2/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 2 | -4/+4 |
* | Rename SIGN macro to FFSIGN to avoid clashes with system headers. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -2/+1 |
* | Move sign macro to libavutil. | Diego Biurrun | 2006-10-10 | 1 | -0/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 26 | -104/+156 |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -2/+1 |
* | add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% | Siarhei Siamashka | 2006-09-28 | 1 | -0/+11 |
* | move memory functions from avcodec to avutil | Luca Barbato | 2006-09-25 | 3 | -2/+39 |
* | remove a division from STOP_TIMER | Loren Merritt | 2006-09-21 | 1 | -1/+1 |
* | simplify asm mid_pred, as suggested by michaelni. | Loren Merritt | 2006-09-21 | 1 | -10/+9 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 3 | -1/+162 |
* | asm implementation of mid_pred. | Loren Merritt | 2006-09-15 | 1 | -1/+16 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 13 | -0/+234 |
* | Remove unused defines, patch by takis P issaris A uhasselt P be | Panagiotis Issaris | 2006-09-07 | 1 | -15/+0 |
* | Exchange informal LGPL notice by official license header. | Diego Biurrun | 2006-09-04 | 1 | -1/+18 |
* | Add license from zlib.h instead of referring to it. | Diego Biurrun | 2006-09-03 | 1 | -1/+19 |
* | Align the input buffer in ffplay, introduce a public macro for aligned declar... | Luca Barbato | 2006-08-31 | 1 | -0/+7 |
* | Add some new pixel formats to libavutil | Luca Abeni | 2006-08-28 | 1 | -2/+21 |
* | compatibility warning | Michael Niedermayer | 2006-08-20 | 1 | -1/+1 |
* | cleanup PixelFormat a little | Michael Niedermayer | 2006-08-20 | 1 | -22/+36 |
* | attribute_deprecated | Michael Niedermayer | 2006-08-20 | 1 | -0/+8 |
* | SWAP | Michael Niedermayer | 2006-08-19 | 1 | -0/+2 |
* | Explicitly include fastmemcpy.h from libvo/. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | revert aligned realloc() changesm this should be identical to r5784 | Michael Niedermayer | 2006-08-17 | 1 | -15/+11 |
* | trying to fix av_realloc() | Michael Niedermayer | 2006-08-13 | 1 | -3/+5 |
* | align av_realloc() | Michael Niedermayer | 2006-08-13 | 1 | -10/+12 |
* | Add #define REGc | Guillaume Poirier | 2006-08-12 | 1 | -0/+2 |
* | use C99 standard constant, thanks to Foxy Shadis | Baptiste Coudurier | 2006-08-11 | 1 | -1/+1 |
* | floating point "emulation" code | Michael Niedermayer | 2006-08-08 | 2 | -0/+155 |
* | Fix FSF postal address. | Diego Biurrun | 2006-07-26 | 2 | -2/+2 |
* | do not include bswap.h in common.h for external programs, since the former | Reimar Döffinger | 2006-07-21 | 2 | -2/+2 |
* | removing redundant mess next time we break compatiility | Michael Niedermayer | 2006-07-20 | 2 | -1/+12 |
* | simplify | Michael Niedermayer | 2006-07-20 | 1 | -5/+4 |
* | for floats fabs is better & smaller then ABS | Michael Niedermayer | 2006-07-20 | 1 | -1/+1 |
* | simpler, smaller and faster | Michael Niedermayer | 2006-07-20 | 1 | -13/+28 |
* | Install log.h | Luca Abeni | 2006-07-19 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2006-07-19 | 1 | -8/+3 |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 3 | -1/+144 |
* | Move av_log() & friends to libavutil | Luca Abeni | 2006-07-18 | 4 | -0/+113 |
* | Split common.h in two parts, purely internal stuff (internal.h) and things | Reimar Döffinger | 2006-07-16 | 2 | -214/+226 |
* | calculate all coefficients for several orders during cholesky factorization, ... | Michael Niedermayer | 2006-07-15 | 2 | -31/+40 |
* | unneeded #include | Michael Niedermayer | 2006-07-14 | 1 | -3/+0 |
* | adding a \ so we can add more lines without having to do a "cosmetic" change ... | Michael Niedermayer | 2006-07-14 | 1 | -1/+1 |
* | linear least squares solver using cholesky factorization | Michael Niedermayer | 2006-07-14 | 3 | -0/+187 |
* | indent | Måns Rullgård | 2006-07-14 | 1 | -8/+8 |
* | simplify | Måns Rullgård | 2006-07-14 | 1 | -17/+6 |
* | simplify | Måns Rullgård | 2006-07-14 | 1 | -23/+4 |