summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Expand)AuthorAge
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-22
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-11
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
* restore alphabetical order of TESTSMichael Niedermayer2008-08-17
* Add PCA to TESTS.Michael Niedermayer2008-08-17
* Implement avutil_version().Stefano Sabatini2008-08-08
* Add random to list of test programs.Diego Biurrun2008-07-27
* non-recursive makefilesMåns Rullgård2008-04-07
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* simplify lzo-test ruleMåns Rullgård2008-02-27
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
* Add Makefile rules for test programs.Diego Biurrun2008-01-27
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
* install crc.h which is now part of public APIAurelien Jacobs2008-01-04
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
* cosmetics: sort()Diego Biurrun2007-10-14
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* add some string functionsMåns Rullgård2007-06-23
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-12
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-28
* Reverting stray commit part ILuca Barbato2007-02-28
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
* Remove superfluous comment.Diego Biurrun2007-02-27
* Remove useless conditional.Diego Biurrun2007-02-27
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-27
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-26
* Remove unused #define.Diego Biurrun2007-02-26
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-11
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-08
* Move lzo decompression to libavutilReimar Döffinger2007-01-31
* AVL treeMichael Niedermayer2006-11-14
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* Install log.hLuca Abeni2006-07-19
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
* adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer2006-07-14