| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Generate pkg-config files from Make and not from configure | Diego Biurrun | 2016-12-22 | 1 | -0/+1 |
* | avutil: fix data race in av_get_cpu_flags() | Wan-Teh Chang | 2016-12-08 | 1 | -0/+2 |
* | lavu: Add AVSphericalMapping type and frame side data | Vittorio Giovara | 2016-12-07 | 1 | -0/+2 |
* | lavu: remove the custom atomic API | Anton Khirnov | 2016-10-02 | 1 | -5/+0 |
* | hwcontext: add a QSV implementation | Anton Khirnov | 2016-06-21 | 1 | -0/+3 |
* | hwcontext: add a dxva2 implementation | Anton Khirnov | 2016-05-17 | 1 | -0/+3 |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -4/+4 |
* | lavu: VAAPI hwcontext implementation | Mark Thompson | 2016-03-19 | 1 | -0/+3 |
* | hwcontext_cuda/vdpau: add to skipheaders | Anton Khirnov | 2016-02-18 | 1 | -0/+2 |
* | hwcontext: add a CUDA implementation | Anton Khirnov | 2016-02-14 | 1 | -0/+2 |
* | hwcontext: add a VDPAU implementation | Anton Khirnov | 2016-02-14 | 1 | -0/+2 |
* | lavu: add a framework for handling hwaccel frames | Anton Khirnov | 2016-02-14 | 1 | -0/+2 |
* | lavu: Drop deprecated audioconvert.h header | Vittorio Giovara | 2015-08-28 | 1 | -1/+0 |
* | lavu: Drop deprecated old_pix_fmt.h and related code | Vittorio Giovara | 2015-08-28 | 1 | -3/+0 |
* | Add transformation matrix API. | Vittorio Giovara | 2014-05-19 | 1 | -0/+2 |
* | Add replaygain side data type and code for parsing replaygain tags. | Anton Khirnov | 2014-03-24 | 1 | -0/+1 |
* | float_dsp: add test program and use it as fate test | Janne Grunau | 2014-03-18 | 1 | -0/+1 |
* | lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type. | Tim Walker | 2014-02-15 | 1 | -0/+2 |
* | lavu: Move preprocessor macros in a separate file | Luca Barbato | 2013-12-29 | 1 | -0/+1 |
* | avutil: Remove deprecated intfloat_readwrite code | Diego Biurrun | 2013-12-16 | 1 | -2/+0 |
* | avframe: add codec-independent stereoscopic metadata | Vittorio Giovara | 2013-12-09 | 1 | -0/+2 |
* | libavutil: Move avpriv_open to a new file, file_open.c | Martin Storsjö | 2013-08-10 | 1 | -0/+1 |
* | 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 |