| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: Add missing test programs to Makefile. | Diego Biurrun | 2011-07-08 | 1 | -1/+2 |
* | Remove unused, never built libavutil/pca.[ch] | Mans Rullgard | 2011-06-29 | 1 | -1/+1 |
* | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | build: Remove redundant config.mak includes from subdirectory Makefiles. | Diego Biurrun | 2011-06-25 | 1 | -2/+0 |
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -0/+2 |
* | Fix build of eval-test program | Mans Rullgard | 2011-06-05 | 1 | -1/+1 |
* | Remove unused softfloat implementation. | Diego Biurrun | 2011-05-11 | 1 | -1/+1 |
* | lavu: remove disabled sha1 cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+0 |
* | avutil: make aes and sha api public | Alexis Ballier | 2011-04-14 | 1 | -0/+2 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -0/+8 |
* | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini | 2010-12-22 | 1 | -0/+2 |
* | Install libavutil/opt.h, its API is public. | Stefano Sabatini | 2010-10-08 | 1 | -0/+1 |
* | Rename libavutil/assert.h to avassert.h | Måns Rullgård | 2010-10-01 | 1 | -1/+1 |
* | av_assert() system. | Michael Niedermayer | 2010-09-30 | 1 | -0/+1 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -0/+1 |
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -0/+4 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -0/+1 |
* | Make ff_inverse stay with libavutil, and optional copy it to libavcodec. | Diego Pettenò | 2010-07-21 | 1 | -0/+1 |
* | Install bswap.h and intreadwrite.h | Måns Rullgård | 2010-07-10 | 1 | -0/+2 |
* | avutil: install lfg.h | Ramiro Polla | 2010-07-02 | 1 | -0/+1 |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 1 | -0/+2 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -0/+1 |
* | Implement av_strerror(). | Stefano Sabatini | 2010-03-25 | 1 | -0/+1 |
* | Move error code definitions from libavcodec/avcodec.h to | Stefano Sabatini | 2010-03-13 | 1 | -0/+1 |
* | Move gcc attribute macros to new header libavutil/attributes.h | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | checkheaders: skip per-arch headers not meant for direct inclusion | Måns Rullgård | 2010-03-08 | 1 | -0/+2 |
* | Create and install libavutil/avconfig.h | Måns Rullgård | 2010-01-19 | 1 | -0/+2 |
* | Make the pixdesc API public. | Stefano Sabatini | 2009-11-24 | 1 | -0/+2 |
* | Prepare SHA code to handle SHA-2 as well. For now rename files and functions | Kostya Shishkov | 2009-07-10 | 1 | -2/+2 |
* | cosmetics: Add missing ending backslash to installed header list. | Diego Biurrun | 2009-06-09 | 1 | -1/+1 |
* | Add a configure check for lzo1x_999_compress() and compile the lzo test program | Diego Biurrun | 2009-04-09 | 1 | -0/+1 |
* | Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. | Diego Biurrun | 2009-04-02 | 1 | -1/+1 |
* | Use a wildcard match instead of a list to remove test programs. | Diego Biurrun | 2009-03-26 | 1 | -2/+0 |
* | Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. | Diego Biurrun | 2009-03-25 | 1 | -1/+1 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun | 2009-03-22 | 1 | -1/+1 |
* | Remove deprecated and now unused Mersenne Twister PRNG. | Diego Biurrun | 2009-03-21 | 1 | -2/+1 |
* | Remove the Mersenne Twister from the public API/ABI. | Michael Niedermayer | 2009-03-08 | 1 | -1/+0 |
* | add ff_random_get_seed to be used in conjunction with random functions | Baptiste Coudurier | 2009-03-08 | 1 | -0/+1 |
* | Split avutil.h, move all the pixel format definitions to the new | Stefano Sabatini | 2009-02-22 | 1 | -0/+1 |
* | Add a new test program for base64, based on that removed in r17024. | Stefano Sabatini | 2009-02-06 | 1 | -1/+1 |
* | Rename string.c to avstring.c so that the name of header and C file match. | Diego Biurrun | 2009-01-29 | 1 | -1/+1 |
* | Extend 'checkheaders' target to architecture-specific subdirectories. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | cosmetics: Consistently place HEADERS before OBJS in all Makefiles. | Diego Biurrun | 2008-11-20 | 1 | -17/+17 |
* | cosmetic: align backslashes in makefiles | Måns Rullgård | 2008-10-26 | 1 | -36/+36 |
* | use LFG instead of Mersenne Twister for AC-3 PRNG | Justin Ruggles | 2008-08-17 | 1 | -0/+1 |
* | restore alphabetical order of TESTS | Michael Niedermayer | 2008-08-17 | 1 | -1/+1 |
* | Add PCA to TESTS. | Michael Niedermayer | 2008-08-17 | 1 | -1/+1 |
* | Implement avutil_version(). | Stefano Sabatini | 2008-08-08 | 1 | -0/+1 |
* | Add random to list of test programs. | Diego Biurrun | 2008-07-27 | 1 | -1/+1 |