[FFmpeg-cvslog] aacenc: use the PCE comment field for encoder ID

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Nov 9 04:30:07 2017 +| [7b7775a604fb406e3c16c29796dda7366e1c4ca8] | committer: Rostislav Pehlivanov aacenc: use the PCE comment field for encoder ID Also handle extradata of variable size (for bitexact/if PCEs

[FFmpeg-cvslog] aacenc: support extended channel layouts using PCEs

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 3 19:53:11 2016 +0100| [fbf295e2bd4d48d7a0a094ed5afce2fa5b6cf35a] | committer: Rostislav Pehlivanov aacenc: support extended channel layouts using PCEs This commit implements support for PCE (Program Configuration

[FFmpeg-cvslog] pngdec: expose gAMA and cHRM chunks as side/meta data

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Sep 25 20:28:08 2017 +0100| [0a771e6b32429f9195d431415bf707c28ef31fff] | committer: Rostislav Pehlivanov pngdec: expose gAMA and cHRM chunks as side/meta data Signed-off-by: Rostislav Pehlivanov >

[FFmpeg-cvslog] pngdec: check for bprint finalization sucess on icc data parsing

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Nov 9 02:34:54 2017 +| [723b6baaf8db43d0872bad504c4f4c780b53516b] | committer: Rostislav Pehlivanov pngdec: check for bprint finalization sucess on icc data parsing It can fail in case of OOM. Signed-off-by:

[FFmpeg-cvslog] vc2enc_dwt: pad the temporary buffer by the slice size

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.1 | Rostislav Pehlivanov | Wed Nov 8 23:50:04 2017 +| [7cce800930556e691e23a092a442102bb68e0f6f] | committer: Rostislav Pehlivanov vc2enc_dwt: pad the temporary buffer by the slice size Since non-Haar wavelets need to look into pixels

[FFmpeg-cvslog] vc2enc_dwt: pad the temporary buffer by the slice size

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.2 | Rostislav Pehlivanov | Wed Nov 8 23:50:04 2017 +| [519a54cc195b92fe6ba71fd156e31e944d862d7e] | committer: Rostislav Pehlivanov vc2enc_dwt: pad the temporary buffer by the slice size Since non-Haar wavelets need to look into pixels

[FFmpeg-cvslog] vc2enc_dwt: pad the temporary buffer by the slice size

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.3 | Rostislav Pehlivanov | Wed Nov 8 23:50:04 2017 +| [a7aac19933a91e22d77b0b4dd4ecd61edf52d43f] | committer: Rostislav Pehlivanov vc2enc_dwt: pad the temporary buffer by the slice size Since non-Haar wavelets need to look into pixels

[FFmpeg-cvslog] vc2enc_dwt: pad the temporary buffer by the slice size

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.4 | Rostislav Pehlivanov | Wed Nov 8 23:50:04 2017 +| [a94cb36ab2ad99d3a1331c9f91831ef593d94f74] | committer: Rostislav Pehlivanov vc2enc_dwt: pad the temporary buffer by the slice size Since non-Haar wavelets need to look into pixels

[FFmpeg-cvslog] vc2enc_dwt: pad the temporary buffer by the slice size

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.0 | Rostislav Pehlivanov | Wed Nov 8 23:50:04 2017 +| [94e538aebbc9f9c529e8b1f2eda860cfb8c473b1] | committer: Rostislav Pehlivanov vc2enc_dwt: pad the temporary buffer by the slice size Since non-Haar wavelets need to look into pixels

[FFmpeg-cvslog] vc2enc_dwt: pad the temporary buffer by the slice size

2017-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Nov 8 23:50:04 2017 +| [3228ac730c11eca49d5680d5550128e397061c85] | committer: Rostislav Pehlivanov vc2enc_dwt: pad the temporary buffer by the slice size Since non-Haar wavelets need to look into pixels outside

[FFmpeg-cvslog] configure: add missing avutil deps for hwcontext modules

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 19:32:09 2017 -0300| [69218b41980883a7e75656f3058171939f5729ef] | committer: James Almer configure: add missing avutil deps for hwcontext modules Fixes ticket #6812 Signed-off-by: James Almer >

[FFmpeg-cvslog] lavfi/scale2ref: Set output frame rate to main input frame rate.

2017-11-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Nov 8 09:15:29 2017 +0100| [da99b3f0c90a47210cb802a15366babad22f2c70] | committer: Carl Eugen Hoyos lavfi/scale2ref: Set output frame rate to main input frame rate. Fixes ticket #6817. >

[FFmpeg-cvslog] avformat/ty: fix format specifiers in debug log messages

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 17:01:44 2017 -0300| [349e9a878767fe755de5fe256fd55a7de22cb937] | committer: James Almer avformat/ty: fix format specifiers in debug log messages Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/mips: Improve hevc bi wgt 4 tap hv mc msa functions

2017-11-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Nov 6 11:50:57 2017 +0530| [4878854eefe6d7f4f18fe3b1909f4e9571e18b48] | committer: Michael Niedermayer avcodec/mips: Improve hevc bi wgt 4 tap hv mc msa functions Use global mask buffer for appropriate mask load. Use

[FFmpeg-cvslog] avcodec/mips: Improve hevc uni 4 tap hv mc msa functions

2017-11-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Nov 6 16:38:51 2017 +0530| [350721e9fd6bdec5e9bf024315b64ce29de45bf7] | committer: Michael Niedermayer avcodec/mips: Improve hevc uni 4 tap hv mc msa functions Use global mask buffer for appropriate mask load. Remove

[FFmpeg-cvslog] avcodec/mips: Improve hevc non-uni hv mc msa functions

2017-11-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Nov 6 18:24:53 2017 +0530| [372a4dda3356f4e9954c22950fe0463b9aa6b6b2] | committer: Michael Niedermayer avcodec/mips: Improve hevc non-uni hv mc msa functions Use mask buffer. Signed-off-by: Kaustubh Raste

[FFmpeg-cvslog] avcodec/mips: Improve hevc uni weighted 4 tap vt mc msa functions

2017-11-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Nov 6 16:46:44 2017 +0530| [4fba8728e82ff1b7cd1c5d77eb72c33cb8fb8fb8] | committer: Michael Niedermayer avcodec/mips: Improve hevc uni weighted 4 tap vt mc msa functions Use global mask buffer for appropriate mask load.

[FFmpeg-cvslog] avcodec/qsvenc_jpeg: fix copyright header

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 14:58:36 2017 -0300| [9d3eb75cf637e6f2a664ad3ab67c4f785226f62e] | committer: James Almer avcodec/qsvenc_jpeg: fix copyright header Fixes fate-source after 1926f13a206bfbd99abf536e7424e2b321f2e2ad. Signed-off-by: James Almer

[FFmpeg-cvslog] checkasm/llviddsp: fix warnings about mixed declaration and code

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 14:53:27 2017 -0300| [4cfb46f94f1d1dd0bb599cf2ddc3e7920bb4bf82] | committer: James Almer checkasm/llviddsp: fix warnings about mixed declaration and code Signed-off-by: James Almer >

[FFmpeg-cvslog] h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction

2017-11-08 Thread Yogender Kumar Gupta
ffmpeg | branch: master | Yogender Kumar Gupta | Thu Jun 15 18:56:13 2017 -0400| [79c6477c2abd8cfa41eef0c4ac39779dd8a9ec8e] | committer: Anton Khirnov h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction CC: libav-sta...@libav.org Signed-off-by:

[FFmpeg-cvslog] Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 14:15:16 2017 -0300| [bc987cf91dd9975b0949bb5f91b9f266ca53e0ff] | committer: James Almer Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4' * commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4': h264dec: track the last

[FFmpeg-cvslog] Merge commit '70946e605924e2108c39f96faa369c220177f301'

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 14:25:31 2017 -0300| [d49ca877d0e4cd953a28be41f3df8724f0179918] | committer: James Almer Merge commit '70946e605924e2108c39f96faa369c220177f301' * commit '70946e605924e2108c39f96faa369c220177f301': h264dec: Fix mix of

[FFmpeg-cvslog] h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-11-08 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov | Thu Jun 15 18:56:14 2017 -0400| [18d3f36d3c4d0f2c3e702f970ff8b457d7d5e39c] | committer: Anton Khirnov h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Keep old behavior for old

[FFmpeg-cvslog] h264dec: Fix mix of lossless and lossy MBs decoding

2017-11-08 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov | Thu Jun 15 18:56:16 2017 -0400| [70946e605924e2108c39f96faa369c220177f301] | committer: Anton Khirnov h264dec: Fix mix of lossless and lossy MBs decoding CC: libav-sta...@libav.org Signed-off-by: Anton Khirnov

[FFmpeg-cvslog] h264dec: track the last seen value of x264_build

2017-11-08 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jul 22 14:52:27 2017 +0200| [45c4bf3df03ef53ae61fa1473424d4ae024f22e4] | committer: Anton Khirnov h264dec: track the last seen value of x264_build Do not use the one in the SEI directly as that is reset at certain points.

[FFmpeg-cvslog] imgutils: add function to clear an image to black

2017-11-08 Thread wm4
ffmpeg | branch: master | wm4 | Sat Jul 22 23:05:14 2017 +0200| [45df7adc1d9b7e8fbae5af9328baa6ab3562002b] | committer: Anton Khirnov imgutils: add function to clear an image to black Black isn't always just memset(ptr, 0, size). Limited YUV in particular requires

[FFmpeg-cvslog] Merge commit '45df7adc1d9b7e8fbae5af9328baa6ab3562002b'

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 13:53:26 2017 -0300| [5fd6fa0ca7f32d800a6044d28fb33a88e8de7283] | committer: James Almer Merge commit '45df7adc1d9b7e8fbae5af9328baa6ab3562002b' * commit '45df7adc1d9b7e8fbae5af9328baa6ab3562002b': imgutils: add function

[FFmpeg-cvslog] rmdec: add missing brackets to compound statement

2017-11-08 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern | Tue Jul 25 18:04:32 2017 -0400| [80e919b17435da18c0f2be6403a0315cf4b40a1a] | committer: Sean McGovern rmdec: add missing brackets to compound statement Accidentally left out of 95ce02b35d3d1bb16111031df1d82a6e4d894d36. >

[FFmpeg-cvslog] lavc, lavu: move frame cropping to a convenience function

2017-11-08 Thread wm4
ffmpeg | branch: master | wm4 | Sat Jul 22 23:05:13 2017 +0200| [47399ccdfd93d337c96c76fbf591f0e3637131ef] | committer: Anton Khirnov lavc, lavu: move frame cropping to a convenience function Signed-off-by: Anton Khirnov >

[FFmpeg-cvslog] Merge commit '550cb6a85d0f7211289f7a789527d48cb29460ff'

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 13:47:42 2017 -0300| [975db5dcc2edd6e374eee7050f67ad529c69ddde] | committer: James Almer Merge commit '550cb6a85d0f7211289f7a789527d48cb29460ff' * commit '550cb6a85d0f7211289f7a789527d48cb29460ff': lavf/vf_deinterlace_qsv:

[FFmpeg-cvslog] libavcodec/mjpeg_qsv: Add QSV MJPEG encoder

2017-11-08 Thread Huang , Zhengxu
ffmpeg | branch: master | Huang, Zhengxu | Fri Jul 21 12:12:44 2017 +0800| [2fd6e7d077f590e4d7195356f9baeb271f8b9ae2] | committer: Maxym Dmytrychenko libavcodec/mjpeg_qsv: Add QSV MJPEG encoder usage: -hwaccel qsv -c:v h264_qsv -i in -c:v mjpeg_qsv -global_quality

[FFmpeg-cvslog] lavf/vf_deinterlace_qsv: Enable the qsv deinterlace vpp

2017-11-08 Thread Huang , Zhengxu
ffmpeg | branch: master | Huang, Zhengxu | Thu Jul 20 16:16:44 2017 +0800| [550cb6a85d0f7211289f7a789527d48cb29460ff] | committer: Maxym Dmytrychenko lavf/vf_deinterlace_qsv: Enable the qsv deinterlace vpp The current qsv deinterlace module does not work at all

[FFmpeg-cvslog] lavf: allow avformat_close_input() with NULL

2017-11-08 Thread wm4
ffmpeg | branch: master | wm4 | Sun Jul 16 12:43:09 2017 +0200| [2b1324bd167553f49736e4eaa94f96da9982925e] | committer: Anton Khirnov lavf: allow avformat_close_input() with NULL This is consistent with how other destructors behave. Signed-off-by: Anton Khirnov

[FFmpeg-cvslog] dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Main

2017-11-08 Thread wm4
ffmpeg | branch: master | wm4 | Mon Jul 10 15:59:38 2017 +0200| [9b9285bbf18e3bca87ec4969f661a4b321756cd5] | committer: Anton Khirnov dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Main This mode apparently does not support decoding of HEVC Main (8 bit). With D3D11

[FFmpeg-cvslog] hevc: Make sure to update the current frame transfer characteristic

2017-11-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Jul 20 14:43:53 2017 +0200| [ce1a99d870c05b639512920cd3a1dee3e41d323f] | committer: Vittorio Giovara hevc: Make sure to update the current frame transfer characteristic Otherwise the first decoded frame will still be

[FFmpeg-cvslog] Merge commit '2b1324bd167553f49736e4eaa94f96da9982925e'

2017-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 8 13:39:58 2017 -0300| [51f977c2c4b39d80ed39107a21b1647abce1acca] | committer: James Almer Merge commit '2b1324bd167553f49736e4eaa94f96da9982925e' * commit '2b1324bd167553f49736e4eaa94f96da9982925e': lavf: allow

[FFmpeg-cvslog] caf: add an Opus tag

2017-11-08 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jul 1 10:49:58 2017 +0200| [48a5c35346aeded1c65b8709bbb085fa4e705c91] | committer: Anton Khirnov caf: add an Opus tag CC: libav-sta...@libav.org >

[FFmpeg-cvslog] lavc/dnxhddata: Do not print frame rates with supported profiles.

2017-11-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Oct 31 02:56:31 2017 +0100| [ba79a101a2f938e2d83ccc32aca5df6e27f1d8e6] | committer: Carl Eugen Hoyos lavc/dnxhddata: Do not print frame rates with supported profiles. The list is unmaintained, misleading and the frame rates