[FFmpeg-cvslog] doc/filters: fix documentation bug in ssim filter

2015-06-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jun 28 21:23:14 2015 +| [21cede9e970aca7aa0981f7be8378d48fd8e7730] | committer: Paul B Mahol doc/filters: fix documentation bug in ssim filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21cede9e970ac

[FFmpeg-cvslog] avformat/asfdec: Allow packet_obj_size == 0

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jun 29 04:57:51 2015 +0200| [4ccd2b31f0e9504e5d6151e50215c6dbb437c16a] | committer: Michael Niedermayer avformat/asfdec: Allow packet_obj_size == 0 Fixes Ticket3521 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avformat/asfdec: Print packet_obj_size in case it is invalid

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jun 29 04:55:06 2015 +0200| [be4e1f28fd652277f624f2fcafd6dc477a2201b7] | committer: Michael Niedermayer avformat/asfdec: Print packet_obj_size in case it is invalid Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] fate/api-tests: Added dependency on $(FF_DEP_LIBS)

2015-06-28 Thread George Boyle
ffmpeg | branch: master | George Boyle | Sun Jun 28 23:47:19 2015 +0100| [02bd4d93c9df722fcd77153d2a894286cd96a491] | committer: Michael Niedermayer fate/api-tests: Added dependency on $(FF_DEP_LIBS) This ensures they are built before the tests are run. Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] api-h264-test: build with another api test

2015-06-28 Thread Ludmila Glinskih
ffmpeg | branch: master | Ludmila Glinskih | Sun Jun 28 01:50:25 2015 +0300| [ca3b27455234fbd216a1be088587c97a1927e316] | committer: Michael Niedermayer api-h264-test: build with another api test Location of api-h264-test changed to special directory for api tests. Signed-off-by: Michael Nied

[FFmpeg-cvslog] tests/Makefile: Fix missing trailing slash for API tests dir target

2015-06-28 Thread George Boyle
ffmpeg | branch: master | George Boyle | Sun Jun 28 02:50:24 2015 +0100| [c78b82f4da74d7bd5452172211fae7ddf6fa0be5] | committer: Michael Niedermayer tests/Makefile: Fix missing trailing slash for API tests dir target Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avformat/asfdec: Print a warning if data is skiped due to less than a frame header being left

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 23:09:53 2015 +0200| [a5f617e9ec8e4ea4bb3d8c78a61eb921f50d881b] | committer: Michael Niedermayer avformat/asfdec: Print a warning if data is skiped due to less than a frame header being left Signed-off-by: Michael Niedermayer > http

[FFmpeg-cvslog] avformat/asfdec: Reduce FRAME_HEADER_SIZE to 11

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 23:07:34 2015 +0200| [4b0a475846a15c9950ff6f83aa5d945318191752] | committer: Michael Niedermayer avformat/asfdec: Reduce FRAME_HEADER_SIZE to 11 This fixes demuxing of screen_codec.wmv Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] aaccoder: add intensity stereo support to encode_window_bands_info quantizer

2015-06-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Jun 26 21:16:33 2015 +0100| [55397b0e76a4a1d7fe5b37c775b3ebad55316f9b] | committer: Michael Niedermayer aaccoder: add intensity stereo support to encode_window_bands_info quantizer This commit adds support for both PNS and IS (intensity ster

[FFmpeg-cvslog] aaccoder: add intensity stereo coding support for the trellis quantizer

2015-06-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Jun 26 21:16:32 2015 +0100| [305859c0d41dc0d799c88c42f2b9b557756ec1f3] | committer: Michael Niedermayer aaccoder: add intensity stereo coding support for the trellis quantizer This commit extends the trellis quantizer (used by the default tw

[FFmpeg-cvslog] avcodec/jpeg2000dec: Remove unused variables

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 19:18:16 2015 +0200| [ecbd111768c7ff1dcff5d1a344cccb751a816460] | committer: Michael Niedermayer avcodec/jpeg2000dec: Remove unused variables Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] wmavoice: limit wmavoice_decode_packet return value to packet size

2015-06-28 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jun 28 12:40:12 2015 +0200| [2a4700a4f03280fa8ba4fc0f8a9987bb550f0d1e] | committer: Andreas Cadhalpun wmavoice: limit wmavoice_decode_packet return value to packet size Claiming to have decoded more bytes than the packet size is wrong. Reviewe

[FFmpeg-cvslog] lavc/adpcm: THP: set approx_nb_samples correctly

2015-06-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Jun 24 07:58:15 2015 -0500| [7d0a19757e0b2e49e9b8bcb04bddbdeefa1bc61e] | committer: Michael Niedermayer lavc/adpcm: THP: set approx_nb_samples correctly Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter: add showvolume filter

2015-06-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 20 10:28:36 2015 +| [f76d7d4b01e843455978f2a90b1fc3c5c4bc0783] | committer: Paul B Mahol avfilter: add showvolume filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f76d7d4b01e843455978f2a90b1fc3c

[FFmpeg-cvslog] avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequant

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 14:43:44 2015 +0200| [96e73fa6494194d8c918e75e23df293327d5228a] | committer: Michael Niedermayer avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequant Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] huffyuvdec: validate image size

2015-06-28 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jun 28 11:21:54 2015 +0200| [9a345802edf7f430b3335f486aecdd8552f8367b] | committer: Andreas Cadhalpun huffyuvdec: validate image size Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] aacpsy: Add energy spread for each band

2015-06-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Jun 26 21:16:35 2015 +0100| [02dbed6e71e77f98c5831378f188fc268fc94fc2] | committer: Michael Niedermayer aacpsy: Add energy spread for each band This commit adds the energy spread to the struct for each band and removes 2 unused fields. dist

[FFmpeg-cvslog] Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc'

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 13:41:40 2015 +0200| [a57ee6cca10d7329a2ce425db1b0a2f49e0971af] | committer: Michael Niedermayer Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc' * commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc': mpjpeg: Check stream alloca

[FFmpeg-cvslog] mpjpeg: Check stream allocation

2015-06-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Jun 27 23:19:36 2015 +0200| [8a26ae5f94e613dbf7eb8e3c60462e966e409cdc] | committer: Luca Barbato mpjpeg: Check stream allocation Bug-Id: CID 1308152 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a26ae5f94e613dbf7eb8e3c60462e966e409cd

[FFmpeg-cvslog] Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d'

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 13:05:45 2015 +0200| [30b8f3e7dcd0318b91e205dcbf774ef92fb6193c] | committer: Michael Niedermayer Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d' * commit 'b08569a23948db107e5e6175cd4c695427d5339d': lavf: Replace the ASF demux

[FFmpeg-cvslog] avformat/riffdec: Forward error code from avio_read() in ff_get_guid()

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 12:56:22 2015 +0200| [da0616985095202434a4dfd30eb2ea09e3a57938] | committer: Michael Niedermayer avformat/riffdec: Forward error code from avio_read() in ff_get_guid() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] tests/fate/wma: use the existing reference files for wmapro tests

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 11:58:57 2015 +0200| [0940169743aa28e51f10da082fb48314da9af2c9] | committer: Michael Niedermayer tests/fate/wma: use the existing reference files for wmapro tests Theres no need to upload or use new files just because they are shorter.

[FFmpeg-cvslog] Merge commit '441e8ae5efd681055e5af6f4317fb60110de9dd0'

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 11:48:31 2015 +0200| [3d2267019cd7ba318d01babc14fdc82ab5496a7c] | committer: Michael Niedermayer Merge commit '441e8ae5efd681055e5af6f4317fb60110de9dd0' * commit '441e8ae5efd681055e5af6f4317fb60110de9dd0': FATE: drop the last truncat

[FFmpeg-cvslog] FATE: drop the last truncated frame from the wmapro tests

2015-06-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jun 27 11:46:35 2015 +0200| [441e8ae5efd681055e5af6f4317fb60110de9dd0] | committer: Anton Khirnov FATE: drop the last truncated frame from the wmapro tests Since it's truncated, the result depends on how specifically the demuxer and the decoder han

[FFmpeg-cvslog] FATE: drop the last truncated frame from the wma lossless test

2015-06-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jun 27 11:46:35 2015 +0200| [d3ea79e8a65ddad4da11813bb43c46701295f68c] | committer: Anton Khirnov FATE: drop the last truncated frame from the wma lossless test Since it's truncated, the result depends on how specifically the demuxer and the decode

[FFmpeg-cvslog] Merge commit 'd3ea79e8a65ddad4da11813bb43c46701295f68c'

2015-06-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 11:41:23 2015 +0200| [fb2eeebf662ef3f3b0600da8471b3ff120afb652] | committer: Michael Niedermayer Merge commit 'd3ea79e8a65ddad4da11813bb43c46701295f68c' * commit 'd3ea79e8a65ddad4da11813bb43c46701295f68c': FATE: drop the last truncat

[FFmpeg-cvslog] wavpack: use get_bits_long to read up to 32 bits

2015-06-28 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Jun 27 20:16:12 2015 +0200| [f9883a669c3df05a5c453428e080298c6511a17e] | committer: Andreas Cadhalpun wavpack: use get_bits_long to read up to 32 bits get_bits should not be used for more than 25 bits. Reviewed-by: Michael Niedermayer Signed-