[FFmpeg-cvslog] avfilter/af_anlmdn: add output mode option

2019-03-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 1 16:38:59 2019 +0100| [007c13e51e737ceb7bc05f2e5eef4ef1e1aded7b] | committer: Paul B Mahol avfilter/af_anlmdn: add output mode option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=007c13e51e737ceb7bc05f2e5eef4ef1e1aded7b --- doc

[FFmpeg-cvslog] avformat/utils: be even more strict about stream specifiers

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 18:47:59 2019 +0100| [d4ae28e4942bfc6485ed84e330d88580394c7d35] | committer: Marton Balint avformat/utils: be even more strict about stream specifiers After this change we always parse the full specifier even if we know the result in the mid

[FFmpeg-cvslog] avcodec/get_bits: use unsigned integers in show_bits and get_bits

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 17 00:48:13 2019 +0100| [902e9334aabbb0bda23b718683c6676c4e6d07af] | committer: Marton Balint avcodec/get_bits: use unsigned integers in show_bits and get_bits The return value is also unsigned. Signed-off-by: Marton Balint > http://git.vide

[FFmpeg-cvslog] avformat/mpegtsenc: factorize writing registration_descriptor

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 23 00:09:12 2019 +0100| [fe36dcbff20e5a6eae8abbc0dd1a3a68df640ea6] | committer: Marton Balint avformat/mpegtsenc: factorize writing registration_descriptor Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/utils: fix indentation

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 18:56:56 2019 +0100| [57580e2ab68d94e70c0cfd7c3b48eb0d6d0a02d0] | committer: Marton Balint avformat/utils: fix indentation Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57580e2ab68d94e70c0cfd7c3b4

[FFmpeg-cvslog] avformat/utils: be more strict about stream specifiers

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 18:10:13 2019 +0100| [24e0e149ada6bd6287c4454fe5fd7ef3480b5d83] | committer: Marton Balint avformat/utils: be more strict about stream specifiers This reworks the code to be more strict about accepting stream specifiers. From now on we stric

[FFmpeg-cvslog] avformat/mpegtsenc: write format_identifier HEVC for HEVC streams

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 23 00:10:30 2019 +0100| [837f2c97984a259f8fef8be13569f937fa3513f1] | committer: Marton Balint avformat/mpegtsenc: write format_identifier HEVC for HEVC streams This improves compatibility with some consumer (LG WebOS) TVs which apparently searc

[FFmpeg-cvslog] avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt->size > 0

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Feb 14 22:36:46 2019 +0100| [9f8854cb5ad98e1b6456099e38c06d5eba3431ca] | committer: Marton Balint avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt->size > 0 This should fix the following Coverity false positives: Cover

[FFmpeg-cvslog] avcodec/get_bits: add assertion to limit ouptut value of get_bits

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 17 00:21:09 2019 +0100| [694d9d53685333771823285457bdd1ef1480eafc] | committer: Marton Balint avcodec/get_bits: add assertion to limit ouptut value of get_bits Should fix the following Coverity false positives: Coverity CID #1415651. Coverity

[FFmpeg-cvslog] tools/target_dec_fate.sh: Add support for lines that are comments

2019-03-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 21 22:12:10 2019 +0100| [b7140a4db574d9669d955aba5283f2a5c7ec23f2] | committer: Michael Niedermayer tools/target_dec_fate.sh: Add support for lines that are comments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] tools/target_dec_fate.list: Add testcases for #2000 to #4000

2019-03-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 21 23:00:08 2019 +0100| [3b23eb283a32af5d8b19b7621e31cc40521a2a41] | committer: Michael Niedermayer tools/target_dec_fate.list: Add testcases for #2000 to #4000 Testcases which return 403 currently are commented out Signed-off-by: Michae

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()

2019-03-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 19 00:05:51 2019 +0100| [4801eea0d465cd54670e7c19322705544e3e7524] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() Fixes: runtime error: signed integer overflow: 2147483598 + 128 cannot be