[FFmpeg-cvslog] tests: Fix gray10 and gray12 references after c1616b45.

2017-04-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Apr 13 08:19:48 2017 +0200| [a45951c0a4917d3a1e3857a02689770654adcdeb] | committer: Carl Eugen Hoyos tests: Fix gray10 and gray12 references after c1616b45. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a45951c0a4917d3a1e3857a02689

[FFmpeg-cvslog] pthread_frame: make accesses to debug field be protected by owner lock.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Thu Apr 6 13:58:59 2017 -0400| [1968a1eef1cae22e162259d7082c2eea98d81e32] | committer: Michael Niedermayer pthread_frame: make accesses to debug field be protected by owner lock. The av_log() is done outside the lock, but this way the accesses

[FFmpeg-cvslog] pthread_frame: allow per-field ThreadFrame owners.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 10:24:05 2017 -0400| [f4f3bf3c94a9aa485c09d0c03d68ca79a4785866] | committer: Michael Niedermayer pthread_frame: allow per-field ThreadFrame owners. This tries to handle cases where separate invocations of decode_frame() (each running

[FFmpeg-cvslog] vp8: make mv_min/max thread-local if using partition threading.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Wed Apr 5 16:19:55 2017 -0400| [6557ea8e2bd768f5d82bce0fab28262437a292bf] | committer: Michael Niedermayer vp8: make mv_min/max thread-local if using partition threading. Fixes tsan warnings like this in fate-vp8-test-vector-007: WARNING: Thr

[FFmpeg-cvslog] vp8: make wait/thread_mb_pos atomic.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Wed Apr 5 16:18:54 2017 -0400| [9d742f774a85fa82cbfd667f69b0ba4d14556d54] | committer: Michael Niedermayer vp8: make wait/thread_mb_pos atomic. Fixes tsan warnings like this in fate-vp8-test-vector-007: WARNING: ThreadSanitizer: data race (pi

[FFmpeg-cvslog] huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 22:28:22 2017 -0400| [5e84c94f6962e23b552809280bd89c70d4a7ef5e] | committer: Michael Niedermayer huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx. Fixes the following tsan warning when running fate-vsynth_lena-f

[FFmpeg-cvslog] png: set AVFrame flags/fields before calling setup_finished().

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 14:43:40 2017 -0400| [e90de50195d4b4b61f3c2c4ea3bb8a09b433de8e] | committer: Michael Niedermayer png: set AVFrame flags/fields before calling setup_finished(). Fixes tsan warnings in fate-apng: WARNING: ThreadSanitizer: data race (p

[FFmpeg-cvslog] ffmpeg: make transcode_init_done atomic.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Fri Mar 31 11:27:20 2017 -0400| [f5f0b2f44ce9df08f7a79b32d9209b23ba6b3447] | committer: Michael Niedermayer ffmpeg: make transcode_init_done atomic. Should fix tsan warnings in fate-fifo-muxer-h264/wav: WARNING: ThreadSanitizer: data race (pid

[FFmpeg-cvslog] hevc: only write to max_ra and pocTid0 in the first slice.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 09:51:10 2017 -0400| [d1cae50a046763bf14d74e899d90e4ef0be5b551] | committer: Michael Niedermayer hevc: only write to max_ra and pocTid0 in the first slice. Values from subsequent values are guaranteed to be identical (since poc and n

[FFmpeg-cvslog] png: split header state and data state in two separate variables.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 10:08:29 2017 -0400| [51ca6fda0500da24e3d365c9dfce31bad42e8723] | committer: Michael Niedermayer png: split header state and data state in two separate variables. Fixes a reported (but false) race condition in tsan for fate-apng: WA

[FFmpeg-cvslog] pthread_frame: call update_context_from_user() after acquiring lock.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 09:48:53 2017 -0400| [b51217381dd748fd831ba9403cdcdc8277bd63d5] | committer: Michael Niedermayer pthread_frame: call update_context_from_user() after acquiring lock. Otherwise the thread may still be in the middle of decoding a previ

[FFmpeg-cvslog] h264: don't sync pic_id between threads.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Mon Apr 3 09:25:15 2017 -0400| [e9fc7a90ba21f2fb2953f24375db2b81e891a6f2] | committer: Michael Niedermayer h264: don't sync pic_id between threads. This is how the ref list manager links bitstream IDs to H264Picture/Ref objects, and is local t

[FFmpeg-cvslog] h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt.

2017-04-12 Thread Ronald S . Bultje
ffmpeg | branch: release/3.3 | Ronald S. Bultje | Thu Apr 6 11:47:03 2017 -0400| [414d11fff6453b3d3af75734292f8d16edeba940] | committer: Michael Niedermayer h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt. I'm hoping that this will address the remaining tsan fate-h264 issues:

[FFmpeg-cvslog] avformat/movenc: auto insert vp9_superframe bsf when needed

2017-04-12 Thread James Almer
ffmpeg | branch: release/3.3 | James Almer | Mon Apr 10 01:32:18 2017 -0300| [1830b0a6c7dc00874caa5a121296840241a678eb] | committer: James Almer avformat/movenc: auto insert vp9_superframe bsf when needed Experimental VP9 support was added to the muxer recently. Reviewed-by: Ronald S. Bultje

[FFmpeg-cvslog] avcodec/aacenc_ltp: fix use of uninitialized values

2017-04-12 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 12 19:38:17 2017 -0300| [8cd8c8331730fbaac5066bfd66e15b39a85ce537] | committer: James Almer avcodec/aacenc_ltp: fix use of uninitialized values Fixes some valgrind warnings. Reviewed-by: Rostislav Pehlivanov Signed-off-by: James Almer > http:/

[FFmpeg-cvslog] avformat/movenc: Fix potential leak of sgpd_entries array.

2017-04-12 Thread Matthew Gregan
ffmpeg | branch: master | Matthew Gregan | Wed Apr 12 14:12:17 2017 +1200| [b905ba5bc18c89c7fccd862179575562ef19] | committer: Michael Niedermayer avformat/movenc: Fix potential leak of sgpd_entries array. Signed-off-by: Matthew Gregan Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16.

2017-04-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Apr 4 12:24:41 2017 +0200| [c1616b454dc0c1fd391140e5dec1da0c3228b1e1] | committer: Carl Eugen Hoyos lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1616b454dc0c1f

[FFmpeg-cvslog] lavf/isom: Remove codec point for WMAv2 that has never worked.

2017-04-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Mar 28 23:55:01 2017 +0200| [d89ac691c9cf9b5bc0912c5e2c8ba7747e23cf5e] | committer: Carl Eugen Hoyos lavf/isom: Remove codec point for WMAv2 that has never worked. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d89ac691c9cf9b5bc0912

[FFmpeg-cvslog] configure: Fix decklink license dependency.

2017-04-12 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.3 | Carl Eugen Hoyos | Wed Apr 12 22:49:06 2017 +0200| [0ed4f26cf20ab865826c23d63dc1510e71bdc7f4] | committer: Carl Eugen Hoyos configure: Fix decklink license dependency. (cherry picked from commit a081acc44082e4124a11747139b9a329fe01736e) > http://git.videolan.org/

[FFmpeg-cvslog] configure: Fix decklink license dependency.

2017-04-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Apr 12 22:49:06 2017 +0200| [a081acc44082e4124a11747139b9a329fe01736e] | committer: Carl Eugen Hoyos configure: Fix decklink license dependency. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a081acc44082e4124a11747139b9a329fe01736e

[FFmpeg-cvslog] ffprobe: only use custom logging callback if -show_log is set

2017-04-12 Thread Marton Balint
ffmpeg | branch: release/3.3 | Marton Balint | Wed Apr 5 20:17:48 2017 +0200| [69e35db80d0f066aff401390afbf114a027d7817] | committer: Marton Balint ffprobe: only use custom logging callback if -show_log is set The custom callback can cause significant CPU usage on Windows for some large files

[FFmpeg-cvslog] tests/fate/filter-video: fix framerate filter tests

2017-04-12 Thread Marton Balint
ffmpeg | branch: release/3.3 | Marton Balint | Sat Apr 8 14:55:51 2017 +0200| [af43c7092cf2da189c912220f19b132d62a9699f] | committer: Marton Balint tests/fate/filter-video: fix framerate filter tests Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af

[FFmpeg-cvslog] avfilter/vf_framerate: always request input if no output is provided in request_frame

2017-04-12 Thread Marton Balint
ffmpeg | branch: release/3.3 | Marton Balint | Wed Apr 5 01:41:15 2017 +0200| [ecdf52745f8d1fc1f3b06b527c47f0ceb565610b] | committer: Marton Balint avfilter/vf_framerate: always request input if no output is provided in request_frame Fixes ticket #6285. Signed-off-by: Marton Balint > http

[FFmpeg-cvslog] ffprobe: only use custom logging callback if -show_log is set

2017-04-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Apr 5 20:17:48 2017 +0200| [1f9419753667beb6298d8d8b683211680abb4fe6] | committer: Marton Balint ffprobe: only use custom logging callback if -show_log is set The custom callback can cause significant CPU usage on Windows for some large files with

[FFmpeg-cvslog] tests/fate/filter-video: fix framerate filter tests

2017-04-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Apr 8 14:55:51 2017 +0200| [c92abd0c0e4db19530912ae170258798fdb14ddc] | committer: Marton Balint tests/fate/filter-video: fix framerate filter tests Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c92abd0

[FFmpeg-cvslog] avfilter/vf_framerate: always request input if no output is provided in request_frame

2017-04-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Apr 5 01:41:15 2017 +0200| [51948b9d9e97e9065296db1d04885c1b45a1b250] | committer: Marton Balint avfilter/vf_framerate: always request input if no output is provided in request_frame Fixes ticket #6285. Signed-off-by: Marton Balint > http://gi