]> git.sesse.net Git - ffmpeg/history - libavutil
Add some explicit casts to avoid "assignment from incompatible pointer type"
[ffmpeg] / libavutil /
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-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-11-30 Michael Niedermayerdoxy
2006-11-30 Michael Niedermayerfix overflow and remove wrong comment
2006-11-30 Michael Niedermayerreturn optimal fraction
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-16 Alex BeregszasziRemove alpha channel from RGB555
2006-11-16 Baptiste Couduriermake option field const
2006-11-14 Måns Rullgårdmove comment
2006-11-14 Måns Rullgårdremove workaround for missing inttypes.h
2006-11-14 Michael Niedermayer0.5l
2006-11-14 Måns Rullgårdclean up inttypes.h and int_fastxx_t types detection
2006-11-14 Måns Rullgårdmerge CONFIG_WINCE sections
2006-11-14 Måns Rullgårdindentation
2006-11-14 Michael Niedermayerimprove enumerate so arbitrary ranges can be enumerated...
2006-11-14 Michael NiedermayerAVL tree
2006-11-14 Måns Rullgårdrename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use commo...
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
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'HommeReplace most of the %lld and %llx by their (cleaner...
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-11-01 Diego Biurrunbetter #endif comment
2006-10-24 Kostya Shishkov16-bit grayscale support
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-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-10 Diego BiurrunMove sign macro to libavutil.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-09-28 Siarhei Siamashkaadd FASTDIV macro for ARM. Reported speed-up on MPEG...
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-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-15 Loren Merrittasm implementation of mid_pred.
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-07 Panagiotis IssarisRemove unused defines, patch by takis P issaris A uhass...
2006-09-04 Diego BiurrunExchange informal LGPL notice by official license header.
2006-09-03 Diego BiurrunAdd license from zlib.h instead of referring to it.
2006-08-31 Luca BarbatoAlign the input buffer in ffplay, introduce a public...
2006-08-28 Luca AbeniAdd some new pixel formats to libavutil
2006-08-20 Michael Niedermayercompatibility warning
2006-08-20 Michael Niedermayercleanup PixelFormat a little
2006-08-20 Michael Niedermayerattribute_deprecated
2006-08-19 Michael NiedermayerSWAP
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-17 Michael Niedermayerrevert aligned realloc() changesm this should be identi...
2006-08-13 Michael Niedermayertrying to fix av_realloc()
2006-08-13 Michael Niedermayeralign av_realloc()
2006-08-12 Guillaume PoirierAdd #define REGc
2006-08-11 Baptiste Coudurieruse C99 standard constant, thanks to Foxy Shadis
2006-08-08 Michael Niedermayerfloating point "emulation" code
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-21 Reimar Döffingerdo not include bswap.h in common.h for external program...
2006-07-20 Michael Niedermayerremoving redundant mess next time we break compatiility
2006-07-20 Michael Niedermayersimplify
2006-07-20 Michael Niedermayerfor floats fabs is better & smaller then ABS
2006-07-20 Michael Niedermayersimpler, smaller and faster
2006-07-19 Luca AbeniInstall log.h
2006-07-19 Michael Niedermayersimplify
2006-07-19 Luca AbeniMove av_malloc(), av_realloc(), and av_free() from...
2006-07-18 Luca AbeniMove av_log() & friends to libavutil
2006-07-16 Reimar DöffingerSplit common.h in two parts, purely internal stuff...
2006-07-15 Michael Niedermayercalculate all coefficients for several orders during...
2006-07-14 Michael Niedermayerunneeded #include
2006-07-14 Michael Niedermayeradding a \ so we can add more lines without having...
2006-07-14 Michael Niedermayerlinear least squares solver using cholesky factorization
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-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 Måns Rullgårdcleanup suggested by Michael Niedermayer
2006-07-13 Måns Rullgårdmove adler32 to libavutil
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-08 Michael Niedermayerput the code which is specific for the large crc table...
2006-07-07 Michael Niedermayermoving utf8 reading function to libavutil
next