summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Expand)AuthorAge
* Implement av_strerror().Stefano Sabatini2010-03-25
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-08
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-08
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-19
* Make the pixdesc API public.Stefano Sabatini2009-11-24
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-09
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-09
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-02
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-26
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-21
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-08
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-08
* 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