| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals | Andreas Rheinhardt | 2024-03-07 | 1 | -3/+3 |
* | avutil/hwcontext_qsv: Allocate pub and priv frames hwctx together | Andreas Rheinhardt | 2024-03-05 | 1 | -21/+25 |
* | avutil/hwcontext_qsv: Allocate public and priv device hwctx together | Andreas Rheinhardt | 2024-03-05 | 1 | -7/+11 |
* | lavu/hwcontext_qsv: Make sure hardware vendor is Intel for qsv on d3d11va | Haihao Xiang | 2023-12-07 | 1 | -0/+6 |
* | lavu/hwcontext_qsv: use mfxImplDescription instead of mfxExtendedDeviceId on ... | Haihao Xiang | 2023-12-05 | 1 | -4/+4 |
* | lavu/hwcontext_qsv: silence the warning | Haihao Xiang | 2023-07-31 | 1 | -1/+1 |
* | lavu/hwcontext_qsv: fix memory leak for d3d9 impl | Tong Wu | 2023-06-25 | 1 | -2/+10 |
* | lavu/hwcontext_qsv: fix memory leak for d3d11va impl | Tong Wu | 2023-06-25 | 1 | -4/+8 |
* | avutil/hwcontext_qsv: register free function for device_derive | Tong Wu | 2023-06-25 | 1 | -0/+9 |
* | lavu/hwcontext_qsv: Update after adding support for VAAPI on Windows | Sil Vilerino | 2023-04-24 | 1 | -2/+12 |
* | qsv: remove CONFIG_VAAPI for mutiple formats | Tong Wu | 2023-02-22 | 1 | -3/+3 |
* | lavu/hwcontext_qsv: add support for UYVY | Haihao Xiang | 2023-02-07 | 1 | -0/+7 |
* | lavu/hwcontext_qsv: add support for 12bit content on Linux | Fei Wang | 2022-10-10 | 1 | -0/+24 |
* | lavu/hwcontext_qsv: add support for 10bit 4:4:4 content on Linux | Haihao Xiang | 2022-10-10 | 1 | -0/+7 |
* | lavu/hwcontext_qsv: specify Shift for each format | Haihao Xiang | 2022-10-10 | 1 | -8/+19 |
* | lavu/hwcontext_qsv: add support for AV_PIX_FMT_VUYX on Linux | Haihao Xiang | 2022-09-07 | 1 | -0/+12 |
* | lavu/hwcontext_qsv: make qsv hwdevice works with oneVPL | Haihao Xiang | 2022-08-12 | 1 | -38/+494 |
* | qsv: restrict OPAQUE memory to MFX_VERSION < 2.0 | Haihao Xiang | 2022-08-12 | 1 | -15/+41 |
* | qsv: remove mfx/ prefix from mfx headers | Haihao Xiang | 2022-08-12 | 1 | -1/+1 |
* | qsv: add requirement for the mininal version of libmfx | Haihao Xiang | 2022-05-25 | 1 | -2/+0 |
* | avutil/hwcontext_qsv: fix mapping issue between QSV frames and D3D11VA frames | Tong Wu | 2022-05-23 | 1 | -3/+4 |
* | avutil/hwcontext_qsv: derive QSV frames to D3D11VA frames | Tong Wu | 2022-05-23 | 1 | -3/+13 |
* | libavutil/hwcontext_qsv: Align width and heigh when download qsv frame | Wenbin Chen | 2022-04-13 | 1 | -5/+42 |
* | lavu/hwcontext_qsv: fix a potential infinite loop | Anton Khirnov | 2022-02-15 | 1 | -49/+31 |
* | avutil/hwcontext_qsv: fix typo | Timo Rothenpieler | 2022-01-29 | 1 | -1/+1 |
* | libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl | nyanmisaka | 2022-01-29 | 1 | -0/+34 |
* | Revert "avutils/hwcontext: When deriving a hwdevice, search for existing devi... | Haihao Xiang | 2022-01-05 | 1 | -10/+3 |
* | avutils/hwcontext: When deriving a hwdevice, search for existing device in bo... | Soft Works | 2022-01-05 | 1 | -3/+10 |
* | libavutil/hwcontext_qsv: clean padding when upload qsv frames | Wenbin Chen | 2021-12-23 | 1 | -13/+83 |
* | libavutil/hwcontext_qsv: fix a bug for mapping vaapi frame to qsv | nyanmisaka | 2021-12-04 | 1 | -1/+1 |
* | avutil/hwcontext_qsv: Remove redundant check | Andreas Rheinhardt | 2021-11-18 | 1 | -2/+2 |
* | avutil/hwcontext_qsv: Fix leak of AVBuffer and AVBufferRef | Andreas Rheinhardt | 2021-11-18 | 1 | -2/+0 |
* | libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapi | Wenbin Chen | 2021-09-23 | 1 | -1/+5 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -20/+23 |
* | libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc... | Artem Galin | 2021-09-08 | 1 | -12/+25 |
* | libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly s... | Artem Galin | 2021-09-08 | 1 | -13/+49 |
* | libavutil/hwcontext_qsv: supporting d3d11va device type | Artem Galin | 2021-09-08 | 1 | -61/+265 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | hwcontext: add av_hwdevice_ctx_create_derived_opts | Lynne | 2020-05-23 | 1 | -1/+2 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bit | Linjie Fu | 2020-05-18 | 1 | -0/+24 |
* | lavu/qsv: remove redundant version query | Zhong Li | 2019-09-27 | 1 | -5/+0 |
* | lavu/hwcontext_qsv: fix the memory leak | Linjie Fu | 2019-07-30 | 1 | -0/+2 |
* | hwcontext_qsv: Try to select a matching VAAPI device by default | Mark Thompson | 2019-06-02 | 1 | -3/+12 |
* | lavu/hwcontext_qsv: Fix the realign check for hwupload | Linjie Fu | 2019-04-30 | 1 | -2/+1 |
* | lavu/hwcontext_qsv: Mark a pointer as const. | Carl Eugen Hoyos | 2019-04-16 | 1 | -1/+2 |
* | lavu/qsv: allow surface size larger than requirement | Zhong Li | 2019-03-18 | 1 | -1/+1 |
* | lavu/qsv: make a copy as libmfx alignment requirement for uploading | Zhong Li | 2018-10-11 | 1 | -2/+29 |
* | lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA. | Zhong Li | 2018-10-11 | 1 | -10/+34 |