[FFmpeg-cvslog] avcodec/wmaenc: Check ff_wma_init() for failure

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 02:38:05 2016 +0100| [19e456d48c90a1e3ceeb9e6241383384cc73dfdf] | committer: Michael Niedermayer avcodec/wmaenc: Check ff_wma_init() for failure Fixes null pointer dereference Fixes:

[FFmpeg-cvslog] lavf/riff: Support reading vlc's rawvideo fourccs.

2016-01-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 21 03:38:33 2016 +0100| [4f9314ed58358181caf3ce9a78b958c45dda5080] | committer: Carl Eugen Hoyos lavf/riff: Support reading vlc's rawvideo fourccs. Reported by Bob, no6b no6b com >

[FFmpeg-cvslog] avformat/avformat: Replace some references to filenames by urls

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 21:01:08 2016 +0100| [41e07390e04cf369d84f0cc7ff5858c273290770] | committer: Michael Niedermayer avformat/avformat: Replace some references to filenames by urls Reviewed-by: Andreas Cadhalpun

[FFmpeg-cvslog] lavf/nut: Add forgotten fourccs for YUV4xxP9.

2016-01-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 21 03:35:49 2016 +0100| [7158ce778f82b3d323851283f6c1b9145f408823] | committer: Carl Eugen Hoyos lavf/nut: Add forgotten fourccs for YUV4xxP9. >

[FFmpeg-cvslog] configure: add missing library deps for showcqt_filter

2016-01-20 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 21 00:49:02 2016 -0300| [8bbb9723508b0fdee7f25dc4007f90b79928a8bc] | committer: James Almer configure: add missing library deps for showcqt_filter Signed-off-by: James Almer >

[FFmpeg-cvslog] AAC encoder: check for NaNs/inf in TNS gain

2016-01-20 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Thu Jan 21 03:32:49 2016 -0300| [adc7d2a4ce8ff09431d22441b1a41f1cc9dff0e4] | committer: Claudio Freire AAC encoder: check for NaNs/inf in TNS gain Can happen in cases where's there's zero autocorrelation (pulses), and it also

[FFmpeg-cvslog] vf_scale: eval, param0 and param1 documentation

2016-01-20 Thread Bela Bodecs
ffmpeg | branch: master | Bela Bodecs | Wed Jan 20 15:29:13 2016 +0100| [dec23859b040e2b76f6753789dbe7b47f2ecf497] | committer: Michael Niedermayer vf_scale: eval, param0 and param1 documentation Documentation of eval, param0 and param1 parameters Signed-off-by: Bela

[FFmpeg-cvslog] mov: Add an option to toggle dref opening

2016-01-20 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Fri Jan 15 17:03:49 2016 +| [712d962a6a29b1099cd872cfb07867175a93ac4c] | committer: Michael Niedermayer mov: Add an option to toggle dref opening This feature is mostly only used by NLE software, and is both of

[FFmpeg-cvslog] avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 17 15:39:11 2016 +0100| [158f0545d81b2aca1c936490f80d13988616910e] | committer: Michael Niedermayer avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get() Fixes:

[FFmpeg-cvslog] avformat/img2dec: do not interpret the filename by default if a IO context has been opened

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 11:21:44 2016 +0100| [7ccedc1c78c9a5140758f515d46ce23de6e6a7d2] | committer: Michael Niedermayer avformat/img2dec: do not interpret the filename by default if a IO context has been opened With this, user

[FFmpeg-cvslog] tests/fate/aac: remove unneeded strict arguments from the encoder tests

2016-01-20 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jan 20 17:02:51 2016 +| [4a3cf186b2daa2e121b25dec19b0ec529fc8d850] | committer: Rostislav Pehlivanov tests/fate/aac: remove unneeded strict arguments from the encoder tests Leftover from the experimental flag

[FFmpeg-cvslog] libkvazaar: Set frame rate as a rational number

2016-01-20 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Fri Jan 15 13:47:10 2016 +0200| [7d1e985528886139ea00387ad34c75cfab018d48] | committer: Arttu Ylä-Outinen libkvazaar: Set frame rate as a rational number Updates libkvazaar to pass the exact frame rate to Kvazaar by

[FFmpeg-cvslog] aacenc: remove FAAC-like coder

2016-01-20 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jan 20 16:56:53 2016 +| [6a505e955b295a4a6c4b05f07689c131e4b8c7b8] | committer: Rostislav Pehlivanov aacenc: remove FAAC-like coder Has been marked for removal for over a month and has not been improved or touched

[FFmpeg-cvslog] aacenc: mark LTP mode as experimental

2016-01-20 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jan 20 16:49:55 2016 +| [a72b1ea8261f093f0cdeebee9638f3d1b6367f37] | committer: Rostislav Pehlivanov aacenc: mark LTP mode as experimental Too many crashes observed. Can't be helped until the autocorrelation

[FFmpeg-cvslog] avcodec/wavpackenc: use put_sbits

2016-01-20 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 18 18:38:18 2016 -0300| [4c4ebeb587cc0ba53d7c90b5b574c7b1378886ff] | committer: James Almer avcodec/wavpackenc: use put_sbits Reviewed-by: Paul B Mahol Signed-off-by: James Almer >

[FFmpeg-cvslog] lavu: add pthread asserts if ASSERT_LEVEL>1

2016-01-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Tue Dec 22 20:41:46 2015 +0100| [d96f0fbe59ae82ab4d18484a98b20377ffe11811] | committer: Clément Bœsch lavu: add pthread asserts if ASSERT_LEVEL>1 >

[FFmpeg-cvslog] avcodec/aacenc: Check all coefficients for finiteness

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 15:05:38 2016 +0100| [2cb8edea7c9af336f3fa60ac8a0f9b8a17e92188] | committer: Michael Niedermayer avcodec/aacenc: Check all coefficients for finiteness This is needed as near infinite values on the input side

[FFmpeg-cvslog] ffplay: update docs after previous changes in ffplay mouse behaviour

2016-01-20 Thread Vittorio Gambaletta (VittGam)
ffmpeg | branch: master | Vittorio Gambaletta (VittGam) | Wed Jan 20 00:17:11 2016 +0100| [4590811fc216115fc551d9d87a02e567d71db41f] | committer: Marton Balint ffplay: update docs after previous changes in ffplay mouse behaviour Signed-off-by: Vittorio Gambaletta

[FFmpeg-cvslog] lavc, lavfi: use avutil/thread.h instead of redundant conditional includes

2016-01-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Jan 20 21:36:10 2016 +0100| [a36201564163a267644f1b5bc58fca0e3c25a9fa] | committer: Clément Bœsch lavc,lavfi: use avutil/thread.h instead of redundant conditional includes This was somehow forgotten in

[FFmpeg-cvslog] avformat/avio: Limit url option parsing to the documented cases

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 09:43:54 2016 +0100| [984d58a3440d513f66344b5332f6b589c0a6bbc6] | committer: Michael Niedermayer avformat/avio: Limit url option parsing to the documented cases This feature is not know much or used much AFAIK,

[FFmpeg-cvslog] avformat/img2dec: Use AVOpenCallback

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 02:35:56 2016 +0100| [b750b67d13696fdbcd62ce7238eb2826f2be4686] | committer: Michael Niedermayer avformat/img2dec: Use AVOpenCallback Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/mpeg12enc: Move high resolution thread check to before initializing threads

2016-01-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 00:36:51 2016 +0100| [a53fbda9dc92273054a103db7539d2bb6e9632b2] | committer: Michael Niedermayer avcodec/mpeg12enc: Move high resolution thread check to before initializing threads Cleaner solution is welcome!

[FFmpeg-cvslog] vf_scale: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions

2016-01-20 Thread Bela Bodecs
ffmpeg | branch: master | Bela Bodecs | Mon Jan 18 18:44:09 2016 +0100| [868a2ed568414b80d8b083f41293c65b73bf6091] | committer: Michael Niedermayer vf_scale: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions Currently