[FFmpeg-cvslog] srt: Set srto_sender flag to sender srt socket

2019-02-20 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Thu Feb 7 09:38:16 2019 +0100| [90b15f60bf4919deaed66d868e18107eba371da7] | committer: Luca Barbato srt: Set srto_sender flag to sender srt socket SRT API Documentation: This flag is superfluous if both parties are at least version 1.3.0 (this shall

[FFmpeg-cvslog] libsrt: Pass the correct pointer for the passphrase

2018-09-02 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Fri Jul 13 02:08:50 2018 +0200| [f25117a4286505b38c12466ef04459471de3c1b0] | committer: Luca Barbato libsrt: Pass the correct pointer for the passphrase The passphrase field is a pointer already. Bug-Id: https://github.com/Haivision/srt/issues/416

[FFmpeg-cvslog] avformat/libsrt: add latency options and deprecate tspbdelay

2018-09-02 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Mon May 21 14:40:17 2018 +0700| [a507af97eef468238d545ff954a39d7432832e54] | committer: Luca Barbato avformat/libsrt: add latency options and deprecate tspbdelay Signed-off-by: Sven Dueking Signed-off-by: Luca Barbato > http://git.videolan.

[FFmpeg-cvslog] avformat/libsrt: add payload size option

2018-09-02 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Mon May 21 13:55:25 2018 +0700| [ea8ae27a5e112d06fd5625f640e40849e6313f0c] | committer: Luca Barbato avformat/libsrt: add payload size option Signed-off-by: Sven Dueking Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] Add Haivision SRT protocol

2018-03-29 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Mon Mar 26 11:37:49 2018 -0400| [a2fc8dbae85339d1b418d296f2982b6c04c53c57] | committer: Luca Barbato Add Haivision SRT protocol The protocol requires libsrt (https://github.com/Haivision/srt) to be installed Signed-off-by: Sven Dueking Signed-off-by

[FFmpeg-cvslog] qsvenc.c: use query to catch all kind of setting issues

2015-10-01 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Thu Oct 1 09:07:08 2015 +0100| [5d4a3563f23d39338bf6807caaec0e90cce90f3c] | committer: Michael Niedermayer qsvenc.c: use query to catch all kind of setting issues Reviewed-by: Ivan Uskov Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avcodec/qsv : Added look ahead rate control mode

2015-08-30 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Fri Aug 21 09:17:35 2015 +0100| [67e87f8050cb8cc61e016cb77be137c18653cbfe] | committer: Michael Niedermayer avcodec/qsv : Added look ahead rate control mode Reviewed-by: Ivan Uskov Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avcodec/qsvenc: Added PicTiming SEI

2015-08-19 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Wed Aug 19 09:17:40 2015 +0100| [6eecb91fbc275fec5225626c06d061e883ba37e0] | committer: Michael Niedermayer avcodec/qsvenc: Added PicTiming SEI Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/qsvenc: Set MaxKpbs to rc_max_rate for CBR and VBR ( bitrate is equal to rc_max_rate for CBR)

2015-08-14 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Fri Aug 14 12:46:22 2015 +0200| [f3fbe790d9d4e93b2ec8c7476572f2d155e8b43e] | committer: Michael Niedermayer avcodec/qsvenc: Set MaxKpbs to rc_max_rate for CBR and VBR (bitrate is equal to rc_max_rate for CBR) Signed-off-by: Michael Niedermayer