[FFmpeg-cvslog] avcodec/wmaprodec: improve XMA missing samples

2018-11-10 Thread bnnm
ffmpeg | branch: master | bnnm | Sat Oct 27 01:49:50 2018 +0200| [27e114b4511b771ccf2c64ab9f4a3d0391ace4ea] | committer: Paul B Mahol avcodec/wmaprodec: improve XMA missing samples Writes missing (delay) samples after EOF. Signed-off-by: bnnm > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avcodec/hevcdec: fix non-ref frame judgement

2018-11-10 Thread Mark Wu
ffmpeg | branch: master | Mark Wu | Tue Oct 23 12:49:08 2018 +0800| [10bc4c3a7df7bb26303067b97311b7eeedfd453e] | committer: James Almer avcodec/hevcdec: fix non-ref frame judgement After inspecting the source code of x265, mpv and ffmpeg, I've found that ffmpeg mistakenly regards EVC_NAL_BLA_N_

[FFmpeg-cvslog] avcodec/hevcdec: fix non-ref frame judgement

2018-11-10 Thread Mark Wu
ffmpeg | branch: release/4.0 | Mark Wu | Tue Oct 23 12:49:08 2018 +0800| [263b3ad407496a539b57f4fe118c051f7fb5a5f0] | committer: James Almer avcodec/hevcdec: fix non-ref frame judgement After inspecting the source code of x265, mpv and ffmpeg, I've found that ffmpeg mistakenly regards EVC_NAL_

[FFmpeg-cvslog] avcodec/hevcdec: fix non-ref frame judgement

2018-11-10 Thread Mark Wu
ffmpeg | branch: release/4.1 | Mark Wu | Tue Oct 23 12:49:08 2018 +0800| [11dff170ef79d26d1de2bcd13b603a6c4c5c9815] | committer: James Almer avcodec/hevcdec: fix non-ref frame judgement After inspecting the source code of x265, mpv and ffmpeg, I've found that ffmpeg mistakenly regards EVC_NAL_

[FFmpeg-cvslog] avfilter/vf_lut3d: add cosine 1D interpolation

2018-11-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 10 21:44:35 2018 +0100| [0bc2326b90a7447b040c74f210a4d0ddb7d458d5] | committer: Paul B Mahol avfilter/vf_lut3d: add cosine 1D interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bc2326b90a7447b040c74f210a4d0ddb7d458d5 ---

[FFmpeg-cvslog] avfilter/vf_lut3d: add spline 1D interpolation

2018-11-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 10 22:06:13 2018 +0100| [c47b48c0a629d65cd15e1d3869fbfbb9ee2ceafc] | committer: Paul B Mahol avfilter/vf_lut3d: add spline 1D interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c47b48c0a629d65cd15e1d3869fbfbb9ee2ceafc ---

[FFmpeg-cvslog] avcodec/imm4: Use ff_set_dimensions()

2018-11-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 9 23:07:23 2018 +0100| [c305e134ce23b46a1164527ade3e1b7e2ecedf5f] | committer: Michael Niedermayer avcodec/imm4: Use ff_set_dimensions() Fixes: Out of memory Fixes: 10970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-569

[FFmpeg-cvslog] h264_redundant_pps: Fix logging context

2018-11-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 9 06:31:38 2018 +0100| [6dafcb6fdb6271d35220b889833561705c2b366f] | committer: Michael Niedermayer h264_redundant_pps: Fix logging context The first element of H264RedundantPPSContext is not a pointer to an AVClass as required. Signed-of

[FFmpeg-cvslog] fftools/ffmpeg: Put the variable declaration at uppper for block.

2018-11-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Nov 9 14:35:30 2018 +0800| [3eccf5be9287c111596c46846f899b8f92381249] | committer: Jun Zhao fftools/ffmpeg: Put the variable declaration at uppper for block. move the variable declaration at start of upper for block and remove the redundant brace. Sign

[FFmpeg-cvslog] fftools/ffmpeg: Remove the micor like "#if 1"

2018-11-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Nov 9 14:11:24 2018 +0800| [81f2a9f136ca76579adb848dd2ff8dde3bd6393f] | committer: Jun Zhao fftools/ffmpeg: Remove the micor like "#if 1" They are come from 2003 and delete them. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] fftools/ffmpeg: Indent the code

2018-11-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Nov 9 20:33:51 2018 +0800| [e24a754916be0f51de9183d2c7eedbe51a185f5b] | committer: Jun Zhao fftools/ffmpeg: Indent the code Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e24a754916be0f51de9183d2c7eedbe51a185f5b --