]> git.sesse.net Git - ffmpeg/history - libavutil
Change license headers to say 'FFmpeg' instead of 'this program'.
[ffmpeg] / 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
2006-07-05 Diego BiurrunAdd proper LGPL header.
2006-07-05 Diego Biurrunspelling typo
2006-07-05 Luca BarbatoMake ffmpeg better support pic - from Diego Pettenò...
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-04 Måns Rullgårdfloorf() is not used, and causes warnings on Solaris
2006-07-03 Michael Niedermayersimplify
2006-07-03 Luca Barbatofix endianess build in a better way
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-07-03 Luca Barbatobig endian fix
2006-07-02 Måns Rullgård1l: put that int i back
2006-07-02 Måns Rullgårdkill warnings
2006-07-02 Ivo van Poortencompile md5 and include in libavutil.a
2006-07-02 Ivo van Poortenadd missing declaration for av_md5_sum
2006-07-02 Ivo van Poortencast pointers to make compiler happy
2006-07-01 Michael Niedermayermd5 support
2006-06-30 Diego Pettenòmake sure NDEBUG is not defined already before defining it
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-05-29 Michael Niedermayerimprove selftest
2006-05-17 Diego BiurrunRemove some lines that are duplicated in common.mak.
2006-05-01 Aurelien Jacobsdocument clip functions
2006-04-30 Panagiotis Issarisclip_uint8 should return an uint8_t instead of an int...
2006-04-29 Michael Niedermayerextend range used for testing (larger range should...
2006-04-29 Michael Niedermayer<= vs. >= 10l bug
2006-04-28 Måns Rullgårdadd newline at end of file
2006-04-23 Michael Niedermayeravoid AVInteger usage in av_rescale
2006-04-01 Måns Rullgård#define [U]INT32_{MIN,MAX} if missing
2006-03-30 Luca Abenimove enum PixelFormat from libavcodec to libavutil
2006-03-06 Sam HocevarProper mangling information for symbols in OS X Mach...
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-02-22 Ivan KalvachevUse native bswap32 instruction when __CPU__ is x86_64...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-02 Michael NiedermayerAIFF format support by (Patrick Guimond <patg a.t patg...
2006-01-30 Dieteradd missing #includes
2006-01-30 Diego BiurrunOn MinGW it is not possible to build shared and static...
2006-01-29 Diego BiurrunSimplify LDFLAGS handling for MinGW.
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-22 Gildas BazinWinCE cross-compilation support
2006-01-15 Diego BiurrunDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-14 Diego BiurrunMove library name generation to configure, simplifies...
2006-01-14 Diego BiurrunCreate symbolic links for all library sonames and clean...
next