]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/Makefile
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavutil / Makefile
2009-04-09 diegoAdd a configure check for lzo1x_999_compress() and...
2009-04-02 diegoFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-03-26 diegoUse a wildcard match instead of a list to remove test...
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-21 diegoRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-08 michaelRemove the Mersenne Twister from the public API/ABI.
2009-03-08 bcoudurieradd ff_random_get_seed to be used in conjunction with...
2009-02-22 stefanoSplit avutil.h, move all the pixel format definitions...
2009-02-06 stefanoAdd a new test program for base64, based on that remove...
2009-01-29 diegoRename string.c to avstring.c so that the name of heade...
2009-01-11 diegoExtend 'checkheaders' target to architecture-specific...
2008-11-20 diegocosmetics: Consistently place HEADERS before OBJS in...
2008-10-26 mrucosmetic: align backslashes in makefiles
2008-08-17 jbruse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 michaelrestore alphabetical order of TESTS
2008-08-17 michaelAdd PCA to TESTS.
2008-08-08 stefanoImplement avutil_version().
2008-07-27 diegoAdd random to list of test programs.
2008-04-07 mrunon-recursive makefiles
2008-03-08 diegocosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 mrusimplify library version handling
2008-02-27 mrusimplify lzo-test rule
2008-01-27 diegoMove common test program infrastructure to common.mak.
2008-01-27 diegoMove some lines in preparation for an upcoming commit.
2008-01-27 diegoAdd Makefile rules for test programs.
2008-01-27 diegoDo not install integer.h, it is not part of the public...
2008-01-04 aurelinstall crc.h which is now part of public API
2007-12-12 lu_zeroProvide sha1 to outside applications
2007-10-19 reimarAdd support for DES en- and decryption.
2007-10-14 diegocosmetics: sort()
2007-10-13 reimarAdd RC4 encryption/decryption function
2007-08-30 diegocosmetics: Sort some lines, whitespace changes.
2007-06-23 mruadd some string functions
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-03-12 takisInstall mem.h on "make install" as:
2007-02-28 lu_zeroReverting stray commit part II, r8156 had the base64...
2007-02-28 lu_zeroReverting stray commit part I
2007-02-28 lu_zeroget_packetheader() forgot to read the header_checksum...
2007-02-27 diegoRemove superfluous comment.
2007-02-27 diegoRemove useless conditional.
2007-02-27 diegoRevert previous commit that contained an unrelated...
2007-02-26 diegospelling/grammar fixes for a Doxygen comment
2007-02-26 diegoRemove unused #define.
2007-02-13 diegoMove base64.[ch] to libavutil.
2007-02-11 bcouduriermxf aes decryption support, patch by Reimar, simplified...
2007-02-08 michaelav_random() by Ryan Martell rdm4 name-server-seperator...
2007-01-31 reimarMove lzo decompression to libavutil
2006-11-14 michaelAVL tree
2006-11-08 mruallow spaces in source and build directory names
2006-10-11 diegoMove CFLAGS handling to common.mak.
2006-10-07 diegoReplace -I../-I. by -I$(BUILD_ROOT).
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...
2006-08-17 diegoMove all internal -I parameters to the front of CFLAGS...
2006-07-19 lucabeInstall log.h
2006-07-19 lucabeMove av_malloc(), av_realloc(), and av_free() from...
2006-07-18 lucabeMove av_log() & friends to libavutil
2006-07-14 michaeladding a \ so we can add more lines without having...
2006-07-14 michaellinear least squares solver using cholesky factorization
2006-07-13 mrureplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 mrumove adler32 to libavutil
2006-07-05 diegocosmetics: Break overly long lines.
2006-07-02 ivocompile md5 and include in libavutil.a
2006-06-01 mruremove redundant make variable SUBDIR
2006-05-17 diegoRemove some lines that are duplicated in common.mak.
2006-04-23 michaelavoid AVInteger usage in av_rescale
2006-03-06 michaelgeneric crc calculation code
2006-02-13 mrumove common parts of makefiles into common.mak
2006-02-11 diegoSimplify header installation.
2006-02-11 diegoSeparate library install into static and shared install...
2006-02-11 diegoSeparate header file installation from the general...
2006-01-30 diegoOn MinGW it is not possible to build shared and static...
2006-01-29 diegoSimplify LDFLAGS handling for MinGW.
2006-01-26 diegoRemove obscure Makefile.bak entry from distclean rules.
2006-01-15 diegoDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-14 diegoMove library name generation to configure, simplifies...
2006-01-14 diegoCreate symbolic links for all library sonames and clean...
2006-01-12 diegoMove Darwin shared library build peculiarities to confi...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-10 diegoSONAME support for shared libs
2005-11-07 diegoPut double-quotes around the install path in the "insta...
2005-09-26 diegosupport for building dynamic libraries on Mac OS X
2005-08-06 michaeladd libavutil.pc + fix version in pkg-config files...
2005-08-01 allibavutil: Utility code from libavcodec moved to a...