[FFmpeg-cvslog] lavfi: add helper functions and macros for activate.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 31 17:05:04 2017 +0200| [76613618d978f9dbee0f391a85a732f77fac75cd] | committer: Nicolas George lavfi: add helper functions and macros for activate. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76613618d978f9dbee0f391a85a732f77fa

[FFmpeg-cvslog] lavfi/af_agate: use helper macros.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 31 16:53:35 2017 +0200| [567d318b1cc11c7733dfe2f43a4bfe16c001865c] | committer: Nicolas George lavfi/af_agate: use helper macros. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=567d318b1cc11c7733dfe2f43a4bfe16c001865c --- libavf

[FFmpeg-cvslog] lavfi: rename framesync2 to framesync.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 31 19:47:37 2017 +0200| [5f5dcf44e3c40da8c2334b9d2e62f30739d644c0] | committer: Nicolas George lavfi: rename framesync2 to framesync. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f5dcf44e3c40da8c2334b9d2e62f30739d644c0 --- li

[FFmpeg-cvslog] doc: update filter_design.txt.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 31 17:05:31 2017 +0200| [064c9d45ff10fec5d735c4212881e93a0fd4] | committer: Nicolas George doc: update filter_design.txt. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=064c9d45ff10fec5d735c4212881e93a0fd4 --- doc/filter

[FFmpeg-cvslog] lavfi: remove framesync.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 31 17:42:57 2017 +0200| [1b8e061cc574d7d5ce7def14c5648eaef07d9187] | committer: Nicolas George lavfi: remove framesync. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b8e061cc574d7d5ce7def14c5648eaef07d9187 --- libavfilter/fram

[FFmpeg-cvslog] lavfi/af_sidechaincompress: use helper macros.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 31 17:40:26 2017 +0200| [61b0b03f3fdc7553bd17325ad8932223a83ea816] | committer: Nicolas George lavfi/af_sidechaincompress: use helper macros. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61b0b03f3fdc7553bd17325ad8932223a83ea816

[FFmpeg-cvslog] lavfi/framesync: reword repeatlast option help.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Sep 12 11:14:25 2017 +0200| [9bad5e53191092ee17c0a95c597cccd527594d10] | committer: Nicolas George lavfi/framesync: reword repeatlast option help. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bad5e53191092ee17c0a95c597cccd527594d10

[FFmpeg-cvslog] lavfi/framesync: remove dead code.

2017-09-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Sep 12 11:23:39 2017 +0200| [549ef6ef9a8168281640b9cd0240abe071cbbda3] | committer: Nicolas George lavfi/framesync: remove dead code. Fix CID 1416960. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=549ef6ef9a8168281640b9cd0240abe071c

[FFmpeg-cvslog] frame_thread_encoder: make 'exit' member atomic.

2017-09-12 Thread Ronald S . Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Sep 11 09:58:47 2017 -0400| [183216b21870f21c86c904a7530d53682d7db46d] | committer: Ronald S. Bultje frame_thread_encoder: make 'exit' member atomic. Should fix the following tsan warning: WARNING: ThreadSanitizer: data race (pid=19806) Read

[FFmpeg-cvslog] avformat/mxfenc: Replace more literal magic numbers by enum values.

2017-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 10 22:10:43 2017 +0200| [4c88087f934b24caa1dc3a333501223438eb462a] | committer: Michael Niedermayer avformat/mxfenc: Replace more literal magic numbers by enum values. This also moves the enum table up as it is needed earlier Signed-off-

[FFmpeg-cvslog] avformat/mxfenc: Comment edit rate write code like the surrounding code

2017-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 10 22:10:44 2017 +0200| [4c33ec004fd879ccc7e927bd50604aa3fadf7e43] | committer: Michael Niedermayer avformat/mxfenc: Comment edit rate write code like the surrounding code Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] avformat/mxfenc: Correct the Sample rate for PCM outside D10

2017-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 10 22:10:45 2017 +0200| [de03eb622d30f7e23e0b9c76e581ad8fd788dfb3] | committer: Michael Niedermayer avformat/mxfenc: Correct the Sample rate for PCM outside D10 Based on mail from IRT Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avfilter/af_dcshift: do not leak out frame

2017-09-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 12 20:26:44 2017 +0200| [04b9010f7f546dbe82e301fcb7fd3ea157d49155] | committer: Paul B Mahol avfilter/af_dcshift: do not leak out frame Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04b9010f7f546dbe82e3

[FFmpeg-cvslog] vp9: fix explicit memory order for report_progress.

2017-09-12 Thread Ronald S . Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Sep 12 15:02:20 2017 -0400| [1db03e952b4ee998f2a19c037f60d17dc90e8f6c] | committer: Ronald S. Bultje vp9: fix explicit memory order for report_progress. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1db03e952b4ee998f2a19c037f60d17d

[FFmpeg-cvslog] h264_sei: Add namespace prefix to all SEI values

2017-09-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon May 15 22:42:14 2017 +0100| [6eb102a616364d06a4cc994339b72910b3547e5f] | committer: Mark Thompson h264_sei: Add namespace prefix to all SEI values This avoids confusion with equivalent H.265 SEI values when both are being used at the same time. (c

[FFmpeg-cvslog] avcodec/h264_sei: add namespace prefix to frame packingarrangement enum values

2017-09-12 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Sep 12 19:59:23 2017 -0300| [9669c05baf37025f6fa038dc6b00b45f9c57de90] | committer: James Almer avcodec/h264_sei: add namespace prefix to frame packingarrangement enum values Missed in 6eb102a616364d06a4cc994339b72910b3547e5f. Signed-off-by: James Al

[FFmpeg-cvslog] avformat/fitsenc: fill header line with spaces

2017-09-12 Thread Paras Chadha
ffmpeg | branch: master | Paras Chadha | Sun Sep 3 00:55:22 2017 +0530| [6ce4a635ed19db9003dae36f52d432f2b8988bb7] | committer: James Almer avformat/fitsenc: fill header line with spaces Signed-off-by: Paras Chadha Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/