[FFmpeg-cvslog] lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed.

2018-04-23 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Apr 16 01:28:47 2018 +0200| [2442cf3615a1547abfcb24ea061b0f65dee7f0ea] | committer: Carl Eugen Hoyos lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed. Silences a warning: libavformat/os_support.c:49:12:

[FFmpeg-cvslog] Revert "libavformat: add mbedTLS based TLS"

2018-04-23 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Apr 23 20:28:50 2018 +0100| [4ac0ff8ec2afb609ecebcc135bbedf04b1dced5b] | committer: Rostislav Pehlivanov Revert "libavformat: add mbedTLS based TLS" This reverts commit 62f5c9d68bf6e0f2c1a47cf002629a70a82274fc, which

[FFmpeg-cvslog] lavf: make overlay_qsv work based on framesync

2018-04-23 Thread Ruiling Song
ffmpeg | branch: release/4.0 | Ruiling Song | Tue Apr 3 09:50:19 2018 +0800| [58569162c280a0765b63441001d359e62824c9de] | committer: Mark Thompson lavf: make overlay_qsv work based on framesync The existing version which was cherry-picked from Libav does not work with

[FFmpeg-cvslog] lavf/qsv: clone the frame which may be managed by framework

2018-04-23 Thread Ruiling Song
ffmpeg | branch: release/4.0 | Ruiling Song | Tue Apr 3 09:50:20 2018 +0800| [a768c0a3e1fa29eddc7dd348012b3093e476c94e] | committer: Mark Thompson lavf/qsv: clone the frame which may be managed by framework For filters based on framesync, the input frame was managed

[FFmpeg-cvslog] avcodec/vaapi: do not parse MVMODE for VC-1 interlaced frame pictures

2018-04-23 Thread Jerome Borsboom
ffmpeg | branch: master | Jerome Borsboom | Thu Mar 29 13:43:34 2018 +0200| [8132d362facd6bde7dd158733bf2b4723295ec5b] | committer: Mark Thompson avcodec/vaapi: do not parse MVMODE for VC-1 interlaced frame pictures Interlaced frame pictures do not contain the

[FFmpeg-cvslog] avcodec/vc1: check return value of bitplane_decoding()

2018-04-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 23 00:05:20 2018 +0200| [daba369471376953ee558dabe100d5eca0d89b02] | committer: Paul B Mahol avcodec/vc1: check return value of bitplane_decoding() Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_interlace: remove duplicate code with same funcionality

2018-04-23 Thread Vasile Toncu
ffmpeg | branch: master | Vasile Toncu | Tue Apr 17 13:48:28 2018 +0300| [9c01cdb94e24aaf50f867a0a5c42b097c17c42b1] | committer: Paul B Mahol avfilter/vf_interlace: remove duplicate code with same funcionality >

[FFmpeg-cvslog] avcodec/ffv1enc: Check that the crc + version combination is supported

2018-04-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 21 22:19:31 2018 +0200| [d9706f79c17a33bf97e51a7d6ab211ce83a463ee] | committer: Michael Niedermayer avcodec/ffv1enc: Check that the crc + version combination is supported The crc flag is only stored since version

[FFmpeg-cvslog] libavformat: add mbedTLS based TLS

2018-04-23 Thread Thomas Volkert
ffmpeg | branch: master | Thomas Volkert | Sat Apr 21 15:53:31 2018 +0200| [62f5c9d68bf6e0f2c1a47cf002629a70a82274fc] | committer: Thomas Volkert libavformat: add mbedTLS based TLS >