[FFmpeg-cvslog] ffmpeg: Check pkt_dts for AV_NOPTS_VALUE

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 13:17:30 2015 +0100| [9d44e236187c9cfefb0602149c631f18b9303c21] | committer: Michael Niedermayer ffmpeg: Check pkt_dts for AV_NOPTS_VALUE Fixes integer overflow Fixes: 1536b9b096a8f95b742bae9d3d761cc6/signal_sigsegv_294aaed_2039_8d179

[FFmpeg-cvslog] avcodec/vp3: Fix "runtime error: left shift of negative value"

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 12:47:20 2015 +0100| [18268f761bffb37552f59f87542fef3d5c80618c] | committer: Michael Niedermayer avcodec/vp3: Fix "runtime error: left shift of negative value" Fixes: 5c6129154b356b80bcab86f9e3ee5d29/signal_sigabrt_76ae7cc9_7322_d

[FFmpeg-cvslog] avcodec/dnxhddec: Fix runtime error: left shift of negative value

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 13:43:18 2015 +0100| [2ff61c3c1a0a7d8de741ba37c7662dedb6ad4b60] | committer: Michael Niedermayer avcodec/dnxhddec: Fix runtime error: left shift of negative value Fixes: 2abd25478c62a675f335fac00b467023/asan_static-oob_10aff98_1227_88

[FFmpeg-cvslog] avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE ( and positive) before use

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 13:46:53 2015 +0100| [0c1d62ab9d757d546fafca366d776524e7bb9893] | committer: Michael Niedermayer avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positive) before use Fixes: 1536b9b096a8f95b742bae9d3d761cc6/signa

[FFmpeg-cvslog] libavutil/tablegen: add missing math.h include

2015-12-04 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Dec 2 09:52:01 2015 +0100| [d6b988b505d6c5f69fc5df921643622795685cce] | committer: Hendrik Leppkes libavutil/tablegen: add missing math.h include > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6b988b505d6c5f69fc5df921643622795685cc

[FFmpeg-cvslog] libavcodec/aacsbr_tablegen: fix tablegen on windows

2015-12-04 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Dec 2 09:52:03 2015 +0100| [3c4e49187f836c3613dc27c2c6a0d14c2d12bea8] | committer: Hendrik Leppkes libavcodec/aacsbr_tablegen: fix tablegen on windows Including these headers is not needed and breaks building on Windows as it tries to activate t

[FFmpeg-cvslog] avcodec: include tablegen compat header before the tablegen functionality

2015-12-04 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Dec 2 09:52:02 2015 +0100| [42a9aead854f3c89c072bb10225857da1239cb91] | committer: Hendrik Leppkes avcodec: include tablegen compat header before the tablegen functionality > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42a9aead854f

[FFmpeg-cvslog] ffmdec: only seek back at EOF if a server is attached

2015-12-04 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Dec 2 22:25:55 2015 +0100| [488e9a06f014222720deafc48f43d9bd1973ba97] | committer: Andreas Cadhalpun ffmdec: only seek back at EOF if a server is attached Otherwise the ffm demuxer can return the same packets endlessly, if there is no server a

[FFmpeg-cvslog] ffmdec: reject zero-sized chunks

2015-12-04 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Dec 2 22:47:12 2015 +0100| [a611375db532c3d5363d97b10fadd0211811a4fd] | committer: Andreas Cadhalpun ffmdec: reject zero-sized chunks If size is zero, avio_get_str fails, leaving the buffer uninitialized. This causes invalid reads in av_set_op

[FFmpeg-cvslog] swscale: use AV_OPT_TYPE_BOOL for {src, dst}_range options

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Nov 21 22:06:07 2015 +0100| [010caed261ac60671411f2413a50adc9ca67fa0c] | committer: Clément Bœsch swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=010caed261ac60671411f2413a50adc9

[FFmpeg-cvslog] avformat: use AV_OPT_TYPE_BOOL in a bunch of places

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Nov 21 22:05:07 2015 +0100| [43ecec0f0386557ef6f80729ab985098fbee71e8] | committer: Clément Bœsch avformat: use AV_OPT_TYPE_BOOL in a bunch of places > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43ecec0f0386557ef6f80729ab985098fbee71

[FFmpeg-cvslog] avcodec: use AV_OPT_TYPE_BOOL in a bunch of places

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Nov 21 22:04:39 2015 +0100| [fb99ef0bd39a1859d0e65c6c16caa8e17dd3cfbe] | committer: Clément Bœsch avcodec: use AV_OPT_TYPE_BOOL in a bunch of places > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb99ef0bd39a1859d0e65c6c16caa8e17dd3cfb

[FFmpeg-cvslog] avcodec/mpegvideo: use constants for rc_strategy

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Nov 21 21:28:31 2015 +0100| [60532348d2544a6e32e84a2954b14170208d642d] | committer: Clément Bœsch avcodec/mpegvideo: use constants for rc_strategy > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60532348d2544a6e32e84a2954b14170208d642d

[FFmpeg-cvslog] avfilter: use AV_OPT_TYPE_BOOL in a bunch of places

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Nov 21 22:04:54 2015 +0100| [0e62b5d1ef1312adb2c4815fcd59c5bcd6dc4419] | committer: Clément Bœsch avfilter: use AV_OPT_TYPE_BOOL in a bunch of places > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e62b5d1ef1312adb2c4815fcd59c5bcd6dc44

[FFmpeg-cvslog] ffmpeg: enable echoing with command and debug modes

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Nov 19 22:54:45 2015 +0100| [7234e04e358bc2afc7569954c8a690c3a713f002] | committer: Clément Bœsch ffmpeg: enable echoing with command and debug modes Allow seeing text when pressing 'c' or 'd'. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby options

2015-12-04 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Nov 21 22:05:40 2015 +0100| [c1f114a8c4ff4955b57db74acd9d8583e1cc93fe] | committer: Clément Bœsch swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1f114a8c4ff4955b57db

[FFmpeg-cvslog] avfilter: add audio emphasis filter

2015-12-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 30 13:36:58 2015 +0100| [5d2cc00dd01911a3ffab746230f0a54eea7957e1] | committer: Paul B Mahol avfilter: add audio emphasis filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d2cc00dd01911a3ffab746230f

[FFmpeg-cvslog] avformat/msf: Check channels when reading the header

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 18:48:39 2015 +0100| [689a8674131c3852fc78eff1d7c044850d263e22] | committer: Michael Niedermayer avformat/msf: Check channels when reading the header Fixes integer overflow Fixes: 0c2625f236ced104d402b4a03c0d65c7/asan_generic_274e1ce_

[FFmpeg-cvslog] avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in type int

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 18:53:03 2015 +0100| [ab7ff38052f136c339dbc6a35a7815fbea20f865] | committer: Michael Niedermayer avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in type int Fixes: 3c857d4d90365731524716e6d051e43a/signal_sig

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check bpno in decode_cblk()

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 16:23:24 2015 +0100| [a85b02dcf70f62a6a433a607143f1f78fa5648bb] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check bpno in decode_cblk() Fixes: undefined shift Fixes: c409ef86f892335a0a164b5871174d5a/asan_heap-oob_1dff564_215

[FFmpeg-cvslog] mips: remove --mips32r5 configure option

2015-12-04 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:17 2015 +| [c8419035f48f0a1b7fdbf934314ce27187fcd0d9] | committer: Michael Niedermayer mips: remove --mips32r5 configure option Having a configure option with the same name as a MIPS ISA is confusing, so better to remove it

[FFmpeg-cvslog] mips: add p5600 core optimizations

2015-12-04 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:18 2015 +| [1a538a149063a435620e904225c3bd42a51c510a] | committer: Michael Niedermayer mips: add p5600 core optimizations Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 21:38:12 2015 +0100| [4f2419888ba49245761f4ab343679c38e7880cfe] | committer: Michael Niedermayer avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int Fixes: b293a6479bb4b5286cff24d356bfd955/asan_gen

[FFmpeg-cvslog] swscale/utils: Fix for runtime error: left shift of negative value -1

2015-12-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 4 21:44:05 2015 +0100| [325b59368dae3c3f2f5cc39873002b4cf133ccbc] | committer: Michael Niedermayer swscale/utils: Fix for runtime error: left shift of negative value -1 Fixes: c106b36fa36db8ff8f3ed0c82be7bea2/asan_heap-oob_32699f0_6321_

Re: [FFmpeg-cvslog] avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int

2015-12-04 Thread Clément Bœsch
On Fri, Dec 04, 2015 at 10:30:23PM +0100, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Fri > Dec 4 21:38:12 2015 +0100| [4f2419888ba49245761f4ab343679c38e7880cfe] | > committer: Michael Niedermayer > > avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot

[FFmpeg-cvslog] aaccoder: prevent crash of anmr coder

2015-12-04 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Dec 4 18:13:07 2015 +0100| [7a4652dd5da0502ff21c183b5ca7d76b1cfd6c51] | committer: Andreas Cadhalpun aaccoder: prevent crash of anmr coder If minq is negative, the range of sf_idx can be larger than SCALE_MAX_DIFF allows, causing assertion fai

[FFmpeg-cvslog] AAC encoder: ANMR, avoid empty search ranges

2015-12-04 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Fri Dec 4 22:56:34 2015 -0300| [293c170f59414647b9bba9cb4602eb92989fd4ba] | committer: Claudio Freire AAC encoder: ANMR, avoid empty search ranges Avoid generating broken paths when some bands have an empty search space. > http://git.videolan.org/gi

[FFmpeg-cvslog] ffmpeg: When streamcopying, only add the input seek position when copying timestamps.

2015-12-04 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sun Nov 22 15:03:17 2015 +0100| [5b6c0fdb4316ef71ef151e8b0f9137fe64877589] | committer: Michael Niedermayer ffmpeg: When streamcopying, only add the input seek position when copying timestamps. Using -ss as an input option shifts timestamps down by the

[FFmpeg-cvslog] libavformat/mov.c: allow QuickTime metadata to come after traks

2015-12-04 Thread Neil Birkbeck
ffmpeg | branch: master | Neil Birkbeck | Thu Dec 3 16:40:24 2015 -0800| [a16243a4aa5f9d4cb0f20ceab47c80a2c4dc] | committer: Michael Niedermayer libavformat/mov.c: allow QuickTime metadata to come after traks QuickTime metadata can come after trak data. Add indicator for which trak is be