| Commit message (Expand) | Author | Age | Files | Lines |
* | Add doxy comments for macro GET_UTF8 | Guillaume Poirier | 2006-11-06 | 1 | -2/+14 |
* | Fix wrong params name in PUT_UTF8 doxy comments | Guillaume Poirier | 2006-11-06 | 1 | -1/+1 |
* | woops, fix missplaced doxy comment | Guillaume Poirier | 2006-11-06 | 1 | -15/+15 |
* | Fix ASF format parser's broken UTF-16 string handling | Zuxy Meng | 2006-11-06 | 1 | -1/+35 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 2 | -6/+6 |
* | Define fallback for PRIX64, taken from a patch by Steve L'Homme. | Steve L'Homme | 2006-11-01 | 1 | -0/+4 |
* | Rename SWAP macro to FFSWAP. | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 3 | -5/+5 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 2 | -3/+3 |
* | better #endif comment | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | 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 |