summaryrefslogtreecommitdiffstats
path: root/libavutil/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-101-2/+2
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-091-1/+1
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-091-0/+1
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-021-1/+1
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-261-2/+0
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-1/+1
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-1/+1
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-211-2/+1
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-081-1/+0
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-081-0/+1
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-221-0/+1
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-061-1/+1
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-291-1/+1
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-111-0/+2
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-17/+17
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-261-36/+36
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-171-0/+1
* restore alphabetical order of TESTSMichael Niedermayer2008-08-171-1/+1
* Add PCA to TESTS.Michael Niedermayer2008-08-171-1/+1
* Implement avutil_version().Stefano Sabatini2008-08-081-0/+1
* Add random to list of test programs.Diego Biurrun2008-07-271-1/+1
* non-recursive makefilesMåns Rullgård2008-04-071-5/+4
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+2
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* simplify lzo-test ruleMåns Rullgård2008-02-271-2/+1
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-271-8/+1
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-271-2/+2
* Add Makefile rules for test programs.Diego Biurrun2008-01-271-0/+15
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-271-1/+0
* install crc.h which is now part of public APIAurelien Jacobs2008-01-041-0/+1
* Provide sha1 to outside applicationsLuca Barbato2007-12-121-0/+2
* Add support for DES en- and decryption.Reimar Döffinger2007-10-191-0/+1
* cosmetics: sort()Diego Biurrun2007-10-141-1/+1
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-131-0/+1
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-19/+31
* add some string functionsMåns Rullgård2007-06-231-1/+2
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-1/+1
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-121-1/+1
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-281-0/+27
* Reverting stray commit part ILuca Barbato2007-02-281-27/+0
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-281-1/+1
* Remove superfluous comment.Diego Biurrun2007-02-271-3/+0
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-271-0/+2
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-261-2/+0
* Remove unused #define.Diego Biurrun2007-02-261-2/+0
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-131-0/+1
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-111-0/+1
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-081-1/+3
* Move lzo decompression to libavutilReimar Döffinger2007-01-311-1/+2
OpenPOWER on IntegriCloud