| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics, restore alphabetic order in atomics lists. | Anton Khirnov | 2013-04-11 | 1 | -1/+1 |
* | configure: prettify atomics handling. | Anton Khirnov | 2013-04-03 | 1 | -3/+3 |
* | atomic: Exclude the unsupported implementation headers from checkheaders | Martin Storsjö | 2013-03-08 | 1 | -0/+4 |
* | Move AVFrame from lavc to lavu. | Anton Khirnov | 2013-03-08 | 1 | -0/+2 |
* | lavu: add a new API for reference-counted data buffers. | Anton Khirnov | 2013-03-08 | 1 | -0/+2 |
* | lavu: add support for atomic operations. | Ronald S. Bultje | 2013-03-08 | 1 | -0/+2 |
* | lavu: Add a fate test for the HMAC API | Martin Storsjö | 2013-01-15 | 1 | -0/+1 |
* | lavu: Add an API for calculating HMAC (RFC 2104) | Martin Storsjö | 2013-01-15 | 1 | -0/+2 |
* | lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+2 |
* | lavu: add av_ctz() for trailing zero bit count | Justin Ruggles | 2012-11-05 | 1 | -1/+1 |
* | avutil: Make LZO decoder code configure-time selectable | Diego Biurrun | 2012-10-25 | 1 | -2/+4 |
* | Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com... | Anton Khirnov | 2012-10-23 | 1 | -1/+0 |
* | avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility | Martin Storsjö | 2012-10-20 | 1 | -0/+1 |
* | avutil: remove inline av_log2 from public API | Mans Rullgard | 2012-10-20 | 1 | -0/+1 |
* | build: simplify enabling of compat objects | Mans Rullgard | 2012-10-15 | 1 | -2/+1 |
* | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 1 | -0/+1 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -1/+0 |
* | avutil: skip old_pix_fmts.h since it is just a list | Janne Grunau | 2012-10-08 | 1 | -0/+2 |
* | lavu: fix typo in Makefile | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | pixfmt: add AV_ prefixes to PIX_FMT_* | Anton Khirnov | 2012-10-08 | 1 | -0/+1 |
* | lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. | Ronald S. Bultje | 2012-09-05 | 1 | -0/+3 |
* | Create version.h headers for libraries that lack them | Diego Biurrun | 2012-07-04 | 1 | -0/+1 |
* | Add XTEA encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 1 | -0/+3 |
* | Add Blowfish encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 1 | -0/+3 |
* | Move av_gettime() to libavutil | Mans Rullgard | 2012-06-20 | 1 | -0/+2 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+1 |
* | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -4/+21 |
* | avutil: add audio fifo buffer | Justin Ruggles | 2012-04-20 | 1 | -0/+2 |
* | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 1 | -3/+0 |
* | build: Only clean the architecture subdirectory we build for. | Diego Biurrun | 2012-03-26 | 1 | -2/+0 |
* | libavutil: Remove pointless rational test program. | Diego Biurrun | 2012-03-26 | 1 | -1/+1 |
* | libavutil: Remove broken and pointless lzo test program. | Diego Biurrun | 2012-03-26 | 1 | -3/+0 |
* | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 1 | -1/+0 |
* | build: Add missing directories to DIRS declarations. | Diego Biurrun | 2012-02-09 | 1 | -1/+1 |
* | avutil: make intfloat api public | Paul B Mahol | 2012-01-30 | 1 | -0/+1 |
* | libavutil: Remove pointless file test program. | Diego Biurrun | 2012-01-26 | 1 | -1/+1 |
* | build: move inclusion of subdir.mak to main subdir loop | Mans Rullgard | 2011-12-13 | 1 | -2/+0 |
* | fifo: add FIFO API test program, and fate test | Stefano Sabatini | 2011-08-26 | 1 | -1/+1 |
* | 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 |