| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+6 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -3/+3 |
* | lavc/qsvdec: check ff_decode_frame_props() return value | Anton Khirnov | 2023-01-10 | 1 | -1/+3 |
* | lavc/qsvdec: update HDR side data on output AVFrame | Haihao Xiang | 2022-12-01 | 1 | -0/+73 |
* | lavc/qsv: add support for decoding & encoding 12bit content | Fei Wang | 2022-10-10 | 1 | -1/+10 |
* | lavc/qsv: add support for decoding & encoding 10bit 4:4:4 content | Haihao Xiang | 2022-10-10 | 1 | -0/+2 |
* | lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 content | Haihao Xiang | 2022-09-07 | 1 | -0/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | lavc/qsv: create mfx session using oneVPL for decoding/encoding | Haihao Xiang | 2022-08-12 | 1 | -0/+11 |
* | qsv: restrict OPAQUE memory to MFX_VERSION < 2.0 | Haihao Xiang | 2022-08-12 | 1 | -0/+9 |
* | qsv: remove mfx/ prefix from mfx headers | Haihao Xiang | 2022-08-12 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -0/+1 |
* | libavcodec/qsvdec: Add more pixel format support to qsvdec | Wenbin Chen | 2022-04-06 | 1 | -6/+17 |
* | libavcodec/qsvdec: using suggested num to set init_pool_size | Wenbin Chen | 2022-04-06 | 1 | -2/+12 |
* | libavcodec/qsvdec: remove redundant decodeHeader() | Wenbin Chen | 2022-04-06 | 1 | -14/+15 |
* | libavcodec/qsvdec: reinit decoder according to decode() return value | Wenbin Chen | 2022-04-06 | 1 | -2/+9 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+10 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | libavcodec/qsvdec: use the parameter from decodeHeader to configure surface | Wenbin Chen | 2022-02-22 | 1 | -2/+2 |
* | lavc/qsvdec: switch to the new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -54/+36 |
* | lavc/qsvdec: export AVFilmGrainParams side data | Haihao Xiang | 2022-01-29 | 1 | -0/+91 |
* | lavc/qsvdec: track the runtime session version | Haihao Xiang | 2022-01-29 | 1 | -0/+13 |
* | lavc/qsv: allow to add more parameter buffers to QSV frame | Haihao Xiang | 2022-01-29 | 1 | -3/+5 |
* | libavcodec/qsvdec.c: using queue count to unref frame | Chen,Wenbin | 2022-01-12 | 1 | -2/+2 |
* | lavc/qsvdec: needn't free the string for AV_OPT_TYPE_STRING AVOption | Haihao Xiang | 2022-01-05 | 1 | -2/+0 |
* | qsvdec: add support for HW_DEVICE_CTX method | Haihao Xiang | 2021-08-11 | 1 | -1/+30 |
* | lavc/qsvdec: update color properties in codec context | Haihao Xiang | 2021-08-04 | 1 | -1/+19 |
* | lavc/qsvdec: fix pts | Haihao Xiang | 2021-06-20 | 1 | -3/+16 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | avcodec/qsvdec: Make functions used only here static, remove header | Andreas Rheinhardt | 2021-03-09 | 1 | -23/+60 |
* | avcodec/qsvdec: refact, remove duplicate code for plugin loading | Xu Guangxin | 2021-01-23 | 1 | -18/+11 |
* | avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.c | Xu Guangxin | 2021-01-23 | 1 | -1/+40 |
* | avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.c | Xu Guangxin | 2021-01-23 | 1 | -2/+215 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | lavc/qsvdec: disable gpu copy when not supported | Zhong Li | 2019-12-29 | 1 | -2/+4 |
* | lavc/qsvdec: fix the error retrun code in ff_qsv_get_continuous_buffer() | Zhong Li | 2019-12-29 | 1 | -1/+1 |
* | lavc/qsvdec: remove unused check_dec_param | Linjie Fu | 2019-10-26 | 1 | -27/+0 |
* | lavc/qsvdec: Add GPU-accelerated memory copy support | Linjie Fu | 2019-10-09 | 1 | -4/+56 |
* | lavc/qsv: add memory type message | Zhong Li | 2019-09-26 | 1 | -0/+2 |
* | lavc/qsv: Fix MSDK initialization failure in system memory mode | Zhong Li | 2019-09-26 | 1 | -15/+14 |
* | lavc/qsvdec: remove orignal parser code since not needed now | Zhong Li | 2019-08-20 | 1 | -27/+1 |
* | lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader() | Zhong Li | 2019-08-20 | 1 | -88/+96 |
* | lavc/qsvdec: fix hevc level incorrectly map | Zhong Li | 2019-05-07 | 1 | -1/+1 |
* | lavc/qsvdec: add query function and provide error message | Zhong Li | 2019-05-07 | 1 | -0/+33 |
* | qsvdec: Fix running with assert_level > 0 | Mark Thompson | 2018-12-09 | 1 | -0/+2 |
* | lavc/qsvdec: flush buffered data before reinit | Linjie Fu | 2018-11-06 | 1 | -0/+12 |
* | Merge commit 'c1bcd321ea2c2ae1765a1e64f03278712221d726' | James Almer | 2018-09-02 | 1 | -3/+12 |
|\ |
|