| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42' | James Almer | 2018-04-13 | 1 | -0/+5 |
|\| |
|
| * | qsv: adding Multi Frame Encode support | Maxym Dmytrychenko | 2018-04-08 | 1 | -0/+5 |
* | | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 6 | -14/+35 |
* | | Merge commit '3a7b4ae62c798edbd82bcd8fef863c74ed2acd4a' | James Almer | 2018-03-30 | 1 | -1/+7 |
|\| |
|
| * | arm: Produce .const_data instead of .section .rodata for Mach-O | Martin Storsjö | 2018-03-30 | 1 | -1/+7 |
* | | Merge commit '86499771d1228d8303c8eb6509e20c0caaa02da5' | James Almer | 2018-03-29 | 1 | -4/+4 |
|\| |
|
| * | qsv: align surface width/height to 16. | Ruiling Song | 2018-03-21 | 1 | -4/+4 |
* | | hwcontext_d3d11: Fix crash with valid adapter but no device | Mark Thompson | 2018-03-28 | 1 | -3/+5 |
* | | avcodec/avcodec.h: Add encryption info side data. | Jacob Trimble | 2018-03-24 | 4 | -1/+498 |
* | | hwcontext_opencl: Add support for mapping DRM objects to Beignet | Mark Thompson | 2018-03-22 | 1 | -135/+130 |
* | | hwcontext_vaapi: Pass correct read/write flags when exporting surfaces | Mark Thompson | 2018-03-22 | 1 | -3/+8 |
* | | hwcontext_vaapi: Add support for legacy DRM mapping | Mark Thompson | 2018-03-22 | 1 | -12/+182 |
* | | hwcontext_drm: Clarify value for unknown format modifiers | Mark Thompson | 2018-03-22 | 1 | -0/+3 |
* | | hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headers | Mark Thompson | 2018-03-22 | 1 | -0/+2 |
* | | avutil/integer: move the test to the corresponding subdirectory | James Almer | 2018-03-20 | 3 | -38/+50 |
* | | hwcontext_vaapi: Always include DRM hwcontext header | Mark Thompson | 2018-03-18 | 1 | -3/+1 |
* | | hwcontext_vaapi: Fix condition for DRM device derivation | Mark Thompson | 2018-03-18 | 1 | -1/+1 |
* | | lavu/frame: add QP side data | wm4 | 2018-03-18 | 3 | -7/+71 |
* | | lavu/frame: fix inconsistent qp_table_buf deprecation | wm4 | 2018-03-18 | 2 | -3/+5 |
* | | avutil/log: print level prefix also when no AVClass context is available | Tobias Rapp | 2018-03-16 | 1 | -3/+3 |
* | | avutil: bump version after the latest AVOption flag addition | James Almer | 2018-03-16 | 1 | -1/+1 |
* | | lavu/opt: add bit stream filter option dump support. | Jun Zhao | 2018-03-16 | 1 | -0/+1 |
* | | lavu/opt: add AV_OPT_FLAG_BSF_PARAM | Jun Zhao | 2018-03-16 | 1 | -0/+1 |
* | | avutil: add missing version bump for AV_CRC_8_EBU | James Almer | 2018-03-10 | 1 | -1/+1 |
* | | avutil/parseutils: only accept full us duration, do not accept mss duration | Marton Balint | 2018-03-09 | 1 | -4/+3 |
* | | crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D | Aurelien Jacobs | 2018-03-07 | 3 | -3/+31 |
* | | Merge commit '8ca39b855a7b0e4d9f726fa9d285bc8edcb953e6' | Mark Thompson | 2018-03-05 | 1 | -0/+1 |
|\| |
|
| * | qsv: Default PicStruct to progressive | Ruiling Song | 2018-02-22 | 1 | -0/+1 |
| * | hwcontext: Perform usual uninitialisation on derived frames contexts | Mark Thompson | 2018-02-11 | 1 | -10/+7 |
| * | hwcontext: Perform usual initialisation on derived device contexts | Mark Thompson | 2018-02-11 | 2 | -11/+4 |
* | | parseutils: accept only full "ms" suffix | Rostislav Pehlivanov | 2018-03-05 | 1 | -2/+2 |
* | | parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION | Aurelien Jacobs | 2018-03-02 | 1 | -2/+13 |
* | | frame: add an av_frame_new_side_data_from_buf function | Rostislav Pehlivanov | 2018-03-01 | 3 | -19/+33 |
* | | 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 |