60 Commits (6216b4780b16c0994e0ee4bcd1f354f35f674856)

Author SHA1 Message Date
Andrey Turkin 63adb3602d libavcodec: factor out SEI generation for A53 captions 9 years ago
Maxym Dmytrychenko a1335149fd qsvenc: store the sync point in heap memory 9 years ago
Derek Buitenhuis 02bd02da5f qsvenc: Fix b_strategy typo 9 years ago
Vittorio Giovara 9cac1b4b4f qsvenc: Add private option to replace coder_type 9 years ago
Anton Khirnov 68395f8c99 qsvenc: fix a typo 9 years ago
Vittorio Giovara 0e6c853221 lavc: Move b_frame_strategy and b_sensitivity to codec private options 9 years ago
Anton Khirnov d1cd20e4e3 qsvenc: split encoding frames and reading from the async FIFO 9 years ago
Maxym Dmytrychenko a6259a6ecb qsvenc: properly handle the warning from MFXVideoCORE_SyncOperation 9 years ago
Anton Khirnov 825900248b qsvenc: export CPB props side data 9 years ago
Will Kelleher 0eac93da0f qsvenc: write a53 caption data to SEI 9 years ago
Anton Khirnov fc4c27c4ed qsvenc: expose additional encoding options 9 years ago
Anton Khirnov e7d7cf86dc qsvenc: support more RC methods 9 years ago
Anton Khirnov 3edac01f79 qsvenc: fix setting maxrate for VBR 9 years ago
Anton Khirnov 4d8f536b53 qsvenc: print the actual video parameters used by MSDK 9 years ago
Anton Khirnov dc923bc23b qsvenc: add an API for allocating opaque surfaces 9 years ago
Anton Khirnov 2ec96b6bd5 qsvenc: cosmetics, reindent 9 years ago
Anton Khirnov f6f32fc93d qsvenc: set the timestamp for PIX_FMT_QSV frames as well 9 years ago
Anton Khirnov 772c87c5a6 qsvenc: support passing arbitrary external buffers to the encoder 9 years ago
Sven Dueking 5d4a3563f2 qsvenc.c: use query to catch all kind of setting issues 9 years ago
Anton Khirnov 83847cc8fa qsvenc: do not try to close the encoder if the session is NULL 9 years ago
Sven Dueking 67e87f8050 avcodec/qsv : Added look ahead rate control mode 9 years ago
Sven Dueking 6eecb91fbc avcodec/qsvenc: Added PicTiming SEI 9 years ago
Sven Dueking f3fbe790d9 avcodec/qsvenc: Set MaxKpbs to rc_max_rate for CBR and VBR (bitrate is equal to rc_max_rate for CBR) 9 years ago
Ivan Uskov 947c2aa456 libavcodec/qsvenc.c delay in 1 microsecond replaced to more appropriate 500 microseconds 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Anton Khirnov 69b92f1b99 qsvenc: properly handle asynchronous encoding 9 years ago
Ivan Uskov ce91bab70f libavcodec/qsv.c: Issue fixed: QSV engine does not release display handler under linux platform. 9 years ago
Ivan Uskov 5985316fba libavcodec/qsvenc.c: improving handling for return codes of MFXVideoENCODE_EncodeFrameAsync 9 years ago
Ivan Uskov dbf8352a2e libavcodec/qsvenc.c: Fix for too agressive height alignment during frame encoding which may be reason of superflous frame copying. 9 years ago
Ivan Uskov b409748bc4 libavcodec/qsvenc.c: fix incorrect loop condition. 9 years ago
Anton Khirnov 66acb76bb0 lavc: add Intel libmfx-based HEVC encoder 9 years ago
Anton Khirnov 3a85397e8b lavc: add Intel libmfx-based MPEG2 encoder 9 years ago
Ivan Uskov 115c14c3b6 libavcodec/qsvenc.c: A warning message when library will work at partial hardware acceleration. 9 years ago
Ivan Uskov 38402754b9 libavcodec/qsvenc.c: More correct selection of alignment of a frame height depending whether an encoded sequence progressive or not. 9 years ago
Anton Khirnov 72b7441a10 lavc: add Intel libmfx-based H.264 encoder 10 years ago