| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avutil/mips: refactor msa load and store macros. | Shiyou Yin | 2019-07-19 | 1 | -198/+114 |
* | avutil/hwcontext_vaapi: move kernel_driver into CONFIG_LIBDRM | Steven Liu | 2019-07-11 | 1 | -1/+3 |
* | avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction. | Shiyou Yin | 2019-07-10 | 1 | -3/+39 |
* | lavu/frame: Improve ROI documentation | Mark Thompson | 2019-07-07 | 1 | -16/+43 |
* | avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flags | Amir Pauker | 2019-06-29 | 2 | -1/+2 |
* | avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_... | Amir Pauker | 2019-06-16 | 2 | -1/+2 |
* | hwcontext_qsv: Try to select a matching VAAPI device by default | Mark Thompson | 2019-06-02 | 1 | -3/+12 |
* | hwcontext_vaapi: Try to create devices via DRM before X11 | Mark Thompson | 2019-06-02 | 1 | -21/+21 |
* | hwcontext_vaapi: Add option to set driver name | Mark Thompson | 2019-06-02 | 1 | -0/+17 |
* | hwcontext_vaapi: Make default DRM device selection more helpful | Mark Thompson | 2019-06-02 | 1 | -16/+60 |
* | hwcontext_vaapi: Add option to specify connection type | Mark Thompson | 2019-06-02 | 1 | -4/+28 |
* | avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD | Steven Liu | 2019-06-01 | 1 | -1/+1 |
* | avutil/tx: should check against (*ctx) | Ruiling Song | 2019-05-16 | 1 | -1/+1 |
* | avutil/tx: fix forward compound non-mod-15 based MDCTs | Lynne | 2019-05-16 | 1 | -1/+1 |
* | lavu: bump minor and update APIchanges for the new transform API | Lynne | 2019-05-16 | 1 | -1/+1 |
* | libavutil: add an FFT & MDCT implementation | Lynne | 2019-05-15 | 3 | -0/+886 |