[FFmpeg-cvslog] avformat/hlsenc: fix handling of delete_segments when %v is present

2018-04-10 Thread Bela Bodecs
ffmpeg | branch: master | Bela Bodecs | Wed Apr 11 11:15:54 2018 +0800| [9825f77ac7ab102783aad4d2e0c42584a0dde466] | committer: Steven Liu avformat/hlsenc: fix handling of delete_segments when %v is present When var_stream_map option is used, %v must appear either in

[FFmpeg-cvslog] avformat/movenc: use correct iTunes copyright atom

2018-04-10 Thread Timo Teräs
ffmpeg | branch: master | Timo Teräs | Tue Apr 3 09:05:18 2018 +0300| [62c1cfcc35a7772d9634fb9d2d1e74952843c108] | committer: Michael Niedermayer avformat/movenc: use correct iTunes copyright atom Support for writing copyright metadata was added in commit bed4fc54c9 for

[FFmpeg-cvslog] lavc/libopusdec: Allow avcodec_open2 to call .close

2018-04-10 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Tue Apr 10 13:59:25 2018 -0700| [e43e97f0e0f0596b56ceb2f887fe7414f202f081] | committer: Michael Niedermayer lavc/libopusdec: Allow avcodec_open2 to call .close If there is a decoder initialization failure detected in avcodec_open2

[FFmpeg-cvslog] configure: check that the required header for Linux Perf is available

2018-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 8 13:30:19 2018 -0300| [234a5e08313c6b8b0774796dfa1f285a3f877d14] | committer: James Almer configure: check that the required header for Linux Perf is available Should fix compilation on targets like some old Android NDK

[FFmpeg-cvslog] configure: check for INIT_ONCE before enabling w32threads

2018-04-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 8 14:00:47 2018 -0300| [aea610b0d6497886860a894eb76a6cc7788c0fcd] | committer: James Almer configure: check for INIT_ONCE before enabling w32threads Should fix compilation wiht some old mingw-w64 builds that don't seem to

[FFmpeg-cvslog] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-10 Thread Alexander Kravchenko
ffmpeg | branch: master | Alexander Kravchenko | Mon Apr 9 19:48:33 2018 +0300| [05f1a3face140373ae658ab1abd6bacc841a770d] | committer: Mark Thompson lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process Fixes ticket #6990.

[FFmpeg-cvslog] lavc/videotoolbox: fix failure to decode PAFF

2018-04-10 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Mar 28 23:19:28 2018 -0500| [4c0798578cab410b4ad9c27bc47b5e09c9a66aba] | committer: Aman Gupta lavc/videotoolbox: fix failure to decode PAFF Signed-off-by: Aman Gupta >