summaryrefslogtreecommitdiffstats
path: root/libavutil/Makefile
Commit message (Expand)AuthorAgeFilesLines
* avutil: install lfg.hRamiro Polla2010-07-021-0/+1
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-0/+2
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-0/+1
* Implement av_strerror().Stefano Sabatini2010-03-251-0/+1
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-131-0/+1
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-081-0/+1
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-081-0/+2
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-191-0/+2
* Make the pixdesc API public.Stefano Sabatini2009-11-241-0/+2
* 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
OpenPOWER on IntegriCloud