]> git.sesse.net Git - ffmpeg/history - libavutil/common.h
simplify
[ffmpeg] / libavutil / common.h
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
2006-07-13 Måns Rullgårdremove redundant #include <math.h>
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-11 Diego Biurruncosmetics: Fix indentation after last commit.
2006-07-11 Diego BiurrunRemove old MSVC remnants.
2006-07-09 Michael Niedermayercosmetic
2006-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-07-07 Michael Niedermayermoving utf8 reading function to libavutil
2006-07-05 Luca BarbatoMake ffmpeg better support pic - from Diego Pettenò...
2006-07-04 Måns Rullgårdfloorf() is not used, and causes warnings on Solaris
2006-06-30 Diego Pettenòmake sure NDEBUG is not defined already before defining it
2006-05-01 Aurelien Jacobsdocument clip functions
2006-04-30 Panagiotis Issarisclip_uint8 should return an uint8_t instead of an int...
2006-04-01 Måns Rullgård#define [U]INT32_{MIN,MAX} if missing
2006-03-06 Sam HocevarProper mangling information for symbols in OS X Mach...
2006-01-30 Diego BiurrunOn MinGW it is not possible to build shared and static...
2006-01-22 Gildas BazinWinCE cross-compilation support
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-13 François RevolAdd some more PRIfooNN crap so it builds again here...
2005-12-12 Fredrik OrderudDefine EMULATE_INTTYPES for all windows-systems, except...
2005-12-05 François Revolfix for systems not defining PRIu64, not everyone knows...
2005-12-01 Alexander StrasserFixed format specifier in STOP_TIMER macro.
2005-09-19 Diego BiurrunMove lrintf implementation from libavcodec/dsputil...
2005-09-06 Diego BiurrunWrong comment after #endif.
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...