summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Expand)AuthorAgeFilesLines
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-261-1/+1
* avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-081-1/+2
* Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-291-1/+1
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-1/+1
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-0/+2
* Fix build of eval-test programMans Rullgard2011-06-051-1/+1
* Remove unused softfloat implementation.Diego Biurrun2011-05-111-1/+1
* lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-191-1/+0
* avutil: make aes and sha api publicAlexis Ballier2011-04-141-0/+2
* Merge libavcore into libavutilReinhard Tartler2011-02-151-0/+8
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-0/+2
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-081-0/+1
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-011-1/+1
* av_assert() system.Michael Niedermayer2010-09-301-0/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-0/+1
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-091-0/+4
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-0/+1
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-211-0/+1
* Install bswap.h and intreadwrite.hMåns Rullgård2010-07-101-0/+2
* 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