Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-10lavu/hwcontext_qsv: add support for 12bit content on LinuxFei Wang
2022-10-10lavu/hwcontext_qsv: add support for 10bit 4:4:4 content on LinuxHaihao Xiang
2022-10-10lavu/hwcontext_qsv: specify Shift for each formatHaihao Xiang
2022-09-07lavu/hwcontext_qsv: add support for AV_PIX_FMT_VUYX on LinuxHaihao Xiang
2022-08-12lavu/hwcontext_qsv: make qsv hwdevice works with oneVPLHaihao Xiang
2022-08-12qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: remove mfx/ prefix from mfx headersHaihao Xiang
2022-05-25qsv: add requirement for the mininal version of libmfxHaihao Xiang
2022-05-23avutil/hwcontext_qsv: fix mapping issue between QSV frames and D3D11VA framesTong Wu
2022-05-23avutil/hwcontext_qsv: derive QSV frames to D3D11VA framesTong Wu
2022-04-13libavutil/hwcontext_qsv: Align width and heigh when download qsv frameWenbin Chen
2022-02-15lavu/hwcontext_qsv: fix a potential infinite loopAnton Khirnov
2022-01-29avutil/hwcontext_qsv: fix typoTimo Rothenpieler
2022-01-29libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to openclnyanmisaka
2022-01-05Revert "avutils/hwcontext: When deriving a hwdevice, search for existing devi...Haihao Xiang
2022-01-05avutils/hwcontext: When deriving a hwdevice, search for existing device in bo...Soft Works
2021-12-23libavutil/hwcontext_qsv: clean padding when upload qsv framesWenbin Chen
2021-12-04libavutil/hwcontext_qsv: fix a bug for mapping vaapi frame to qsvnyanmisaka
2021-11-18avutil/hwcontext_qsv: Remove redundant checkAndreas Rheinhardt
2021-11-18avutil/hwcontext_qsv: Fix leak of AVBuffer and AVBufferRefAndreas Rheinhardt
2021-09-24libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapiWenbin Chen
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-08libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin
2021-09-08libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly s...Artem Galin
2021-09-08libavutil/hwcontext_qsv: supporting d3d11va device typeArtem Galin
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avutil: use the buffer_size_t typedef where requiredJames Almer
2020-05-23hwcontext: add av_hwdevice_ctx_create_derived_optsLynne
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-18lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu
2019-09-27lavu/qsv: remove redundant version queryZhong Li
2019-07-30lavu/hwcontext_qsv: fix the memory leakLinjie Fu
2019-06-03hwcontext_qsv: Try to select a matching VAAPI device by defaultMark Thompson
2019-04-30lavu/hwcontext_qsv: Fix the realign check for hwuploadLinjie Fu
2019-04-16lavu/hwcontext_qsv: Mark a pointer as const.Carl Eugen Hoyos
2019-03-18lavu/qsv: allow surface size larger than requirementZhong Li
2018-10-11lavu/qsv: make a copy as libmfx alignment requirement for uploadingZhong Li
2018-10-11lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li
2018-10-06Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'Mark Thompson
2018-10-03lavu/qsv: fix a random hwupload failure regressionZhong Li
2018-09-11Merge commit '642fd4769becc2f4827f8375a3d9e8edd2f5df77'James Almer
2018-09-04qsvvpp: Perform full init only when neededJoe Olivas
2018-04-14Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer
2018-04-08qsv: adding Multi Frame Encode supportMaxym Dmytrychenko
2018-03-30Merge commit '86499771d1228d8303c8eb6509e20c0caaa02da5'James Almer
2018-03-21qsv: align surface width/height to 16.Ruiling Song
2018-03-06Merge commit '8ca39b855a7b0e4d9f726fa9d285bc8edcb953e6'Mark Thompson
2018-02-22qsv: Default PicStruct to progressiveRuiling Song
2018-02-12hwcontext: Perform usual initialisation on derived device contextsMark Thompson
2018-01-17Merge commit 'e23190269fb6e8217d080918893641ba3e0e3556'Mark Thompson