summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Collapse)AuthorAge
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10
| | | | | | and leave av_sha1_* functions for compatibility until next major bump. Originally committed as revision 19394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-09
| | | | Originally committed as revision 19135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-09
| | | | | | in libavutil when this function is available. Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-02
| | | | Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-26
| | | | | | | This is robust against renames and also removes test programs not (yet) hooked up in the main Makefiles. Originally committed as revision 18193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
| | | | | | 'test' target and a directory named tests exists. Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-21
| | | | Originally committed as revision 18116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-08
| | | | | | We provide better PRNGs. Originally committed as revision 17872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-08
| | | | Originally committed as revision 17868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-22
| | | | | | dedicated file pixfmt.h. Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
| | | | | | | See the thread: "[PATCH] remove unused and broken test program in libavutil/base64.c". Originally committed as revision 17025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29
| | | | Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
| | | | Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore alphabetical order of TESTSMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PCA to TESTS.Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avutil_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add random to list of test programs.Diego Biurrun2008-07-27
| | | | Originally committed as revision 14441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify lzo-test ruleMåns Rullgård2008-02-27
| | | | Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile rules for test programs.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install crc.h which is now part of public APIAurelien Jacobs2008-01-04
| | | | Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
| | | | | | Patch from Diego Pettenò flameeyesATgmailDOTcom Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
| | | | Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-10-14
| | | | Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13
| | | | Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some string functionsMåns Rullgård2007-06-23
| | | | Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
| | | | Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-12
| | | | | | | * the mem.h functions are part of the public API * common.h includes mem.h and common.h is installed Originally committed as revision 8345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato2007-02-28
| | | | | | the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part ILuca Barbato2007-02-28
| | | | Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
| | | | | | | patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous comment.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-26
| | | | Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused #define.Diego Biurrun2007-02-26
| | | | Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13
| | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf aes decryption support, patch by Reimar, simplified to only look for ↵Reimar Döffinger2007-02-11
| | | | | | first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-08
| | | | Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move lzo decompression to libavutilReimar Döffinger2007-01-31
| | | | Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk