[FFmpeg-cvslog] avcodec/av1dec: call ff_cbs_flush() on decoder flush

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 24 18:54:14 2020 -0300| [aa5e49e46d3aa22cc805c85a982afac1405aede5] | committer: James Almer avcodec/av1dec: call ff_cbs_flush() on decoder flush Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/av1dec: parse dimensions from the sequence header in extradata

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 25 11:20:41 2020 -0300| [ea4b10249d1a9211fb050961d99aeb1725f4f783] | committer: James Almer avcodec/av1dec: parse dimensions from the sequence header in extradata Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacks

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 24 18:19:05 2020 -0300| [0c842533532aae9864db5527f6c321ff450f11a0] | committer: James Almer avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacks Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs: add a flush callback to CodedBitstreamType

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 24 17:57:42 2020 -0300| [515b6419ca51f036a2d6dd42841a4be07147f865] | committer: James Almer avcodec/cbs: add a flush callback to CodedBitstreamType Used to reset the codec's private internal state. Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/av1dec: fix check for active sequence header

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 25 11:05:30 2020 -0300| [3392c1b05ea1a0b9a77bfb8075350af261cb0ab4] | committer: James Almer avcodec/av1dec: fix check for active sequence header We clear the AV1RawSequenceHeader pointer on flush, not the relevant AVBufferRef. Signed-off-by:

[FFmpeg-cvslog] avcodec/cbs_vp9: implement a CodedBitstreamType.flush() callback

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 25 00:04:15 2020 -0300| [421906dddb631420fe82c6248f14100bae19b8b8] | committer: James Almer avcodec/cbs_vp9: implement a CodedBitstreamType.flush() callback Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs_av1: implement a CodedBitstreamType.flush() callback

2020-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 24 18:06:35 2020 -0300| [dfd184eed549d7cd8e9095f18a7da8e5b050db2c] | committer: James Almer avcodec/cbs_av1: implement a CodedBitstreamType.flush() callback Signed-off-by: James Almer >

[FFmpeg-cvslog] avfilter/vf_v360: stop using floats variables in xyz_to_octahedron

2020-09-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 30 00:05:02 2020 +0200| [23d075416544f55a605b1818a8491c818312a62d] | committer: Paul B Mahol avfilter/vf_v360: stop using floats variables in xyz_to_octahedron Use proper integer variables. >

[FFmpeg-cvslog] avcodec/cuviddec: handle arbitrarily sized extradata

2020-09-29 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Sep 29 23:19:23 2020 +0200| [a96743a05c544d0fc0a41f301eaf3a2a839b61ba] | committer: Timo Rothenpieler avcodec/cuviddec: handle arbitrarily sized extradata >

[FFmpeg-cvslog] avcodec/utils: Only call codec->close if init has been called

2020-09-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 24 23:05:29 2020 +0200| [5bc74d06dad35d00b5925b1c76208aeaf40a2dbb] | committer: Andreas Rheinhardt avcodec/utils: Only call codec->close if init has been called avcodec_open2() also called the AVCodec's close function if an error happened

[FFmpeg-cvslog] Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"

2020-09-29 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Sep 29 17:01:22 2020 +0100| [4fceb2634e7a81e40c49df6478d924558bdc607c] | committer: Mark Thompson Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE" This reverts commit 5bbf58ab876279ca1a5a2f30563f271c99b93e62. The setparams filters

[FFmpeg-cvslog] avfilter/vf_v360: split maps into slices

2020-09-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 29 10:48:54 2020 +0200| [86b29c0cd0d0e82179f655c1385afd1013e00eca] | committer: Paul B Mahol avfilter/vf_v360: split maps into slices > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86b29c0cd0d0e82179f655c1385afd1013e00eca ---

[FFmpeg-cvslog] avfilter/vf_v360: simplify input flipping

2020-09-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 29 14:16:32 2020 +0200| [12585c87e63302c59f5a1f5c30181695ef9aea6e] | committer: Paul B Mahol avfilter/vf_v360: simplify input flipping > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12585c87e63302c59f5a1f5c30181695ef9aea6e ---

[FFmpeg-cvslog] dnn/native: add native support for dense

2020-09-29 Thread Mingyu Yin
ffmpeg | branch: master | Mingyu Yin | Tue Sep 22 15:11:09 2020 +0800| [ad2546e3b33eabed7d1b1f5e804181e819b7] | committer: Guo, Yejun dnn/native: add native support for dense Signed-off-by: Mingyu Yin >