[FFmpeg-cvslog] avcodec/agm: Fix off by 1 error in decode_inter_plane()

2020-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 10 18:52:48 2020 +0200| [6d71a25cc460960c49997d52c1d1f1c39ccc38b4] | committer: Michael Niedermayer avcodec/agm: Fix off by 1 error in decode_inter_plane() Fixes: Regression since 1f2096945709a32315da740691b5716da55893c3 Found-by: Paul B

[FFmpeg-cvslog] avcodec/fastaudio: Remove redundant % 32

2020-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 8 22:50:51 2020 +0200| [64917ea6cff4022c2b3e08b58b0e4795614aa8cf] | committer: Michael Niedermayer avcodec/fastaudio: Remove redundant % 32 Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] configure: Fix msa can't be disabled when '--cpu=loongson3a' assigned.

2020-09-10 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Thu Sep 3 14:29:52 2020 +0800| [5a844b638ac081e763709c38174596d3e02d6ece] | committer: Michael Niedermayer configure: Fix msa can't be disabled when '--cpu=loongson3a' assigned. There are compiler and runtime check for MSA and MMI. Remove the redundant s

[FFmpeg-cvslog] avcodec/mips: [loongson] Fixed mmi optimization

2020-09-10 Thread gxw
ffmpeg | branch: master | gxw | Thu Sep 3 14:29:51 2020 +0800| [a4f7b09536c1d4b643992c03fa7105d2229da28e] | committer: Michael Niedermayer avcodec/mips: [loongson] Fixed mmi optimization Test case fate-checkasm-h264pred failed in latest community code. This patch fixed the bug. Signed-off-by

[FFmpeg-cvslog] avfilter/src_movie: Remove unnecessary secondary AVPacket

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 10 02:21:59 2020 +0200| [41e0058b48fc192aaa7b97a58636f4784b93b6fd] | committer: Andreas Rheinhardt avfilter/src_movie: Remove unnecessary secondary AVPacket The movie and amovie filters currently use two packets. One of the two, pkt0, is t

[FFmpeg-cvslog] avfilter/src_movie: Fix leak of packet upon error

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 10 03:14:39 2020 +0200| [d91756c1b5fa70095e55d34ded6d6085bfd56bd4] | committer: Andreas Rheinhardt avfilter/src_movie: Fix leak of packet upon error If allocating the AVFrame to contain a decoded frame fails, the AVPacket containing the da

[FFmpeg-cvslog] avfilter/src_movie: Remove unneeded resetting of AVPacket

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 10 02:13:51 2020 +0200| [c97d91ecaeb40eefde3909143f36d323b7498e40] | committer: Andreas Rheinhardt avfilter/src_movie: Remove unneeded resetting of AVPacket av_read_frame() already returns clean packets on error. Reviewed-by: Nicolas Geor

[FFmpeg-cvslog] avformat/brstm: clip timestamp when seeking into acceptable range

2020-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 10 17:23:41 2020 +0200| [f4b84d89d1cf17835a1ed2d2b8a0cfa08b810fe9] | committer: Paul B Mahol avformat/brstm: clip timestamp when seeking into acceptable range > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4b84d89d1cf17835a1ed2d2b8a

[FFmpeg-cvslog] avformat/mca: clip timestamp when seeking into acceptable range

2020-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 10 17:20:19 2020 +0200| [38be47017baff232d17a2964c8d82d55de5203d2] | committer: Paul B Mahol avformat/mca: clip timestamp when seeking into acceptable range > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38be47017baff232d17a2964c8d82

[FFmpeg-cvslog] avformat: add mca demuxer

2020-09-10 Thread Zixing Liu
ffmpeg | branch: master | Zixing Liu | Thu Sep 3 16:32:37 2020 -0600| [d58f8fd8e6b5a6e837c991a065714854edf8448d] | committer: Paul B Mahol avformat: add mca demuxer Signed-off-by: liushuyu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d58f8fd8e6b5a6e837c991a065714854edf8448d --

[FFmpeg-cvslog] tests: fix warning ISO C90 forbids mixed declarations and code

2020-09-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Aug 26 14:28:46 2020 +0800| [c748bd77dcff385e37bb9aaebdf0314d0929d331] | committer: Limin Wang tests: fix warning ISO C90 forbids mixed declarations and code Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c748b

[FFmpeg-cvslog] libavcodec/options_table: Add missing colorspace options

2020-09-10 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Aug 19 21:31:03 2020 +0100| [811514abb7ef398d30747b1925ad880a841c87e9] | committer: Gyan Doshi libavcodec/options_table: Add missing colorspace options * chroma-derived-nc / chroma-derived-c and ictcp Signed-off-by: Harry Mallon Signed-off-by: Gya

[FFmpeg-cvslog] avformat/segment: Don't overwrite AVCodecParameters after init

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 6 13:24:03 2020 +0200| [92c8b79b5acc06ec608b4c5a2b1ff428dfa1a810] | committer: Andreas Rheinhardt avformat/segment: Don't overwrite AVCodecParameters after init The segment muxer copies the user-provided AVCodecParameters to the newly cre

[FFmpeg-cvslog] avformat/segment: Fix leak of string on error

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 5 21:22:21 2020 +0200| [3152a2a218578ad3c024dcd7d4ced06b396d30e1] | committer: Andreas Rheinhardt avformat/segment: Fix leak of string on error A string containing the segment's filename that the segment muxer allocates got only freed in

[FFmpeg-cvslog] avformat/segment: Fix leak and invalid free of AVIOContext

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 6 00:29:33 2020 +0200| [30de02998df3b253dce68904cfdd50cdfe6fb3ed] | committer: Andreas Rheinhardt avformat/segment: Fix leak and invalid free of AVIOContext seg_init() and seg_write_header() currently contain a few error paths in which an

[FFmpeg-cvslog] avformat/segment: Fix segfault when error happens and segment list is output

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 5 18:12:27 2020 +0200| [936d967871562e36e307126b59e4e6bbb3a3bab7] | committer: Andreas Rheinhardt avformat/segment: Fix segfault when error happens and segment list is output The segment muxer has an option to output a file containing a l

[FFmpeg-cvslog] avformat/segment: Fix leak of duration/framenumber lists upon error

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 5 19:36:31 2020 +0200| [4b836c86132feb67ca10e38394dd67bcd19a] | committer: Andreas Rheinhardt avformat/segment: Fix leak of duration/framenumber lists upon error The code to free them is not in the segment muxer's deinit function, but

[FFmpeg-cvslog] avformat/segment: Fix segfault on allocation error, avoid allocation

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 6 12:34:58 2020 +0200| [06f99cc4ddbb16f8fd9ae3d72835d542be3dbab2] | committer: Andreas Rheinhardt avformat/segment: Fix segfault on allocation error, avoid allocation If the user has set none of the options specifying the segments' durati

[FFmpeg-cvslog] avformat/segment: Avoid duplicating string when parsing frames list

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 6 12:07:39 2020 +0200| [3c9382ba265c5eeb79879a13309a8a947cd53d24] | committer: Andreas Rheinhardt avformat/segment: Avoid duplicating string when parsing frames list Reviewed-by: Ridley Combs Signed-off-by: Andreas Rheinhardt > http://

[FFmpeg-cvslog] avformat/segment: Remove redundant code for freeing in write_trailer

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 5 23:45:22 2020 +0200| [5db09e8930e7914ab3169d26502cb989ec0adc90] | committer: Andreas Rheinhardt avformat/segment: Remove redundant code for freeing in write_trailer This code mostly duplicates code in the deinit function; the only excep

[FFmpeg-cvslog] avformat/segment: Fix error messages

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 6 11:24:22 2020 +0200| [1d090dfa911914933a852106234a3ecbfa1dc9ba] | committer: Andreas Rheinhardt avformat/segment: Fix error messages Reviewed-by: Ridley Combs Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avformat/segment: Free SegmentListEntries in deinit, not write_trailer

2020-09-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 5 23:36:03 2020 +0200| [848f96a2a6f1f60c8e0539a421d08ce8b4f24139] | committer: Andreas Rheinhardt avformat/segment: Free SegmentListEntries in deinit, not write_trailer This fixes leaks when the trailer is never written. Reviewed-by: Rid

[FFmpeg-cvslog] avfilter/vf_premultiply: add support for gbrapf32 format

2020-09-10 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Wed Sep 9 20:36:08 2020 -0700| [6d2528f28dc2cd967101a0aaf9155f69d5da5a4b] | committer: Paul B Mahol avfilter/vf_premultiply: add support for gbrapf32 format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d2528f28dc2cd967101a0aaf9155f69d5da5a4

[FFmpeg-cvslog] avfilter/avfilter: remove obsolete comment

2020-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 9 19:42:40 2020 +0200| [84327e46075d5025877d84f328a5455aab00b629] | committer: Paul B Mahol avfilter/avfilter: remove obsolete comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84327e46075d5025877d84f328a5455aab00b629 --- lib