| Commit message (Expand) | Author | Age | Files | Lines |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 3 | -16/+19 |
* | merge #ifdef HAVE_AV_CONFIG_H sections | Måns Rullgård | 2006-12-07 | 1 | -7/+3 |
* | fix mingw shared build, and get rid of FF_IMPORT_ATTR | Måns Rullgård | 2006-12-07 | 2 | -9/+2 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 2 | -5/+5 |
* | move more macros to internal.h | Måns Rullgård | 2006-12-06 | 2 | -72/+72 |
* | move some __attribute__ macros to internal.h | Måns Rullgård | 2006-12-06 | 2 | -24/+24 |
* | remove 'restrict' definition, it is always #defined in config.h | Måns Rullgård | 2006-12-06 | 1 | -5/+0 |
* | Move BE_*/LE_*/ST*/LD* macros to a common place. Some further | Reimar Döffinger | 2006-12-03 | 2 | -0/+43 |
* | spelling cosmetics: cliped --> clipped | Diego Biurrun | 2006-12-02 | 1 | -2/+2 |
* | doxy | Michael Niedermayer | 2006-11-30 | 1 | -2/+25 |
* | fix overflow and remove wrong comment | Michael Niedermayer | 2006-11-30 | 1 | -2/+1 |
* | return optimal fraction | Michael Niedermayer | 2006-11-30 | 1 | -1/+9 |
* | Correct GET/PUT_UTF8 comment: the get/put functions might be called up | Reimar Döffinger | 2006-11-19 | 1 | -2/+4 |
* | Fix typo in comment | Reimar Döffinger | 2006-11-19 | 1 | -1/+1 |
* | Remove alpha channel from RGB555 | Alex Beregszaszi | 2006-11-16 | 1 | -3/+3 |
* | make option field const | Baptiste Coudurier | 2006-11-16 | 1 | -1/+1 |
* | move comment | Måns Rullgård | 2006-11-14 | 1 | -1/+2 |
* | remove workaround for missing inttypes.h | Måns Rullgård | 2006-11-14 | 1 | -21/+0 |
* | 0.5l | Michael Niedermayer | 2006-11-14 | 1 | -1/+1 |
* | clean up inttypes.h and int_fastxx_t types detection | Måns Rullgård | 2006-11-14 | 1 | -3/+3 |
* | merge CONFIG_WINCE sections | Måns Rullgård | 2006-11-14 | 1 | -4/+1 |
* | indentation | Måns Rullgård | 2006-11-14 | 1 | -35/+35 |
* | improve enumerate so arbitrary ranges can be enumerated quickly | Michael Niedermayer | 2006-11-14 | 1 | -3/+3 |
* | AVL tree | Michael Niedermayer | 2006-11-14 | 3 | -0/+181 |
* | rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure | Måns Rullgård | 2006-11-14 | 1 | -5/+5 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | 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 |