]> git.sesse.net Git - ffmpeg/history - libavutil/common.h
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other...
[ffmpeg] / libavutil / common.h
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...