]> git.sesse.net Git - ffmpeg/history - libavutil/Makefile
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavutil / Makefile
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...