[FFmpeg-cvslog] lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc().

2018-01-03 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Jan 2 01:58:35 2018 +0100| [695b1d81117d6708a5db2d7115b73ef7c6e1a090] | committer: Carl Eugen Hoyos lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc(). > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=695b1d81

[FFmpeg-cvslog] lavr: deprecate the entire library

2018-01-03 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Dec 25 02:05:52 2017 +| [c29038f3041a4080342b2e333c1967d136749c0f] | committer: Rostislav Pehlivanov lavr: deprecate the entire library Deprecate the entire library. Merged years ago to provide compatibility with Libav, it remained unmai

[FFmpeg-cvslog] opusenc_psy: disable stereo searches for mono streams

2018-01-03 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jan 4 02:52:40 2018 +| [f141b353e60f1081185927a1e74a9ab46cae8bef] | committer: Rostislav Pehlivanov opusenc_psy: disable stereo searches for mono streams Fixes a crash which happened when someone tried to encode mono. Signed-off-by: Ro

[FFmpeg-cvslog] avfilter: pass outlink to ff_get_audio_buffer()

2018-01-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 3 22:47:40 2018 +0100| [88cbd25b193dddb852bc1921b733c5dde5fee2fe] | committer: Paul B Mahol avfilter: pass outlink to ff_get_audio_buffer() This is more correct. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] lavc/audiotoolboxenc: fix noise in encoded audio

2018-01-03 Thread Jiejun Zhang
ffmpeg | branch: master | Jiejun Zhang | Wed Jan 3 12:54:20 2018 +0800| [677701c6b319d2d3b95a27179fde6ec2a863bf72] | committer: James Almer lavc/audiotoolboxenc: fix noise in encoded audio This fixes #6940 Although undocumented, AudioToolbox seems to require the data supplied by the callback

[FFmpeg-cvslog] lavfi/framesync: document frame ownership for dualinput.

2018-01-03 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Jan 2 14:50:59 2018 +0100| [9ace76697ac1e43aa4da4c7333ec4a296907c336] | committer: Nicolas George lavfi/framesync: document frame ownership for dualinput. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ace76697ac1e43aa4da4c7333ec4a2

[FFmpeg-cvslog] lavfi/framesync: remove an invalid free.

2018-01-03 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Jan 2 14:51:18 2018 +0100| [29b5f3115d9f217758bebd1d00e541aa3e739d2a] | committer: Nicolas George lavfi/framesync: remove an invalid free. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29b5f3115d9f217758bebd1d00e541aa3e739d2a ---

[FFmpeg-cvslog] avfilter: add entropy filter

2018-01-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 27 18:51:23 2017 +0100| [09b24a807ad23b4fec25049775075cc63c0c1fa3] | committer: Paul B Mahol avfilter: add entropy filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09b24a807ad23b4fec25049775075cc63c

[FFmpeg-cvslog] lavc/options: Remove unneeded header

2018-01-03 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Dec 27 11:11:23 2017 -0500| [500a9bb5ba94201dd53bd714794fc33e5ffe3773] | committer: Derek Buitenhuis lavc/options: Remove unneeded header Signed-off-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=500a9bb5ba942

[FFmpeg-cvslog] vf_paletteuse: Add error checking to apply_palette

2018-01-03 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Mon Jan 1 11:28:36 2018 -0500| [6470abc740367cc881c181db866891f8dd1d342f] | committer: Derek Buitenhuis vf_paletteuse: Add error checking to apply_palette This fixes a segfault caused by passing NULL to ff_filter_frame when an error occurs. Signed

[FFmpeg-cvslog] vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_writable on error

2018-01-03 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Mon Jan 1 11:28:37 2018 -0500| [631fa0432be8968e0fd372595749b918224946df] | committer: Derek Buitenhuis vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_writable on error This fixes a double free in he error case. Signed