summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Expand)AuthorAge
...
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
* avutil: make intfloat api publicPaul B Mahol2012-01-30
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-26
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-26
* avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-08
* Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-29
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* Fix build of eval-test programMans Rullgard2011-06-05
* Remove unused softfloat implementation.Diego Biurrun2011-05-11
* lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-19
* avutil: make aes and sha api publicAlexis Ballier2011-04-14
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-08
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01
* av_assert() system.Michael Niedermayer2010-09-30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-21
* Install bswap.h and intreadwrite.hMåns Rullgård2010-07-10
* avutil: install lfg.hRamiro Polla2010-07-02
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* 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