]> git.sesse.net Git - ffmpeg/history - libavutil/common.h
AVR32: inline asm for bswap.h
[ffmpeg] / libavutil / common.h
2009-08-13 Ramiro PollaIntroduce av_clip_uint16().
2009-07-30 Diego BiurrunRevert addition of '#undef av_always_inline' to config...
2009-06-28 Carl Eugen HoyosIcc does not support attribute flatten, do not try...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-02-22 Måns RullgårdAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-10 Carl Eugen HoyosSilence one icc warning:
2009-02-10 Diego BiurrunUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-09 Michael Niedermayerav_flatten to make the similarly named attribute available.
2009-02-09 Michael Niedermayerav_uninit() to suppress false uninitialized warnings...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunReorganize header #includes: Unconditionally #include...
2009-01-25 Diego BiurrunMove internal.h #include to the end of the file so...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-15 Aurelien Jacobsmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 Aurelien Jacobsmove timer related code in a new timer.h file
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-21 Carl Eugen HoyosSilence the following icc warnings:
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-10-21 Michael NiedermayerPort read_time() that works on x86_32 and 64 from noe.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-15 Benoit FouetAdd a macro to get the number of elements in a table.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-13 Vitor SessakAdd av_clipf() function to common.h and use it in ra288.c
2008-06-08 Michael NiedermayerMake START/STOP_TIMER not require -v 2.
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
2008-04-26 Baptiste Coudurieradd FFMIN3
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-10 Diego Biurrunmisc spelling fixes
2008-02-15 Diego Biurrunprettyprinting cosmetics
2008-02-01 Michael NiedermayerMerge declaration and initialization.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-08-11 Aurelien Jacobsensure av_noinline is always defined
2007-08-09 Roman Shaposhnik * Making [START|STOP]_TIMER work on architectures...
2007-06-13 Marc HoffmanBlackfin - read_time primitive
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-03-12 Panagiotis IssarisMove the memory related functions out of common.h into...
2007-03-09 Panagiotis IssarisFix typo in Doxygen comments.
2007-03-05 Panagiotis IssarisMove unaltered av_freep() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_free() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_realloc() comments to the header...
2007-03-05 Panagiotis IssarisMove unaltered av_malloc() comments to the header file.
2007-02-25 Måns Rullgårdremove [U]INT64_C definition
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-16 Michael Niedermayerav_noinline
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-12 Michael Niedermayerslightly improve *_TIMER
2007-01-13 Christophe MutricyAvoid "HAVE_CMOV not defined" warning.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Måns Rullgårdmerge #ifdef HAVE_AV_CONFIG_H sections
2006-12-07 Måns Rullgårdfix mingw shared build, and get rid of FF_IMPORT_ATTR
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Måns Rullgårdmove more macros to internal.h
2006-12-06 Måns Rullgårdmove some __attribute__ macros to internal.h
2006-12-06 Måns Rullgårdremove 'restrict' definition, it is always #defined...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-11-19 Reimar DöffingerCorrect GET/PUT_UTF8 comment: the get/put functions...
2006-11-19 Reimar DöffingerFix typo in comment
2006-11-14 Måns Rullgårdremove workaround for missing inttypes.h
2006-11-14 Måns Rullgårdclean up inttypes.h and int_fastxx_t types detection
2006-11-06 Guillaume PoirierAdd doxy comments for macro GET_UTF8
2006-11-06 Guillaume PoirierFix wrong params name in PUT_UTF8 doxy comments
2006-11-06 Guillaume Poirierwoops, fix missplaced doxy comment
2006-11-06 Zuxy MengFix ASF format parser's broken UTF-16 string handling
2006-11-01 Steve L'HommeDefine fallback for PRIX64, taken from a patch by Steve...
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Diego BiurrunRename SIGN macro to FFSIGN to avoid clashes with syste...
2006-10-10 Diego BiurrunMove sign macro to libavutil.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Luca Barbatomove memory functions from avcodec to avutil
2006-09-21 Loren Merrittremove a division from STOP_TIMER
2006-09-21 Loren Merrittsimplify asm mid_pred, as suggested by michaelni.
2006-09-15 Loren Merrittasm implementation of mid_pred.
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-08-31 Luca BarbatoAlign the input buffer in ffplay, introduce a public...
2006-08-20 Michael Niedermayerattribute_deprecated
2006-08-19 Michael NiedermayerSWAP
2006-07-21 Reimar Döffingerdo not include bswap.h in common.h for external program...
2006-07-19 Luca AbeniMove av_malloc(), av_realloc(), and av_free() from...
2006-07-16 Reimar DöffingerSplit common.h in two parts, purely internal stuff...
2006-07-14 Måns Rullgårdindent
2006-07-14 Måns Rullgårdsimplify
2006-07-14 Måns Rullgårdsimplify
2006-07-14 Måns Rullgårdremove impossible #ifdef case
2006-07-13 Måns Rullgårdremove old msvc cruft
next