| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavu/qsv: remove redundant version query | Zhong Li | 2019-09-27 | 1 | -5/+0 |
* | avutil/opt: Fix type specifier | Andreas Rheinhardt | 2019-09-22 | 1 | -1/+1 |
* | avutil/encryption_info: Don't pass NULL to memcpy | Andreas Rheinhardt | 2019-09-20 | 1 | -2/+4 |
* | avutil/opt: Print out numeric values of option constants | Soft Works | 2019-09-20 | 1 | -3/+8 |
* | avutil/opt: Fix printing integer option defaults | Soft Works | 2019-09-20 | 1 | -1/+18 |
* | avutil/common: Fix undefined shift | Andreas Rheinhardt | 2019-09-18 | 1 | -1/+1 |
* | avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros. | gxw | 2019-09-16 | 1 | -49/+31 |
* | avutil/version: bump for hwcontext_videotoolbox api change | Aman Gupta | 2019-09-04 | 1 | -1/+1 |
* | avcodec/videotoolbox: add support for full range pixel formats | Akemi | 2019-09-04 | 2 | -6/+20 |
* | avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries value | Raphaël Zumer | 2019-09-01 | 3 | -3/+4 |
* | avutil/mathematics: Fix 2 overflows in av_add_stable() | Michael Niedermayer | 2019-08-31 | 1 | -1/+5 |
* | avutil/file: add more check befor destory the buffer | Jun Zhao | 2019-08-30 | 1 | -1/+1 |
* | avutil/file: always set *size to zero if *bufptr is NULL | Jun Zhao | 2019-08-30 | 1 | -0/+5 |
* | avutil/imgutils: remove dead assignment | Marton Balint | 2019-08-22 | 1 | -1/+0 |
* | Add assembly support for -fsanitize=hwaddress tagged globals. | Peter Collingbourne | 2019-08-22 | 1 | -0/+8 |
* | avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB. | Shiyou Yin | 2019-08-15 | 1 | -2/+0 |
* | avutil/mips: refine msa macros CLIP_*. | gxw | 2019-08-13 | 1 | -70/+49 |
* | avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1. | Shiyou Yin | 2019-08-02 | 1 | -1/+1 |
* | lavu/tx: add support for double precision FFT and MDCT | Lynne | 2019-08-02 | 8 | -677/+822 |
* | lavu/hwcontext_qsv: fix the memory leak | Linjie Fu | 2019-07-30 | 1 | -0/+2 |
* | Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-dev | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | Bump minor versions to separate 4.2 from master | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi... | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |