| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/encryption_info: Fix size calculation. | Jacob Trimble | 2018-08-15 | 1 | -3/+3 |
* | libavutil: Adds gray floating-point pixel formats. | Sergey Lavrushkin | 2018-08-11 | 3 | -2/+29 |
* | x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with them | James Almer | 2018-07-31 | 1 | -1/+1 |
* | x86/pixelutils: add missing preprocessor wrapper to the AVX2 functions | James Almer | 2018-07-31 | 1 | -0/+2 |
* | avutil/pixelutils: sad_32x32 sse2/avx2 optimizations. | Jun Zhao | 2018-07-31 | 2 | -0/+249 |
* | lavutil/pixelutils: add sad_32x32 in pixelutils API. | Jun Zhao | 2018-07-31 | 2 | -1/+3 |
* | avutil/hwcontext_d3d11va: fix type arguments passed to IDXGIAdapter2_GetDesc() | James Almer | 2018-07-25 | 1 | -1/+1 |
* | avutil/pixfmt: Document chroma plane size for odd resolutions | Michael Niedermayer | 2018-07-20 | 1 | -0/+4 |
* | lavu/x86/cpu: Fix aesni detection | alexander schmid | 2018-07-19 | 1 | -1/+1 |
* | avutil/pixelutils: correct the function name in comments | Jun Zhao | 2018-07-11 | 1 | -4/+4 |
* | hwcontext_opencl: remove an unused variable | Jun Zhao | 2018-06-29 | 1 | -1/+0 |
* | hwcontext_opencl: Remove the opencl_device_init in opencl_device_derive | Jun Zhao | 2018-06-29 | 1 | -4/+1 |
* | configure: fix check for opencl_vaapi_intel_media. | Jun Zhao | 2018-06-29 | 1 | -1/+6 |
* | libavutil/encryption_info: Add unit tests. | Jacob Trimble | 2018-06-27 | 3 | -0/+178 |
* | avutil/gitignore: Ignore integer test binary. | Jacob Trimble | 2018-06-27 | 1 | -0/+1 |
* | avutil/encryption_info: Fix documentation problem. | Jacob Trimble | 2018-06-27 | 1 | -1/+1 |
* | hwcontext_opencl: Remove unused variable | Mark Thompson | 2018-06-24 | 1 | -1/+0 |
* | libavutil/encryption_info: Allow multiple init info. | Jacob Trimble | 2018-06-23 | 2 | -51/+100 |
* | hwcontext_opencl: use ff_hwframe_map_replace() | Rostislav Pehlivanov | 2018-06-21 | 1 | -4/+1 |
* | hwcontext_internal: add ff_hwframe_map_replace | Rostislav Pehlivanov | 2018-06-21 | 2 | -0/+12 |
* | tests/bprint: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -6/+6 |
* | avutil/log: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -3/+3 |
* | avutil/common: Fix undefined behavior in av_clip_uintp2_c() | Michael Niedermayer | 2018-06-15 | 1 | -1/+1 |
* | pixdesc: Only check against valid entries when iterating over lists of enums | Derek Buitenhuis | 2018-06-12 | 1 | -4/+24 |
* | lavu/hwcontext_opecl: fix the build warning | Jun Zhao | 2018-06-07 | 1 | -2/+2 |
* | lavu: add calling convention for OpenCL callback. | Ruiling Song | 2018-06-06 | 1 | -3/+4 |
* | Use the same name for stereo3d frame/packet side data | Vittorio Giovara | 2018-06-05 | 1 | -1/+1 |
* | hwcontext_vaapi: Fix mapping from DRM | Mark Thompson | 2018-05-24 | 1 | -1/+3 |
* | hwcontext: Add test for device creation and derivation | Mark Thompson | 2018-05-21 | 3 | -0/+228 |
* | lavu/Makefile: Fix alignment and ordering | Mark Thompson | 2018-05-15 | 1 | -3/+3 |
* | hwcontext: Do not call device_init again when deriving an existing device | Mark Thompson | 2018-05-15 | 1 | -4/+3 |
* | avutil/hwcontext_cuda: fix YUV420P cuda_get_buffer | Marton Balint | 2018-05-15 | 1 | -3/+4 |
* | hwcontext_vaapi: Add an assert in vaapi_map_from_drm() | Haihao Xiang | 2018-05-10 | 1 | -0/+2 |
* | avutil/hwcontext_cuda: use generic size and pointer assignment functions | Timo Rothenpieler | 2018-05-10 | 1 | -67/+15 |
* | avutil/hwcontext_cuda: add support for nvenc rgb formats | Timo Rothenpieler | 2018-05-10 | 2 | -1/+12 |
* | avutil/hwcontext_cuda: explicitly synchronize cuMemcpy calls | Timo Rothenpieler | 2018-05-10 | 1 | -3/+15 |
* | avutil/hwcontext_cuda: add CUstream in cuda hwctx | Timo Rothenpieler | 2018-05-10 | 3 | -1/+5 |
* | avutil: add gray14 pixel format | Paul B Mahol | 2018-05-05 | 2 | -0/+25 |
* | avfilter/drawutils: add support for full range | Paul B Mahol | 2018-05-03 | 1 | -0/+12 |
* | Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ... | Marton Balint | 2018-04-30 | 1 | -1/+1 |
* | avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8 | Marton Balint | 2018-04-30 | 4 | -13/+4 |
* | hwcontext_vaapi: Fix compilation with libva versions < 1.4.0 | Mark Thompson | 2018-04-27 | 1 | -0/+5 |
* | lavu/opt: add AV_OPT_FLAG_DEPRECATED | Clément Bœsch | 2018-04-26 | 3 | -1/+8 |
* | lavu/threadmessage: add av_thread_message_queue_nb_elems() | Clément Bœsch | 2018-04-26 | 3 | -1/+22 |
* | avformat/mov: Increase support for common encryption. | Jacob Trimble | 2018-04-19 | 1 | -1/+1 |
* | Bump minor versions after release/4.0 branchingn4.1-dev | Michael Niedermayer | 2018-04-16 | 1 | -1/+1 |
* | Bump minor versions for branching release/4.0 | Michael Niedermayer | 2018-04-16 | 1 | -1/+1 |
* | avutil/random_seed: use bcrypt instead of the old wincrypt API | Steve Lhomme | 2018-04-14 | 1 | -9/+10 |
* | Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce' | James Almer | 2018-04-13 | 2 | -12/+1 |
|\ |
|
| * | Drop Windows XP support remnants | Diego Biurrun | 2018-04-09 | 2 | -12/+1 |