История коммитов

Автор SHA1 Сообщение Дата
  Måns Rullgård 03bc0f3744 Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers 15 лет назад
  Carl Eugen Hoyos 0dd8966638 Silence one icc warning: 15 лет назад
  Diego Biurrun b7d3a8c13f Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. 15 лет назад
  Michael Niedermayer 3b49f69077 av_flatten to make the similarly named attribute available. 15 лет назад
  Michael Niedermayer 51066987cf av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code. 15 лет назад
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 лет назад
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 15 лет назад
  Diego Biurrun 8076c4731f Reorganize header #includes: Unconditionally #include standard C headers, 15 лет назад
  Diego Biurrun 6b8b7258e4 Move internal.h #include to the end of the file so that it is after 15 лет назад
  Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 15 лет назад
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 15 лет назад
  Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 15 лет назад
  Aurelien Jacobs d80a7fe50a move NULL_IF_CONFIG_SMALL() definition into internal header 15 лет назад
  Aurelien Jacobs 2f5421d513 move timer related code in a new timer.h file 15 лет назад
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 лет назад
  Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 15 лет назад
  Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 15 лет назад
  Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 15 лет назад
  Michael Niedermayer 03092e1408 Port read_time() that works on x86_32 and 64 from noe. 16 лет назад
  Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 лет назад
  Benoit Fouet ac809e814e Add a macro to get the number of elements in a table. 16 лет назад
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 лет назад
  Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 16 лет назад
  Michael Niedermayer 8cd8eaa546 Make START/STOP_TIMER not require -v 2. 16 лет назад
  Stefano Sabatini 4a567b40b1 Macro suggested by Michael which will be used to disable the 16 лет назад
  Baptiste Coudurier b842ecbefc add FFMIN3 16 лет назад
  Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 16 лет назад
  Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 16 лет назад
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 лет назад
  Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 16 лет назад
  Benoit Fouet 2119bb8f51 revert r12489. 16 лет назад
  Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 16 лет назад
  Diego Biurrun 7ce6892373 misc spelling fixes 16 лет назад
  Diego Biurrun 27af15dc5c prettyprinting cosmetics 16 лет назад
  Michael Niedermayer 89ef2c29a0 Merge declaration and initialization. 16 лет назад
  Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 лет назад
  Aurelien Jacobs ddb8ebe7a1 add a new av_clip_int16() function to libavutil 17 лет назад
  Aurelien Jacobs b9c684a2b8 ensure av_noinline is always defined 17 лет назад
  Roman Shaposhnik b6c748edba * Making [START|STOP]_TIMER work on architectures that support gethrtime() 17 лет назад
  Marc Hoffman f70c273902 Blackfin - read_time primitive 17 лет назад
  Diego Biurrun 90b5b51eab misc typo fixes 17 лет назад
  Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 17 лет назад
  Panagiotis Issaris 792098c2ec Move the memory related functions out of common.h into their own header file 17 лет назад
  Panagiotis Issaris 0d8f16acf9 Fix typo in Doxygen comments. 17 лет назад
  Panagiotis Issaris d7f654692a Move unaltered av_freep() comments to the header file. 17 лет назад
  Panagiotis Issaris f690ee715d Move unaltered av_free() comments to the header file. 17 лет назад
  Panagiotis Issaris d6def91a3b Move unaltered av_realloc() comments to the header file. 17 лет назад
  Panagiotis Issaris 9a07029916 Move unaltered av_malloc() comments to the header file. 17 лет назад
  Måns Rullgård 738940e802 remove [U]INT64_C definition 17 лет назад
  Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 17 лет назад