[FFmpeg-cvslog] aacenc: Enable Intensity Stereo by default

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 07:15:23 2015 +0100| [bc9927b8548b665038bced3f94f72021d1992007] | committer: Rostislav Pehlivanov aacenc: Enable Intensity Stereo by default Since the changes made a few week ago (which were done more than a month ago) the quality and

[FFmpeg-cvslog] aacenc: Enable Perceptual Noise Substitution by default

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 07:13:33 2015 +0100| [b7eb7cb3a18093aea22d1aee2cbe293f6a214a5b] | committer: Rostislav Pehlivanov aacenc: Enable Perceptual Noise Substitution by default It has been in the current encoder in its current implementation for quite some

[FFmpeg-cvslog] fate: update AAC tests to the new defaults

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 07:26:03 2015 +0100| [555f513769ecfa1449c6fcbb8cd51de7cae3efb1] | committer: Rostislav Pehlivanov fate: update AAC tests to the new defaults IS and PNS increase quality a ton so as a result the PSNR changed. Disable the extensions and

[FFmpeg-cvslog] fate: update AAC Encoder TNS test for the new changes

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 07:07:59 2015 +0100| [a8ced764f729f09deab487181b5bbb02ac6be2fc] | committer: Rostislav Pehlivanov fate: update AAC Encoder TNS test for the new changes Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lpc: add ff_lpc_calc_ref_coefs_f() function

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 06:34:50 2015 +0100| [0fc3a51353509df107a8da192d8377f0121f7ab9] | committer: Rostislav Pehlivanov lpc: add ff_lpc_calc_ref_coefs_f() function This commit adds a function to get the reflection coefficients on floating point samples. It

[FFmpeg-cvslog] aacenc: reorder resetting of cpe->common_window

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 07:00:10 2015 +0100| [a0079aae00a70ac7845941d4556419322a510bba] | committer: Rostislav Pehlivanov aacenc: reorder resetting of cpe->common_window Purely a cosmetic change, most of the zeroing of encoder resources should happen at the

[FFmpeg-cvslog] aacenctab: add tns_min_sfb[] to the encoder tables header

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 06:30:08 2015 +0100| [139c2f93fd67230bfabd4820b35b89f5a75d0a98] | committer: Rostislav Pehlivanov aacenctab: add tns_min_sfb[] to the encoder tables header Needed for following commits. Contains the starting sfb for every samplerate a

[FFmpeg-cvslog] aacenc: allocate a larger buffer for the TNS LPC context

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 06:40:12 2015 +0100| [d09f9c45c7554e6d9b20be5b640f67fcf053250b] | committer: Rostislav Pehlivanov aacenc: allocate a larger buffer for the TNS LPC context Turns out autocorrelating more than 750 coefficients at once will cause a segfa

[FFmpeg-cvslog] aacenc: populate tns_max_bands

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 06:20:24 2015 +0100| [5ed5ca706fcef919960d2342f5a97f1b38153c6b] | committer: Rostislav Pehlivanov aacenc: populate tns_max_bands Needed for the following commits. Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb

[FFmpeg-cvslog] lpc: remove unused ff_lpc_calc_levinson() function

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 06:32:35 2015 +0100| [a70ee2bdcd88e34ab9c82cb78262248b95757122] | committer: Rostislav Pehlivanov lpc: remove unused ff_lpc_calc_levinson() function Not needed anymore, it was only used by the AAC TNS encoder and was replaced with a m

[FFmpeg-cvslog] aacenc_tns: rework coefficient quantization and filter application

2015-08-31 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Sep 1 06:44:07 2015 +0100| [f3f6c6b92822ea27efa3002e9490c4d6c6743de3] | committer: Rostislav Pehlivanov aacenc_tns: rework coefficient quantization and filter application This commit reworks the TNS implementation to a hybrid between what t

[FFmpeg-cvslog] avcodec/truemotion1: Check for even width

2015-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 1 04:57:22 2015 +0200| [63fb5a6aefb4223334001fd2c0d82a5e22e3b528] | committer: Michael Niedermayer avcodec/truemotion1: Check for even width Fixes out of array access Fixes: 87196d8bbc633629fc9dd851fce73e70/asan_heap-oob_26f6853_862_cov

[FFmpeg-cvslog] avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence of errors

2015-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 1 02:45:10 2015 +0200| [b54e03c9dc2a05324c08b503bfe7535c49c0f281] | committer: Michael Niedermayer avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence of errors Fixes assertion failure Fixes: 56dcafde14a8397161

[FFmpeg-cvslog] avcodec/movtextdec: Make tx3g_ptr unsigned

2015-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 31 23:01:23 2015 +0200| [a1a32fdb0ee63783d06c63b7d90bb382eea356ce] | committer: Michael Niedermayer avcodec/movtextdec: Make tx3g_ptr unsigned Fixes integer overflow Fixes: efe937780e95574250dabe07151bdc23/unknown_unknown_351_849_cov_318

[FFmpeg-cvslog] avcodec/movtextdec: Free ftab_temp

2015-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 31 23:43:43 2015 +0200| [a047ccbb9fad2c33db7ebc40b95e34ea6ee89c21] | committer: Michael Niedermayer avcodec/movtextdec: Free ftab_temp Fixes memleak Fixes: efe937780e95574250dabe07151bdc23/unknown_unknown_351_849_cov_3187578556_shellyman

[FFmpeg-cvslog] tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter.

2015-08-31 Thread Peter B
ffmpeg | branch: master | Peter B | Mon Aug 31 03:02:36 2015 +0200| [baeb8f5f7149a5287f015f145eeb3ab18e2bc43c] | committer: Michael Niedermayer tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter. Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] fate: use 'c' for setting the channel_layout

2015-08-31 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Aug 8 20:01:50 2015 +0200| [2ac5b6ce8d828f15ced89b0dcdc61dadde20fedd] | committer: Andreas Cadhalpun fate: use 'c' for setting the channel_layout Without this fate-filter-join failes with FF_API_GET_CHANNEL_LAYOUT_COMPAT disabled. Reviewed-by

[FFmpeg-cvslog] avcodec/pngdec: fully support the tRNS chunk

2015-08-31 Thread Donny Yang
ffmpeg | branch: master | Donny Yang | Fri Aug 28 13:53:07 2015 +| [51d4bca5a40b8087c43421873e1c2262b6a74a76] | committer: Paul B Mahol avcodec/pngdec: fully support the tRNS chunk Signed-off-by: Donny Yang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51d4bca5a40b8087c43421

[FFmpeg-cvslog] Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6'

2015-08-31 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Aug 31 10:07:34 2015 +0200| [ea1061e147d33e33281570631cab7fdc1195e065] | committer: Hendrik Leppkes Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6' * commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6': vf_scale: Add an option to pass the

[FFmpeg-cvslog] Merge commit 'c457bdebe7af643b380aa0f6add3cb4335d218dc'

2015-08-31 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Aug 31 10:08:18 2015 +0200| [d5911e6963c0a50cd0ae8d964b08eb128d27b860] | committer: Hendrik Leppkes Merge commit 'c457bdebe7af643b380aa0f6add3cb4335d218dc' * commit 'c457bdebe7af643b380aa0f6add3cb4335d218dc': checkasm: Fix floating point argume

[FFmpeg-cvslog] checkasm: Fix floating point arguments on 64-bit Windows

2015-08-31 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Mon Aug 24 22:53:56 2015 +0200| [c457bdebe7af643b380aa0f6add3cb4335d218dc] | committer: Anton Khirnov checkasm: Fix floating point arguments on 64-bit Windows Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c

[FFmpeg-cvslog] vf_scale: Add an option to pass the scaler params

2015-08-31 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Aug 25 23:04:12 2015 +0200| [b1abd2aaf91be249f24cb74db9c205d9e4ca9da6] | committer: Luca Barbato vf_scale: Add an option to pass the scaler params Reported-By: zehan@magicpony.technology > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b

[FFmpeg-cvslog] avconv_opt: Add missing comma

2015-08-31 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 25 16:49:07 2015 -0700| [629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3] | committer: Luca Barbato avconv_opt: Add missing comma Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=629d4c5b4deee08bf3a4f3ab45fd4f8b76

[FFmpeg-cvslog] Merge commit '629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3'

2015-08-31 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Aug 31 10:00:07 2015 +0200| [ad79fa471b6fc9b5d39d0ce4b5bb28cb616940bc] | committer: Hendrik Leppkes Merge commit '629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3' * commit '629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3': avconv_opt: Add missing comma Merg

[FFmpeg-cvslog] Merge commit 'c23999be134bde0a0554261a9043be7dbc01de0c'

2015-08-31 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Aug 31 10:01:58 2015 +0200| [80a12be10f39d5ce0c9e95f49d6b2ecb5750b334] | committer: Hendrik Leppkes Merge commit 'c23999be134bde0a0554261a9043be7dbc01de0c' * commit 'c23999be134bde0a0554261a9043be7dbc01de0c': avconv_opt: Add an option that list

[FFmpeg-cvslog] avconv_opt: Add an option that lists all supported hwaccels

2015-08-31 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 25 16:45:21 2015 -0700| [c23999be134bde0a0554261a9043be7dbc01de0c] | committer: Luca Barbato avconv_opt: Add an option that lists all supported hwaccels Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c239