| Commit message (Expand) | Author | Age | Files | Lines |
* | Blackfin - read_time primitive | Marc Hoffman | 2007-06-13 | 1 | -1/+14 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -9/+9 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -0/+8 |
* | Move the memory related functions out of common.h into their own header file | Panagiotis Issaris | 2007-03-12 | 1 | -40/+2 |
* | Fix typo in Doxygen comments. | Panagiotis Issaris | 2007-03-09 | 1 | -1/+1 |
* | Move unaltered av_freep() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -0/+5 |
* | Move unaltered av_free() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -0/+6 |
* | Move unaltered av_realloc() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -0/+6 |
* | Move unaltered av_malloc() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -0/+6 |
* | remove [U]INT64_C definition | Måns Rullgård | 2007-02-25 | 1 | -5/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | av_noinline | Michael Niedermayer | 2007-02-16 | 1 | -0/+2 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -5/+1 |
* | slightly improve *_TIMER | Michael Niedermayer | 2007-02-12 | 1 | -1/+1 |
* | Avoid "HAVE_CMOV not defined" warning. | Christophe Mutricy | 2007-01-13 | 1 | -1/+1 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -0/+11 |
* | 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 | 1 | -8/+1 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -3/+3 |
* | move more macros to internal.h | Måns Rullgård | 2006-12-06 | 1 | -72/+0 |
* | move some __attribute__ macros to internal.h | Måns Rullgård | 2006-12-06 | 1 | -24/+0 |
* | remove 'restrict' definition, it is always #defined in config.h | Måns Rullgård | 2006-12-06 | 1 | -5/+0 |
* | spelling cosmetics: cliped --> clipped | Diego Biurrun | 2006-12-02 | 1 | -2/+2 |
* | 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 workaround for missing inttypes.h | Måns Rullgård | 2006-11-14 | 1 | -21/+0 |
* | clean up inttypes.h and int_fastxx_t types detection | Måns Rullgård | 2006-11-14 | 1 | -3/+3 |
* | 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 |
* | 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 | 1 | -1/+1 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
* | Rename SIGN macro to FFSIGN to avoid clashes with system headers. | Diego Biurrun | 2006-10-11 | 1 | -1/+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 | 1 | -4/+6 |
* | move memory functions from avcodec to avutil | Luca Barbato | 2006-09-25 | 1 | -0/+5 |
* | 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 |
* | 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 | 1 | -0/+18 |
* | Align the input buffer in ffplay, introduce a public macro for aligned declar... | Luca Barbato | 2006-08-31 | 1 | -0/+7 |
* | attribute_deprecated | Michael Niedermayer | 2006-08-20 | 1 | -0/+8 |
* | SWAP | Michael Niedermayer | 2006-08-19 | 1 | -0/+2 |
* | do not include bswap.h in common.h for external programs, since the former | Reimar Döffinger | 2006-07-21 | 1 | -2/+0 |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 1 | -0/+5 |