]> git.sesse.net Git - ffmpeg/history - libavutil
Another PIX_FMT_ ---> IMGFMT_ conversion
[ffmpeg] / libavutil /
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...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-12 Diego BiurrunMove Darwin shared library build peculiarities to confi...
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-10 Luca BarbatoSONAME support for shared libs
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-11-07 Fredrik OrderudPut double-quotes around the install path in the "insta...
2005-09-26 Diego Biurrunsupport for building dynamic libraries on Mac OS X
2005-09-19 Diego BiurrunMove lrintf implementation from libavcodec/dsputil...
2005-09-06 Diego BiurrunWrong comment after #endif.
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-08-06 j@v2v.ccadd libavutil.pc + fix version in pkg-config files...
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...