[FFmpeg-cvslog] avformat: add MIDI Sample Dump Standard demuxer

2017-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 20 17:01:31 2017 +0100| [7f9978b0bdfc80ac23248df743645d1efc7e123f] | committer: Paul B Mahol avformat: add MIDI Sample Dump Standard demuxer Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f9978b0bdfc80a

[FFmpeg-cvslog] ffplay: fix indentation after last commit

2017-01-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jan 15 17:43:15 2017 +0100| [f1214ad5d9ece179955f9326f3e33e0049660134] | committer: Marton Balint ffplay: fix indentation after last commit Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1214ad5d9ece1799

[FFmpeg-cvslog] ffplay: do not preallocate video texture

2017-01-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jul 27 22:11:38 2014 +0200| [076fc75bdb8eb8de5e3f641dcc5f0299f7e7d0eb] | committer: Marton Balint ffplay: do not preallocate video texture Since the uploads happen in the main display function, it does not matter much. Signed-off-by: Marton Balint

[FFmpeg-cvslog] avcodec/error_resilience: Optimize motion recovery code by using blcok lists

2017-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 22 21:14:05 2017 +0100| [d9d9fd9446eb722fd288f56d905f0dfde661af8f] | committer: Michael Niedermayer avcodec/error_resilience: Optimize motion recovery code by using blcok lists This makes the code 7 times faster with the testcase from lib

[FFmpeg-cvslog] avcodec/error_resilience: update indention after last commit

2017-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 22 21:43:06 2017 +0100| [a0341b4d74f4db289e15dac0d2988eaa2d18a1bb] | committer: Michael Niedermayer avcodec/error_resilience: update indention after last commit Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/pngdec: Fix off by 1 size in decode_zbuf()

2017-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 23 01:25:27 2017 +0100| [e371f031b942d73e02c090170975561fabd5c264] | committer: Michael Niedermayer avcodec/pngdec: Fix off by 1 size in decode_zbuf() Fixes out of array access Fixes: 444/fuzz-2-ffmpeg_VIDEO_AV_CODEC_ID_PNG_fuzzer Found-

Re: [FFmpeg-cvslog] [FFmpeg-devel] ffmpeg: Add -time_base option to hint the time base

2017-01-22 Thread Michael Bradshaw
On Sat, Jan 14, 2017 at 1:12 PM, Clément Bœsch wrote: > > erm. We have at least a codec option with that same name. How much does it > conflict with this? > The only use of a "time_base" option I'm aware of is in buffer/abuffer in libavfilter. Is there another one somewhere else? Can we have som