| Commit message (Expand) | Author | Age | Files | Lines |
* | hwcontext_vaapi: Only accept a render node when deriving from DRM device | Mark Thompson | 2020-02-24 | 1 | -3/+43 |
* | lavu/hwcontext_vaapi: add vaapi_format_map support for Y210 | Linjie Fu | 2020-02-24 | 1 | -0/+3 |
* | lavu/pix_fmt: add new pixel format y210 | Linjie Fu | 2020-02-24 | 3 | -1/+29 |
* | avutil/hwcontext_d3d11va: Use secure dlopen. | Matt Oliver | 2020-02-15 | 1 | -2/+3 |
* | lavu/tx: improve 3-point fixed precision | Lynne | 2020-02-14 | 2 | -9/+18 |
* | lavu/tx: slightly optimize fft15 | Lynne | 2020-02-13 | 1 | -2/+2 |
* | lavu/tx: undef the correct macro | Lynne | 2020-02-13 | 1 | -1/+1 |
* | lavu/tx: implement 32 bit fixed point FFT and MDCT | Lynne | 2020-02-13 | 7 | -90/+169 |
* | avutil/log: Add av_log_once() for printing a message just once with a high lo... | Michael Niedermayer | 2020-02-12 | 3 | -1/+31 |
* | avutil/log: add support for multibyte console log for win32 | Marton Balint | 2020-02-09 | 1 | -1/+26 |
* | avutil/log: add support for forced ANSI colors on win32 | Marton Balint | 2020-02-09 | 1 | -14/+27 |
* | avutil/log: fix detecting console mode on Win32 | Marton Balint | 2020-02-09 | 1 | -0/+3 |
* | avutil/log: factorize ansi_fputs | Marton Balint | 2020-02-09 | 1 | -18/+23 |
* | avutil/log: drop support for NO_COLOR environment variable | Marton Balint | 2020-02-09 | 1 | -5/+3 |
* | lavu/tx: mention FFT output is not normalized | Lynne | 2020-02-08 | 1 | -1/+1 |
* | lavu: bump minor version for the Vulkan patchset | Lynne | 2020-02-04 | 1 | -1/+1 |
* | lavu/hwcontext_cuda: refactor context initialisation | Philip Langdale | 2020-02-04 | 1 | -64/+50 |
* | lavu: add Vulkan hwcontext code | Lynne | 2020-02-04 | 9 | -0/+3135 |
* | lavu/hwcontext: Add support for HW -> HW transfers | Philip Langdale | 2020-02-04 | 1 | -10/+43 |
* | avutil/common: warn about possible move of the data pointer after the last 0 ... | Marton Balint | 2020-01-31 | 1 | -1/+3 |
* | avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16 | Marton Balint | 2020-01-31 | 1 | -3/+3 |
* | avutil/common: add parenthesis around GET_16BIT in GET_UTF16 | Marton Balint | 2020-01-31 | 1 | -2/+2 |
* | avutil/common: use unsigned int in GET_UTF8 | Marton Balint | 2020-01-31 | 1 | -1/+1 |
* | avutil/thread: fix strict_pthread_cond_timedwait | Marton Balint | 2020-01-25 | 1 | -9/+15 |
* | libavutil: x86: Include stdlib.h before using _byteswap_ulong | Martin Storsjö | 2020-01-23 | 1 | -0/+1 |
* | configure: Check for GetStdHandle in addition to SetConsoleTextAttribute | Martin Storsjö | 2020-01-23 | 1 | -3/+3 |
* | avutil/log: Move log_level_offset_offset code from av_log() to v_log() | Michael Niedermayer | 2020-01-22 | 1 | -4/+4 |
* | avutil/thread: Add pthread_cond_timedwait function | Matt Oliver | 2020-01-21 | 1 | -0/+7 |
* | avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and code | Limin Wang | 2020-01-14 | 1 | -3/+5 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | libavutil/opt: fix memory leak after av_dict_parse_string fail | Jun Zhao | 2020-01-04 | 1 | -2/+6 |
* | avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars() | Michael Niedermayer | 2019-12-28 | 3 | -9/+35 |
* | avutil/tests/opt: add av_opt_get/av_opt_set tests | Marton Balint | 2019-12-27 | 1 | -0/+41 |
* | avutil/tests/opt: add tests for AV_OPT_TYPE_DICT | Marton Balint | 2019-12-27 | 1 | -0/+5 |
* | avutil/opt: add full support for AV_OPT_TYPE_DICT | Marton Balint | 2019-12-27 | 2 | -8/+53 |
* | avutil/buffer: add av_buffer_pool_buffer_get_opaque | Marton Balint | 2019-12-26 | 3 | -2/+23 |
* | lavu/log: Also print the log level for level trace. | Carl Eugen Hoyos | 2019-12-16 | 1 | -0/+2 |
* | lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers. | Carl Eugen Hoyos | 2019-12-14 | 1 | -12/+12 |
* | avutil/buffer: use appropriate atomic operations | Zhao Zhili | 2019-12-05 | 1 | -3/+3 |
* | avutil/hwcontext_cuda: allow using primary CUDA device context | Oleg Dobkin | 2019-11-26 | 4 | -11/+59 |
* | avutil/lfg: Correct index increment type to avoid undefined behavior | Michael Niedermayer | 2019-11-24 | 1 | -3/+6 |
* | avutil/eval: add function to track variable use | Gyan Doshi | 2019-11-17 | 3 | -2/+28 |
* | avutil/frame: fix remove_side_data | Zhao Zhili | 2019-11-11 | 2 | -3/+2 |
* | avutil/lfg: Document the AVLFG struct | Michael Niedermayer | 2019-11-09 | 1 | -0/+6 |
* | avcodec/mips: msa optimizations for vc1dsp | gxw | 2019-10-30 | 1 | -0/+3 |
* | avutil/opt: print runtime flag too | Paul B Mahol | 2019-10-14 | 1 | -0/+1 |
* | avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag | Paul B Mahol | 2019-10-14 | 2 | -1/+2 |
* | avutil/eval: add sgn() | Paul B Mahol | 2019-10-12 | 1 | -0/+4 |
* | avutil/avstring: support input path as a null pointer or empty string | Limin Wang | 2019-10-08 | 2 | -8/+17 |
* | avutil/common: Fix underflow for ROUNDED_DIV with unsigned integer | Mengye Lv | 2019-10-06 | 1 | -1/+1 |