]> git.sesse.net Git - ffmpeg/history - libavutil/Makefile
Do not throw compiler error if asm code needs alignment, but we do not know
[ffmpeg] / libavutil / Makefile
2009-06-09 Diego Biurruncosmetics: Add missing ending backslash to installed...
2009-04-09 Diego BiurrunAdd a configure check for lzo1x_999_compress() and...
2009-04-02 Diego BiurrunFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-03-26 Diego BiurrunUse a wildcard match instead of a list to remove test...
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-21 Diego BiurrunRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-08 Michael NiedermayerRemove the Mersenne Twister from the public API/ABI.
2009-03-08 Baptiste Coudurieradd ff_random_get_seed to be used in conjunction with...
2009-02-22 Stefano SabatiniSplit avutil.h, move all the pixel format definitions...
2009-02-06 Stefano SabatiniAdd a new test program for base64, based on that remove...
2009-01-29 Diego BiurrunRename string.c to avstring.c so that the name of heade...
2009-01-11 Diego BiurrunExtend 'checkheaders' target to architecture-specific...
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 Michael Niedermayerrestore alphabetical order of TESTS
2008-08-17 Michael NiedermayerAdd PCA to TESTS.
2008-08-08 Stefano SabatiniImplement avutil_version().
2008-07-27 Diego BiurrunAdd random to list of test programs.
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-02-27 Måns Rullgårdsimplify lzo-test rule
2008-01-27 Diego BiurrunMove common test program infrastructure to common.mak.
2008-01-27 Diego BiurrunMove some lines in preparation for an upcoming commit.
2008-01-27 Diego BiurrunAdd Makefile rules for test programs.
2008-01-27 Diego BiurrunDo not install integer.h, it is not part of the public...
2008-01-04 Aurelien Jacobsinstall crc.h which is now part of public API
2007-12-12 Luca BarbatoProvide sha1 to outside applications
2007-10-19 Reimar DöffingerAdd support for DES en- and decryption.
2007-10-14 Diego Biurruncosmetics: sort()
2007-10-13 Reimar DöffingerAdd RC4 encryption/decryption function
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-06-23 Måns Rullgårdadd some string functions
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-12 Panagiotis IssarisInstall mem.h on "make install" as:
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-27 Diego BiurrunRemove superfluous comment.
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-27 Diego BiurrunRevert previous commit that contained an unrelated...
2007-02-26 Diego Biurrunspelling/grammar fixes for a Doxygen comment
2007-02-26 Diego BiurrunRemove unused #define.
2007-02-13 Carl Eugen HoyosMove base64.[ch] to libavutil.
2007-02-11 Reimar Döffingermxf aes decryption support, patch by Reimar, simplified...
2007-02-08 Michael Niedermayerav_random() by Ryan Martell rdm4 name-server-seperator...
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil
2006-11-14 Michael NiedermayerAVL tree
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-07-19 Luca AbeniInstall log.h
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-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-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 Måns Rullgårdmove adler32 to libavutil
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-02 Ivo van Poortencompile md5 and include in libavutil.a
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-05-17 Diego BiurrunRemove some lines that are duplicated in common.mak.
2006-04-23 Michael Niedermayeravoid AVInteger usage in av_rescale
2006-03-06 Michael Niedermayergeneric crc calculation code
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-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-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 BiurrunMove Darwin shared library build peculiarities to confi...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-10 Luca BarbatoSONAME support for shared libs
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-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...