98 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)

Author SHA1 Message Date
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 16 years ago
Michael Niedermayer 8cd8eaa546 Make START/STOP_TIMER not require -v 2. 17 years ago
Stefano Sabatini 4a567b40b1 Macro suggested by Michael which will be used to disable the 17 years ago
Baptiste Coudurier b842ecbefc add FFMIN3 17 years ago
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Diego Biurrun 27af15dc5c prettyprinting cosmetics 17 years ago
Michael Niedermayer 89ef2c29a0 Merge declaration and initialization. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs ddb8ebe7a1 add a new av_clip_int16() function to libavutil 17 years ago
Aurelien Jacobs b9c684a2b8 ensure av_noinline is always defined 17 years ago
Roman Shaposhnik b6c748edba * Making [START|STOP]_TIMER work on architectures that support gethrtime() 17 years ago
Marc Hoffman f70c273902 Blackfin - read_time primitive 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Panagiotis Issaris 792098c2ec Move the memory related functions out of common.h into their own header file 18 years ago
Panagiotis Issaris 0d8f16acf9 Fix typo in Doxygen comments. 18 years ago
Panagiotis Issaris d7f654692a Move unaltered av_freep() comments to the header file. 18 years ago
Panagiotis Issaris f690ee715d Move unaltered av_free() comments to the header file. 18 years ago
Panagiotis Issaris d6def91a3b Move unaltered av_realloc() comments to the header file. 18 years ago
Panagiotis Issaris 9a07029916 Move unaltered av_malloc() comments to the header file. 18 years ago
Måns Rullgård 738940e802 remove [U]INT64_C definition 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Michael Niedermayer 410bf2731d av_noinline 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Michael Niedermayer 9b0dfb27ab slightly improve *_TIMER 18 years ago
Christophe Mutricy d0b456ba1e Avoid "HAVE_CMOV not defined" warning. 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Måns Rullgård 1845bf1fdf merge #ifdef HAVE_AV_CONFIG_H sections 18 years ago
Måns Rullgård a77caa4dc9 fix mingw shared build, and get rid of FF_IMPORT_ATTR 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Måns Rullgård cd10789691 move more macros to internal.h 18 years ago
Måns Rullgård 5403f8576b move some __attribute__ macros to internal.h 18 years ago
Måns Rullgård c48e633b9e remove 'restrict' definition, it is always #defined in config.h 18 years ago
Diego Biurrun c6c367254f spelling cosmetics: cliped --> clipped 18 years ago
Reimar Döffinger 40a08c7e9a Correct GET/PUT_UTF8 comment: the get/put functions might be called up 18 years ago
Reimar Döffinger a99cfb0d0e Fix typo in comment 18 years ago
Måns Rullgård 576a85f7c9 remove workaround for missing inttypes.h 18 years ago
Måns Rullgård 81dc56e76e clean up inttypes.h and int_fastxx_t types detection 18 years ago
Guillaume Poirier d73427e347 Add doxy comments for macro GET_UTF8 18 years ago
Guillaume Poirier 34d3376902 Fix wrong params name in PUT_UTF8 doxy comments 18 years ago
Guillaume Poirier 0e8c148b59 woops, fix missplaced doxy comment 18 years ago
Zuxy Meng 360932f76d Fix ASF format parser's broken UTF-16 string handling 18 years ago
Steve L'Homme 523fc7c17d Define fallback for PRIX64, taken from a patch by Steve L'Homme. 18 years ago
Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 18 years ago