[libav-devel] [PATCH] lavc/qsvenc: provide detail error message if parameters invalid

2018-03-01 Thread Zhong Li
Currently always shows "Selected ratecontrol mode is not supported by the QSV runtime. Choose a different mode", but sometimes it is not accurate. Signed-off-by: Zhong Li --- libavcodec/qsvenc.c | 31 +-- 1 file changed, 25 insertions(+), 6

Re: [libav-devel] [PATCH] examples: Use new API for transcoding example

2018-03-01 Thread Diego Biurrun
On Thu, Mar 01, 2018 at 10:40:52AM -0500, Andreas Unterweger wrote: > From f41ff4df42c85d61d8e610d882caf56d76422a33 Mon Sep 17 00:00:00 2001 > From: Andreas Unterweger > Date: Tue, 27 Feb 2018 17:48:03 +0100 > Subject: [PATCH] examples: Use new API for transcoding example >

[libav-devel] [PATCH] examples: Use new API for transcoding example

2018-03-01 Thread Andreas Unterweger
Note: My use of avcodec_send_frame is slightly different from the encode_video example in that I distinguish between EOF and other negative return values. I found this to be necessary for my example files and it matches the documentation. From f41ff4df42c85d61d8e610d882caf56d76422a33 Mon Sep 17

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Kravchenko, Alexander
> -Original Message- > From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of Diego > Biurrun > Sent: Thursday, March 1, 2018 3:10 PM > To: libav development > Subject: Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: > replace writer_id

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Diego Biurrun
On Wed, Feb 28, 2018 at 06:33:05AM +, Kravchenko, Alexander wrote: > If we use multiple LibavWriter objects in one process, we will have > duplication of output in avlib log. What is avlib log? Diego ___ libav-devel mailing list

[libav-devel] HA: [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Kravchenko, Alexander
> Do you mind if I switch your name to the "Alexander Kravchenko" standard > "first name then last name" order? of course, no problem This e-mail and any attachment(s) are intended only for the recipient(s) named above and others who have been specifically

Re: [libav-devel] [PATCH] examples: Use new API for transcoding example

2018-03-01 Thread Diego Biurrun
On Tue, Feb 27, 2018 at 11:51:20AM -0500, Andreas Unterweger wrote: > Note: My use of avcodec_send_frame is slightly different from the > encode_video example in that I distinguish between EOF and other negative > return values. I found this to be necessary for my example files and it > matches

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Diego Biurrun
On Wed, Feb 28, 2018 at 06:33:05AM +, Kravchenko, Alexander wrote: > AMFTraceWriter is abstraction to configure how AMF outputs its logs for > current process, not for component. > > Example instances of AMFTraceWriter can be > * FileWriter > * SocketWriter > * DebugOutputWriter > *