[FFmpeg-cvslog] fate: adjust AAC encoder TNS test fuzziness

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 09:26:05 2015 +0100| [8323d9b8afbc0755120cbded0e0259b2ba23977c] | committer: Rostislav Pehlivanov fate: adjust AAC encoder TNS test fuzziness Tests fails on some ARM builds but it's close enough so it's okay. NEON, half-precision floa

[FFmpeg-cvslog] avfilter: add allrgb

2015-08-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Aug 16 01:22:59 2015 +0200| [b48d8fa3ac38849eab53cf586467481b256b3a99] | committer: Clément Bœsch avfilter: add allrgb Signed-off-by: Nicolas George Signed-off-by: Clément Bœsch > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b48d8fa

[FFmpeg-cvslog] avfilter/vf_vectorscope: add yet another mode

2015-08-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 29 13:40:25 2015 +| [16229fae9c0da763061c679e766e9c66dd478b02] | committer: Paul B Mahol avfilter/vf_vectorscope: add yet another mode Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16229fae9c0da7630

[FFmpeg-cvslog] avfilter/af_apad: use the name 's' for the pointer to the private context

2015-08-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Aug 26 13:03:32 2015 -0400| [47b41feb7283dcb4622dc0ada8056cb9a2de0f53] | committer: Paul B Mahol avfilter/af_apad: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] aacenc_tns: fix triggering an assertion with assert-level=2

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 19:01:59 2015 +0100| [0818705bf37e2c62de1947f1c06ad63262e51fc6] | committer: Rostislav Pehlivanov aacenc_tns: fix triggering an assertion with assert-level=2 It also made no sense to actually make the filter span the entire window inc

[FFmpeg-cvslog] aacenc_tns: actually apply TNS filter to the coefficients

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 19:18:18 2015 +0100| [902ac9ca74d5d39752f9cf42e9432d5a910e9650] | committer: Rostislav Pehlivanov aacenc_tns: actually apply TNS filter to the coefficients The encoder-side filter isn't that important. The PSNR shouldn't change so the

[FFmpeg-cvslog] aacenc_tns: fix out-of-bounds array access

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 19:21:35 2015 +0100| [e924967fd5ec240cf97022f054cb02a0bc7101d9] | committer: Rostislav Pehlivanov aacenc_tns: fix out-of-bounds array access Since the coefficients are stepped up to order + 1 it was possible that it went over TNS_MAX_

[FFmpeg-cvslog] aacenc: initialize LPC context with MAX_LPC_ORDER

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 19:15:52 2015 +0100| [49854c56c2346a7e82ccb6b6e19fa2d2c159d4b9] | committer: Rostislav Pehlivanov aacenc: initialize LPC context with MAX_LPC_ORDER The order should never go above TNS_MAX_ORDER (and thus cause the context to be reinit

[FFmpeg-cvslog] lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 19:29:18 2015 +0100| [141d80ded77957eefababca52bee9dd05e3e1ba6] | committer: Rostislav Pehlivanov lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] aacenc_tns: do not limit the filter size

2015-08-29 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 21:59:38 2015 +0100| [21bfeec27f933e18e7aac52ec025831353f47430] | committer: Rostislav Pehlivanov aacenc_tns: do not limit the filter size This was copied from the decoder, but is unneeded for the encoder. tns_max_bands is unused and

[FFmpeg-cvslog] avcodec/snowenc: Support setting the iterative dia size separately

2015-08-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 24 20:50:55 2015 +0200| [4bd99f715de3ea54319d54f848d16186dd00b039] | committer: Michael Niedermayer avcodec/snowenc: Support setting the iterative dia size separately Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c