| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/timecode: fix starting frame number for 59.94 fps | Gyan Doshi | 2018-02-23 | 1 | -1/+1 |
* | hwcontext_vaapi: Fix frames context creation with external attributes | Mark Thompson | 2018-02-21 | 1 | -2/+2 |
* | hwcontext_vaapi: Add more surface formats | Mark Thompson | 2018-02-21 | 1 | -0/+3 |
* | avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() | Michael Niedermayer | 2018-02-17 | 1 | -2/+2 |
* | avutil/crypto: change length parameter to size_t on the remaining modules | James Almer | 2018-02-15 | 6 | -0/+28 |
* | avutil/opt: remove ABI hacks | wm4 | 2018-02-13 | 2 | -10/+10 |
* | Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906' | James Almer | 2018-02-11 | 5 | -4/+2 |
|\ |
|
| * | Drop some unnecessary config.h #includes | Diego Biurrun | 2018-02-06 | 5 | -4/+2 |
* | | Merge commit '2eb396b175e55e515aa6a13c5b1789a2a18d3935' | James Almer | 2018-02-11 | 1 | -1/+3 |
|\| |
|
| * | hwcontext: Fix memory leak on derived frame allocation failure | Mark Thompson | 2018-02-04 | 1 | -1/+3 |
| * | hwcontext: Fix documentation for av_hwdevice_ctx_alloc() | Jun Zhao | 2018-02-04 | 1 | -1/+2 |
* | | Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba' | Mark Thompson | 2018-01-25 | 1 | -1/+1 |
|\| |
|
| * | intreadwrite: Use __unaligned in MSVC for ARM64 as well | Martin Storsjö | 2018-01-16 | 1 | -1/+1 |
* | | avutil/aes_ctr: Add method to set 16-byte IV. | Jacob Trimble | 2018-01-23 | 3 | -2/+13 |
* | | x86inc: Drop cpuflags_slowctz | Henrik Gramner | 2018-01-20 | 1 | -3/+2 |
* | | x86inc: Correctly set mmreg variables | Henrik Gramner | 2018-01-20 | 1 | -51/+36 |
* | | x86inc: Support creating global symbols from local labels | Henrik Gramner | 2018-01-20 | 1 | -1/+11 |
* | | x86inc: Use .rdata instead of .rodata on Windows | Henrik Gramner | 2018-01-20 | 1 | -0/+4 |
* | | x86inc: Enable AVX emulation for floating-point pseudo-instructions | Henrik Gramner | 2018-01-20 | 1 | -0/+32 |
* | | Merge commit 'e23190269fb6e8217d080918893641ba3e0e3556' | Mark Thompson | 2018-01-16 | 1 | -0/+4 |
|\| |
|
| * | lavu/qsv: add log message for libmfx version | Zhong Li | 2017-12-29 | 1 | -0/+4 |
* | | hwcontext_d3d11va: implement av_hwdevice_get_hwframe_constraints() | wm4 | 2018-01-16 | 1 | -0/+33 |
* | | hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints() | wm4 | 2018-01-15 | 1 | -16/+39 |
* | | avutil/mastering_display_metadata: fix copyright header wrongly formated as doxy | James Almer | 2018-01-11 | 1 | -1/+1 |
* | | It has been replaced by C11 stdatomic.h and is now unused. | Anton Khirnov | 2018-01-05 | 7 | -401/+0 |
* | | avutil/log: use thread wrappers for the locking functionality | James Almer | 2018-01-04 | 1 | -10/+4 |
* | | hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctly | wm4 | 2018-01-04 | 1 | -0/+1 |
* | | libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl... | Humberto Ribeiro | 2018-01-04 | 1 | -1/+5 |
* | | lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc(). | Carl Eugen Hoyos | 2018-01-04 | 1 | -1/+6 |
* | | lavu/mem: Do not realloc in av_fast_realloc() if size == min_size. | Carl Eugen Hoyos | 2018-01-01 | 1 | -1/+1 |
* | | lavc: replace and deprecate the lock manager | wm4 | 2017-12-26 | 1 | -0/+2 |
* | | w32pthreads: always use Vista+ API, drop XP support | wm4 | 2017-12-26 | 1 | -4/+0 |
* | | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ... | James Almer | 2017-12-24 | 1 | -10/+16 |
* | | x86inc: AVX-512 support | Henrik Gramner | 2017-12-24 | 1 | -33/+139 |
* | | avutil: add alignment needed for AVX-512 | James Darnley | 2017-12-24 | 2 | -1/+3 |
* | | avutil: detect when AVX-512 is available | James Darnley | 2017-12-24 | 1 | -2/+10 |
* | | avutil: add AVX-512 flags | James Darnley | 2017-12-24 | 5 | -2/+10 |
* | | lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT. | Carl Eugen Hoyos | 2017-12-17 | 1 | -1/+1 |
* | | lavu/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODEC | Aman Gupta | 2017-12-16 | 7 | -1/+95 |
* | | libavutil: Add saturating subtraction functions | Andrew D'Addesio | 2017-12-04 | 3 | -2/+48 |
* | | avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture. | Thomas Köppe | 2017-12-02 | 1 | -0/+1 |
* | | avutil/x86util : add macro for loading a 128 bits constants in an xmm or in e... | Martin Vignali | 2017-12-02 | 1 | -0/+8 |
* | | Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' | James Almer | 2017-11-29 | 2 | -2/+25 |
|\| |
|
| * | stereo3d: Support view type for frame sequence type | Vittorio Giovara | 2017-11-28 | 2 | -1/+25 |
* | | lavu/hwcontext_opencl.h: fix build on macOS | Rodger Combs | 2017-11-28 | 1 | -0/+4 |
* | | hwcontext_vaapi: Do not assume that sw_format is transferable | Mark Thompson | 2017-11-26 | 1 | -7/+14 |
* | | hwcontext_d3d11va: properly reset values after release/close | Jan Ekström | 2017-11-25 | 1 | -5/+16 |
* | | hwcontext_opencl: Reset internal command queue on device_uninit | Mark Thompson | 2017-11-25 | 1 | -0/+1 |
* | | hwcontext_d3d11: Log adapter details on device creation | Mark Thompson | 2017-11-25 | 1 | -1/+8 |
* | | lavu/pixfmt: Remove gap in the middle of enum AVPixelFormat | Mark Thompson | 2017-11-25 | 2 | -2/+2 |