[FFmpeg-cvslog] lavc/amrwbdec: Do not ignore NO_DATA frames.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Jan 29 22:46:37 2019 +0100| [bef3c14dd1a9a38d996497da7ea416aa372283bf] | committer: Carl Eugen Hoyos lavc/amrwbdec: Do not ignore NO_DATA frames. Fixes the actual output duration of the sample in ticket #7113. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] compat/avisynth: remove avisynth headers

2020-04-04 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Mar 12 19:37:59 2020 -0400| [0c75acb4ce5db623f4c1c2729468e66c3e28ad67] | committer: Marton Balint compat/avisynth: remove avisynth headers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c75acb4ce5db623f4c1c2729468e66c3e28ad67 ---

[FFmpeg-cvslog] avformat/avisynth: switch to AviSynth+ on Linux

2020-04-04 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Mar 12 19:38:00 2020 -0400| [6d8cddd1c67758636843f6a08295b3896c2e9ef8] | committer: Marton Balint avformat/avisynth: switch to AviSynth+ on Linux AviSynth+ now supports non-Windows OSes, making AvxSynth obsolete. Since we no longer support Av

[FFmpeg-cvslog] doc/general: AviSynth+ works on Linux now, AvxSynth is gone.

2020-04-04 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Mar 12 19:38:01 2020 -0400| [6e959ad680288e34eccb4ee2dd205e4ffa495f95] | committer: Marton Balint doc/general: AviSynth+ works on Linux now, AvxSynth is gone. Related to this are the following changes: * Mention the GNUmakefile that AviSynth+

[FFmpeg-cvslog] avformat/avisynth: fix deprecation warning

2020-04-04 Thread Stephen Hutchinson
ffmpeg | branch: master | Stephen Hutchinson | Thu Mar 12 19:38:02 2020 -0400| [56f59246293de417d27ea7e27cb9a7727ee579fb] | committer: Marton Balint avformat/avisynth: fix deprecation warning > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56f59246293de417d27ea7e27cb9a7727ee579fb -

[FFmpeg-cvslog] lavc/aacdec_template: Only warn once about unusual 7.1 encoding.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Mar 27 22:37:23 2020 +0100| [4d9b9c5e4637ac15205467f16fcac92a28e18f18] | committer: Carl Eugen Hoyos lavc/aacdec_template: Only warn once about unusual 7.1 encoding. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d9b9c5e4637ac15205

[FFmpeg-cvslog] configure: Filter -Wl, linker flags out for msvc compilation.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Apr 1 16:57:40 2020 +0200| [84abd1012cca766bf3b82b527880cf4ec2475cda] | committer: Carl Eugen Hoyos configure: Filter -Wl, linker flags out for msvc compilation. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84abd1012cca766bf3b82b

[FFmpeg-cvslog] lavc/sbc: Remove bool usage.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Apr 1 21:28:09 2020 +0200| [c59233d50336c8f8eedd94f960ef927ffbae5c29] | committer: Carl Eugen Hoyos lavc/sbc: Remove bool usage. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c59233d50336c8f8eedd94f960ef927ffbae5c29 --- libavcod

[FFmpeg-cvslog] lavf, lavfi: Remove uses of sizeof(char).

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Apr 4 01:30:14 2020 +0200| [61dcaf5fb74d11209683da1a98aa324df54147ed] | committer: Carl Eugen Hoyos lavf, lavfi: Remove uses of sizeof(char). The C standard requires sizeof(char) == 1. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] lavc/qsvenc: Fix format specifiers for two variables of type int.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Apr 1 16:52:19 2020 +0200| [d46a91b7f38f5abce2d01d247f22ec4435204efe] | committer: Carl Eugen Hoyos lavc/qsvenc: Fix format specifiers for two variables of type int. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d46a91b7f38f5abce2

[FFmpeg-cvslog] lavfi/scale_qsv: Fix a format specifier for a variable of type int.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Apr 1 16:53:04 2020 +0200| [e61767c40a978f0d1c41c848c134d537b5494cb3] | committer: Carl Eugen Hoyos lavfi/scale_qsv: Fix a format specifier for a variable of type int. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e61767c40a978f0d

[FFmpeg-cvslog] lavc: Use supported_samplerates for Dolby Digital encoders.

2020-04-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Feb 11 00:20:52 2020 +0100| [4679a474f06c229b10976d7f0b4eee0613c2715a] | committer: Carl Eugen Hoyos lavc: Use supported_samplerates for Dolby Digital encoders. Fixes ticket #8518. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=467

[FFmpeg-cvslog] avformat/mpegts: use buffer pools for allocating PES payloads

2020-04-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Apr 3 23:32:38 2020 +0200| [944cb188edda3574d52a161d785928c851810cef] | committer: Marton Balint avformat/mpegts: use buffer pools for allocating PES payloads This brings a performance improvement when demuxing files, most of the improvement comes

[FFmpeg-cvslog] avdevice/decklink_dec: increase autodetect timeout to 3 sec

2020-04-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Apr 1 01:04:06 2020 +0200| [f04fe8aa4e290d0d00b2c5bbd33fcf2a43b3fc2d] | committer: Marton Balint avdevice/decklink_dec: increase autodetect timeout to 3 sec 1 sec might not be enough for the cards to detect the format... Signed-off-by: Marton Bal

[FFmpeg-cvslog] fftools/ffmpeg: Disable copy_ts on timestamp wraparound

2020-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 3 13:38:57 2019 +0200| [64c59b626fa1cfd92703e99b85acc516d0d8ba0b] | committer: Michael Niedermayer fftools/ffmpeg: Disable copy_ts on timestamp wraparound This allows handling more than 26.5h of mpeg* input Fixes: Ticket 7876 Signed-of

[FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input

2020-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Feb 16 20:11:52 2020 +0100| [e057e83a4ff4c0eeeb78dffe58e21af951c056b6] | committer: Michael Niedermayer swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input Fixes: signed integer overflow: 1169365504 + 9814528

[FFmpeg-cvslog] avformat/mov: Discard last STSC if its empty

2020-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 4 09:45:35 2020 +0100| [550fa277ef976d386b7b17841cb2dd8d1e5db168] | committer: Michael Niedermayer avformat/mov: Discard last STSC if its empty Fixes: Ticket8508 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=550fa277ef976d

[FFmpeg-cvslog] swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c()

2020-04-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Feb 16 20:18:11 2020 +0100| [49ba1879add99d3f64d70d34fb0255c8a49d4b28] | committer: Michael Niedermayer swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c() Fixes: signed integer overflow: 524280 * 4432 cannot b

[FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Handle non EOC streams

2020-04-04 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Sat Apr 4 00:15:57 2020 +0530| [e116cb45c231910fc58ea489a1e5fc5aadab6a87] | committer: Michael Niedermayer libavcodec/jpeg2000dec.c: Handle non EOC streams This patch allows decoding of j2k streams which do not have an EOC marker. Signed-off-by

[FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Fix indentation

2020-04-04 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Sat Apr 4 00:15:58 2020 +0530| [88f95253e1afeb1516b21daf31bb78f496ef2fd4] | committer: Michael Niedermayer libavcodec/jpeg2000dec.c: Fix indentation Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter/vf_v360: add pannini input support

2020-04-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 4 14:12:43 2020 +0200| [ec7fb4524012e254d9f03cfe0253eb4f2c89dbeb] | committer: Paul B Mahol avfilter/vf_v360: add pannini input support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec7fb4524012e254d9f03cfe0253eb4f2c89dbeb --- do

[FFmpeg-cvslog] ffplay: flush correct stream after stats update

2020-04-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Apr 3 22:17:31 2020 +0530| [b195b5f2ba3527172ff6ac28d018a6ba23262af9] | committer: Gyan Doshi ffplay: flush correct stream after stats update Stats and logs are written to stderr, not stdout. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] ffplay: always show stats at all log levels if requested by user

2020-04-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Apr 3 16:54:31 2020 +0530| [2d6a89872ea2e20a3464be825d683d6f91d67c62] | committer: Gyan Doshi ffplay: always show stats at all log levels if requested by user Since 3b491c5a500, stats would be hidden if loglevel was lower than info, even if -stats was