| Commit message (Expand) | Author | Age | Files | Lines |
* | Add av_clipf() function to common.h and use it in ra288.c | Vitor Sessak | 2008-07-13 | 1 | -0/+14 |
* | Make START/STOP_TIMER not require -v 2. | Michael Niedermayer | 2008-06-08 | 1 | -1/+1 |
* | Macro suggested by Michael which will be used to disable the | Stefano Sabatini | 2008-06-01 | 1 | -0/+11 |
* | add FFMIN3 | Baptiste Coudurier | 2008-04-26 | 1 | -0/+1 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -0/+1 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -0/+8 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 1 | -8/+24 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 1 | -24/+8 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 1 | -8/+24 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-02-15 | 1 | -22/+21 |
* | Merge declaration and initialization. | Michael Niedermayer | 2008-02-01 | 1 | -6/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | add a new av_clip_int16() function to libavutil | Aurelien Jacobs | 2007-08-11 | 1 | -0/+11 |
* | ensure av_noinline is always defined | Aurelien Jacobs | 2007-08-11 | 1 | -1/+7 |
* | * Making [START|STOP]_TIMER work on architectures that support gethrtime() | Roman Shaposhnik | 2007-08-09 | 1 | -2/+7 |
* | 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 |