[FFmpeg-cvslog] pthread_frame: Propagate sw_pix_fmt across threads

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 22:58:59 2017 +0100| [ebce1332285b16418dacb369defcfd7bae06d319] | committer: Mark Thompson pthread_frame: Propagate sw_pix_fmt across threads This is required by the VP9 hwaccels (both DXVA2 and VAAPI) when threads are enabled. Tested-by: H

[FFmpeg-cvslog] avutil/tests/dict: Check return of av_dict_parse_string()

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 23:07:52 2017 +0200| [afebf470ca73c17cc8393bfd7eeebfdf6809c2b8] | committer: Michael Niedermayer avutil/tests/dict: Check return of av_dict_parse_string() Fixes: CID1396402 Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec/clearvideo: Do not lose the return code of decode_mb()

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 22:12:12 2017 +0200| [fe46d92c15ca7bd35324ff667c433a06af8b845c] | committer: Michael Niedermayer avcodec/clearvideo: Do not lose the return code of decode_mb() Fixes CID1401671 Reviewed-by: Paul B Mahol Reviewed-by: Nicolas George S

[FFmpeg-cvslog] avfilter/af_chorus & aecho: Handle NULL return from av_strtok()

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 22:12:13 2017 +0200| [477ba8f9391f779b7927305c89b5c24120930925] | committer: Michael Niedermayer avfilter/af_chorus & aecho: Handle NULL return from av_strtok() Fixes CID1396260 Reviewed-by: Paul B Mahol Signed-off-by: Michael Nieder

[FFmpeg-cvslog] avformat/libopenmpt: Check for avio_size() failure

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 22:55:28 2017 +0200| [bd8201566d754384105923bb1fb3bb3a5c08cc8b] | committer: Michael Niedermayer avformat/libopenmpt: Check for avio_size() failure Fixes CID1396850 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avformat/mov: Init ref_sc / ref_st to NULL

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 23:03:24 2017 +0200| [77a3c288bd57cb47aa8382ce57732775f6730519] | committer: Michael Niedermayer avformat/mov: Init ref_sc / ref_st to NULL This is more robust in case some change or corner case causes them to be dereferenced before be

[FFmpeg-cvslog] Merge commit '88f0cf8cd30c8ea283430e6710a7bd98bb9c0301'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 23:23:40 2017 +0200| [2a68d3b1a5082901a0678f7c15374053630757a9] | committer: Clément Bœsch Merge commit '88f0cf8cd30c8ea283430e6710a7bd98bb9c0301' * commit '88f0cf8cd30c8ea283430e6710a7bd98bb9c0301': avplay: Correct function pointer assign

[FFmpeg-cvslog] avplay: Correct function pointer assignments in options array

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 9 12:55:37 2015 +0100| [88f0cf8cd30c8ea283430e6710a7bd98bb9c0301] | committer: Diego Biurrun avplay: Correct function pointer assignments in options array avplay.c:2928:5: warning: ISO C forbids initialization between function pointer and ‘vo

[FFmpeg-cvslog] Merge commit '943533d64c7fa7a1b2fc9559e67652c349d21d51'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 23:22:52 2017 +0200| [aac40dd6154da79fa28ac5a23b40edaec472009a] | committer: Clément Bœsch Merge commit '943533d64c7fa7a1b2fc9559e67652c349d21d51' * commit '943533d64c7fa7a1b2fc9559e67652c349d21d51': avconv: Correct function pointer assign

[FFmpeg-cvslog] avconv: Correct function pointer assignments in options array

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 9 12:54:53 2015 +0100| [943533d64c7fa7a1b2fc9559e67652c349d21d51] | committer: Diego Biurrun avconv: Correct function pointer assignments in options array Fixes several warnings of the type avconv_opt.c:2356:5: warning: ISO C forbids initializ

[FFmpeg-cvslog] lzf: update pointer p after realloc

2017-03-30 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 4 23:33:02 2016 +0100| [43de8b328b62cf21ec176c3989065168da471a5f] | committer: Luca Barbato lzf: update pointer p after realloc This fixes heap-use-after-free detected by AddressSanitizer. Signed-off-by: Andreas Cadhalpun Signed-off-by:

[FFmpeg-cvslog] Merge commit '43de8b328b62cf21ec176c3989065168da471a5f'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 23:22:07 2017 +0200| [9813df118984b4e5c6c121b180cb664f7cd233bd] | committer: Clément Bœsch Merge commit '43de8b328b62cf21ec176c3989065168da471a5f' * commit '43de8b328b62cf21ec176c3989065168da471a5f': lzf: update pointer p after realloc Th

[FFmpeg-cvslog] swscale: Add GRAY12

2017-03-30 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Thu Nov 3 16:10:03 2016 +0100| [ab839054e662d3227e1f795ba1dfd01fe1cf305c] | committer: Luca Barbato swscale: Add GRAY12 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab839054e662d3227e1f795ba1dfd01fe1cf305c --- libswscale/input.c

[FFmpeg-cvslog] Merge commit 'ab839054e662d3227e1f795ba1dfd01fe1cf305c'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 23:21:31 2017 +0200| [62e46fac26462442a2ddab8072fc8773aeeed833] | committer: Clément Bœsch Merge commit 'ab839054e662d3227e1f795ba1dfd01fe1cf305c' * commit 'ab839054e662d3227e1f795ba1dfd01fe1cf305c': swscale: Add GRAY12 This commit is a n

[FFmpeg-cvslog] Merge commit '7471352f1915813cda725ce624607d84b5a3a61c'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 23:18:56 2017 +0200| [719f1a923f2fa9b1f8fddd2acca6999460657b08] | committer: Clément Bœsch Merge commit '7471352f1915813cda725ce624607d84b5a3a61c' * commit '7471352f1915813cda725ce624607d84b5a3a61c': pixfmt: Add GRAY12 This commit is a no

[FFmpeg-cvslog] pixfmt: Add GRAY12

2017-03-30 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Thu Nov 3 16:03:54 2016 +0100| [7471352f1915813cda725ce624607d84b5a3a61c] | committer: Luca Barbato pixfmt: Add GRAY12 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7471352f1915813cda725ce624607d84b5a3a61c --- doc/APIchanges | 3 +

[FFmpeg-cvslog] Merge commit '4ab61cd983b539749bd621ea271624ddb5196a8e'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 22:07:57 2017 +0100| [ff821fdfced0de05e1e62c7fec2635ffc607f383] | committer: Mark Thompson Merge commit '4ab61cd983b539749bd621ea271624ddb5196a8e' * commit '4ab61cd983b539749bd621ea271624ddb5196a8e': qsv{enc,dec}: extend the internal frame

[FFmpeg-cvslog] qsv{enc,dec}: extend the internal frame allocator

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 10 09:38:21 2016 +0200| [4ab61cd983b539749bd621ea271624ddb5196a8e] | committer: Anton Khirnov qsv{enc,dec}: extend the internal frame allocator Handle the internal frame requests, which is required by the HEVC encoding plugin. Signed-off-by: M

[FFmpeg-cvslog] Merge commit '00aeedd84105a17f414185bd33ecadebeddb3a27'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 22:06:03 2017 +0100| [c0f2a8eac172ce720a513abe1706a026236c0579] | committer: Mark Thompson Merge commit '00aeedd84105a17f414185bd33ecadebeddb3a27' * commit '00aeedd84105a17f414185bd33ecadebeddb3a27': qsv{dec,enc}: use a struct as a memory

[FFmpeg-cvslog] qsv{dec, enc}: use a struct as a memory id with internal memory allocator

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 10 08:29:23 2016 +0200| [00aeedd84105a17f414185bd33ecadebeddb3a27] | committer: Anton Khirnov qsv{dec,enc}: use a struct as a memory id with internal memory allocator This will allow implementing the allocator more fully, which is needed by the

[FFmpeg-cvslog] Merge commit '404e51478ecad060249d5b9bee6ab39a8a9d8c1c'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 22:00:03 2017 +0100| [2f18e452f88fc6ed7b0e308d4de5c386ee1b3a12] | committer: Mark Thompson Merge commit '404e51478ecad060249d5b9bee6ab39a8a9d8c1c' * commit '404e51478ecad060249d5b9bee6ab39a8a9d8c1c': qsv{dec,enc}: always use an internal mf

[FFmpeg-cvslog] qsv{dec, enc}: always use an internal mfxFrameSurface1

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Aug 9 12:05:49 2016 +0200| [404e51478ecad060249d5b9bee6ab39a8a9d8c1c] | committer: Anton Khirnov qsv{dec,enc}: always use an internal mfxFrameSurface1 For encoding, this avoids modifying the input surface, which we are not allowed to do. This will

[FFmpeg-cvslog] Merge commit 'e8bbacbf529049c401bfeea70d5e0b5d2c8b6de6'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 21:54:46 2017 +0100| [e3f9c5826ace91bf8d933bd924df2eb4081da6c6] | committer: Mark Thompson Merge commit 'e8bbacbf529049c401bfeea70d5e0b5d2c8b6de6' * commit 'e8bbacbf529049c401bfeea70d5e0b5d2c8b6de6': hwcontext_qsv: support frame mapping M

[FFmpeg-cvslog] hwcontext_qsv: support frame mapping

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 6 11:33:15 2016 +0200| [e8bbacbf529049c401bfeea70d5e0b5d2c8b6de6] | committer: Anton Khirnov hwcontext_qsv: support frame mapping Signed-off-by: Maxym Dmytrychenko > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8bbacbf529049c40

[FFmpeg-cvslog] avfilter/af_sofalizer: Fix bad shift

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 22:15:21 2017 +0200| [4064f3f0dfe71f6d378b9252a390f89c4315bf54] | committer: Michael Niedermayer avfilter/af_sofalizer: Fix bad shift Fixes CID1396835 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avfilter/vf_minterpolate: Use dx and dy

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 22:24:47 2017 +0200| [855305fac2399c0d484f51be4e6bb67e520835e0] | committer: Michael Niedermayer avfilter/vf_minterpolate: Use dx and dy Fixes CID1396283 and CID1396284 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avfilter/deshake_opencl: Remove redundant return

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 22:21:29 2017 +0200| [4798237f01cf7f27e5528bbbfdc6ef40a0b50660] | committer: Michael Niedermayer avfilter/deshake_opencl: Remove redundant return Fixes: CID1396846 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] hwcontext_qsv: transfer data through the child context when VPP fails

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 10 14:58:08 2016 +0200| [8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d] | committer: Anton Khirnov hwcontext_qsv: transfer data through the child context when VPP fails Uploading/downloading data through VPP may not work for some formats, in that ca

[FFmpeg-cvslog] Merge commit '8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 21:18:23 2017 +0100| [546524056d7c26304cba855405e43b43dabe00d2] | committer: Mark Thompson Merge commit '8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d' * commit '8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d': hwcontext_qsv: transfer data through th

[FFmpeg-cvslog] hwcontext_qsv: do not fail when download/upload VPP session creation fails

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 10 12:54:31 2016 +0200| [b91ce4860054430d3712deb0d9487cac2fcb7d68] | committer: Anton Khirnov hwcontext_qsv: do not fail when download/upload VPP session creation fails Certain pixel formats (e.g. P8) might not be supported for download/upload

[FFmpeg-cvslog] Merge commit 'b91ce4860054430d3712deb0d9487cac2fcb7d68'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 21:16:58 2017 +0100| [7cb082ac2ff0b0689d156ec5f3b54e73c0b6b744] | committer: Mark Thompson Merge commit 'b91ce4860054430d3712deb0d9487cac2fcb7d68' * commit 'b91ce4860054430d3712deb0d9487cac2fcb7d68': hwcontext_qsv: do not fail when downloa

[FFmpeg-cvslog] Merge commit 'b115a35ea62b8f479b48d99a601f0e157517301e'

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 30 21:16:09 2017 +0100| [59b1942aae47ce56511a3e11e99a5d42d6becfe2] | committer: Mark Thompson Merge commit 'b115a35ea62b8f479b48d99a601f0e157517301e' * commit 'b115a35ea62b8f479b48d99a601f0e157517301e': hwcontext_qsv: add support for the P8 f

[FFmpeg-cvslog] hwcontext_qsv: add support for the P8 format

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 10 13:01:55 2016 +0200| [b115a35ea62b8f479b48d99a601f0e157517301e] | committer: Anton Khirnov hwcontext_qsv: add support for the P8 format When using GPU surfaces with QSV, one needs to supply a frame allocator, which will be invoked to pass su

[FFmpeg-cvslog] avcodec/atrac3: Check init_get_bits8() for failure

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 19:00:00 2017 +0200| [e976e68fc5513fea05b45556cbe959e6675dbe7d] | committer: Michael Niedermayer avcodec/atrac3: Check init_get_bits8() for failure This is more for correctness than actually fixing a missing error path Fixes CID139996

[FFmpeg-cvslog] avfilter/avf_abitscope: Correct range for framerate

2017-03-30 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Mar 23 19:22:30 2017 +0530| [2104e3383fd1e9340c693451d9c7abb6501683ac] | committer: Lou Logan avfilter/avf_abitscope: Correct range for framerate Signed-off-by: Gyan Doshi Signed-off-by: Paul B Mahol (via IRC) > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avformat/mux: Check return code of av_packet_split_side_data()

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 15:58:32 2017 +0200| [8779ec91b22338ac916c48f5e6255570c3b0] | committer: Michael Niedermayer avformat/mux: Check return code of av_packet_split_side_data() Fixes CID1403225 Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] doc/examples/encode_audio: Favor a sample rate close to 44khz instead of the maximum sample rate

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 15:12:19 2017 +0200| [59b8c2a4e668d129dedfab696cd8c07f5103343c] | committer: Michael Niedermayer doc/examples/encode_audio: Favor a sample rate close to 44khz instead of the maximum sample rate This is an example, people will copy and

[FFmpeg-cvslog] ffmpeg: Fix avframe memleak

2017-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 16:13:22 2017 +0200| [004f27f0fb6e8ebf6b4078c77d21b0f248a2213f] | committer: Michael Niedermayer ffmpeg: Fix avframe memleak Fixes CID1401674 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] doc/examples/filtering_audio: switch to new decoding API

2017-03-30 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Mar 29 16:25:24 2017 +0200| [03372d0a90c01ad4e74f7f35cb0022d6bc681575] | committer: Matthieu Bouron doc/examples/filtering_audio: switch to new decoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03372d0a90c01ad4e74f7f35cb002

[FFmpeg-cvslog] doc/examples/filtering_video: switch to new decoding API

2017-03-30 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Mar 29 14:58:01 2017 +0200| [afd257b43feb6ba60d823b65f02b283f404a7e13] | committer: Matthieu Bouron doc/examples/filtering_video: switch to new decoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=afd257b43feb6ba60d823b65f02b2

Re: [FFmpeg-cvslog] Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'

2017-03-30 Thread Clément Bœsch
On Thu, Mar 30, 2017 at 01:08:33PM +0200, Michael Niedermayer wrote: > On Fri, Mar 24, 2017 at 11:26:04AM +0100, Clément Bœsch wrote: > > ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 11:20:41 > > 2017 +0100| [0b3decc5964bf1f51ef13af58606aea5878a6ce9] | committer: Clément > > Bœsch > > >

[FFmpeg-cvslog] doc/codecs: add jedec-p22

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 13:59:15 2017 +0200| [b22c4d822b3315449ebb975a691f36933c14a00b] | committer: Clément Bœsch doc/codecs: add jedec-p22 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b22c4d822b3315449ebb975a691f36933c14a00b --- doc/codecs.texi |

[FFmpeg-cvslog] avformat/nut: Add HEVC and Opus support

2017-03-30 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Tue Mar 28 17:07:47 2017 -0400| [744916908167951c8d3590bc8efeac0ffe35c1ee] | committer: Michael Niedermayer avformat/nut: Add HEVC and Opus support Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=744916908167

Re: [FFmpeg-cvslog] Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'

2017-03-30 Thread Michael Niedermayer
On Fri, Mar 24, 2017 at 11:26:04AM +0100, Clément Bœsch wrote: > ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 11:20:41 > 2017 +0100| [0b3decc5964bf1f51ef13af58606aea5878a6ce9] | committer: Clément > Bœsch > > Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104' > > * commit '0d9b9bd

[FFmpeg-cvslog] hwcontext_dxva2: frame mapping support

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 5 13:39:44 2016 +0200| [910973765417f06a4a9ccbd006e4df74c32ecb01] | committer: Anton Khirnov hwcontext_dxva2: frame mapping support Signed-off-by: Maxym Dmytrychenko > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=910973765417f06

[FFmpeg-cvslog] hwcontext_dxva2: add support for the P8 format

2017-03-30 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 10 13:01:55 2016 +0200| [10065d9324c2e35ce7040b6a2b9ebf6079bcbf42] | committer: Anton Khirnov hwcontext_dxva2: add support for the P8 format This format is used internally by the QSV encoder to store the encoded bitstream. Signed-off-by: Maxym

[FFmpeg-cvslog] Merge commit '910973765417f06a4a9ccbd006e4df74c32ecb01'

2017-03-30 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Thu Mar 30 11:33:51 2017 +0200| [9ca5d2de5d14fb60a0b4d2eace73a34e7e33861f] | committer: Hendrik Leppkes Merge commit '910973765417f06a4a9ccbd006e4df74c32ecb01' * commit '910973765417f06a4a9ccbd006e4df74c32ecb01': hwcontext_dxva2: frame mapping supp

[FFmpeg-cvslog] Merge commit '10065d9324c2e35ce7040b6a2b9ebf6079bcbf42'

2017-03-30 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Thu Mar 30 11:37:39 2017 +0200| [14764b93e282f1c1a30d093da915df1b692db126] | committer: Hendrik Leppkes Merge commit '10065d9324c2e35ce7040b6a2b9ebf6079bcbf42' * commit '10065d9324c2e35ce7040b6a2b9ebf6079bcbf42': hwcontext_dxva2: add support for th

[FFmpeg-cvslog] dxva2: fix surface selection when compiled with both d3d11va and dxva2

2017-03-30 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Nov 7 09:59:28 2016 +0100| [fabfbfe5710050812147f93a351a53fdda56ff8c] | committer: Anton Khirnov dxva2: fix surface selection when compiled with both d3d11va and dxva2 Fixes a regression introduced in be630b1e08ebe8f766b1798accd6b8e5e096f5aa Si

[FFmpeg-cvslog] Merge commit 'fabfbfe5710050812147f93a351a53fdda56ff8c'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 11:13:08 2017 +0200| [46998d037f8bfebee7bb6578df24a5a3b8f41299] | committer: Clément Bœsch Merge commit 'fabfbfe5710050812147f93a351a53fdda56ff8c' * commit 'fabfbfe5710050812147f93a351a53fdda56ff8c': dxva2: fix surface selection when compi

[FFmpeg-cvslog] Merge commit 'db0b3dccb3842de134721e8d5c275f56d384340d'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 11:10:11 2017 +0200| [03f22c288aff7e2d75c7f993e8626195e84e0842] | committer: Clément Bœsch Merge commit 'db0b3dccb3842de134721e8d5c275f56d384340d' * commit 'db0b3dccb3842de134721e8d5c275f56d384340d': libx265: Add option to force IDR frames

[FFmpeg-cvslog] libx265: Add option to force IDR frames

2017-03-30 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Sun Nov 6 14:09:37 2016 +| [db0b3dccb3842de134721e8d5c275f56d384340d] | committer: Martin Storsjö libx265: Add option to force IDR frames This is in the same the same vein as 380146924ecad2e05e9dcc5c3c2e1b5ba47c51e8. Signed-off-by: Derek Buite

[FFmpeg-cvslog] Merge commit '3cba09e5228c889d63814dc43bc68f15c9dbac77'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 11:07:09 2017 +0200| [80f91c8d5a6f3c708dd55c3f8e86cbeffcd6bc0e] | committer: Clément Bœsch Merge commit '3cba09e5228c889d63814dc43bc68f15c9dbac77' * commit '3cba09e5228c889d63814dc43bc68f15c9dbac77': x86: Drop stray semicolons after functi

[FFmpeg-cvslog] x86: Drop stray semicolons after function definitions

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 14:04:08 2015 +0100| [3cba09e5228c889d63814dc43bc68f15c9dbac77] | committer: Diego Biurrun x86: Drop stray semicolons after function definitions libavcodec/x86/rv40dsp_init.c:97:2: warning: ISO C does not allow extra ‘;’ outside of a functi

[FFmpeg-cvslog] Merge commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 11:04:12 2017 +0200| [8524b0162f01272dcefbcbbe79b2b90f117088f1] | committer: Clément Bœsch Merge commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d' * commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d': configure: Silence lld-link when gettin

[FFmpeg-cvslog] configure: Silence lld-link when getting the version number

2017-03-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Nov 3 14:14:12 2016 +0200| [d1ef1b9eaa45043ea5df5a004fb37243e05da61d] | committer: Martin Storsjö configure: Silence lld-link when getting the version number In recent lld-link versions, this command prints the version to stdout, but also prints

[FFmpeg-cvslog] Merge commit '392caa65df3efa8b2d48a80f08a6af4892c61c08'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:59:10 2017 +0200| [aa7976fd15501f861fdceb07b45279c5d6409b1b] | committer: Clément Bœsch Merge commit '392caa65df3efa8b2d48a80f08a6af4892c61c08' * commit '392caa65df3efa8b2d48a80f08a6af4892c61c08': arm: vp9mc: Insert a literal pool at th

[FFmpeg-cvslog] hwcontext_vaapi: Frame mapping support

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Oct 25 20:43:08 2016 +0100| [8ad9f9d675eab139aa2208722009eeed981460dd] | committer: Mark Thompson hwcontext_vaapi: Frame mapping support Can map to any supported software format (using a GPU copy if it doesn't actually match the surface format unde

[FFmpeg-cvslog] arm: vp9mc: Insert a literal pool at the middle of the file

2017-03-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 4 09:16:22 2016 +0200| [392caa65df3efa8b2d48a80f08a6af4892c61c08] | committer: Martin Storsjö arm: vp9mc: Insert a literal pool at the middle of the file This fixes errors like this when building non-pic binaries with armv6 as baseline: Erro

[FFmpeg-cvslog] Merge commit '8ad9f9d675eab139aa2208722009eeed981460dd'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:55:32 2017 +0200| [71c22fb7aec9a3f81c00bdc990e14a276bf163a4] | committer: Clément Bœsch Merge commit '8ad9f9d675eab139aa2208722009eeed981460dd' * commit '8ad9f9d675eab139aa2208722009eeed981460dd': hwcontext_vaapi: Frame mapping support

[FFmpeg-cvslog] lavfi: Hardware map filter

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Oct 25 20:40:17 2016 +0100| [124e26971e69bb25f38c6c7cb3fa20c77cf10966] | committer: Mark Thompson lavfi: Hardware map filter Takes a frame associated with a hardware context as input and maps it to something else (another hardware frame or normal m

[FFmpeg-cvslog] Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:41:24 2017 +0200| [6234fd2fa0123d8b6802a337d456cfb82ae57e49] | committer: Clément Bœsch Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966' * commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966': lavfi: Hardware map filter Merged-by:

[FFmpeg-cvslog] hwcontext: Hardware frame mapping

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Oct 25 20:38:47 2016 +0100| [d06aa24ba583ad08025da9e1b29afcd8218ff9b0] | committer: Mark Thompson hwcontext: Hardware frame mapping Adds the new av_hwframe_map() function, which allows mapping between hardware frames and normal memory, along with i

[FFmpeg-cvslog] Merge commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:36:37 2017 +0200| [4cda23f1f146211825edbf7a4aed0feeaa00711f] | committer: Clément Bœsch Merge commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0' * commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0': hwcontext: Hardware frame mapping Merg

[FFmpeg-cvslog] Merge commit '99434f4df81b6801b2b535d5b9143305595784f6'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:23:25 2017 +0200| [f291a9a1adab8ba41e06073b8a9e51f528be6532] | committer: Clément Bœsch Merge commit '99434f4df81b6801b2b535d5b9143305595784f6' * commit '99434f4df81b6801b2b535d5b9143305595784f6': float_dsp: Have implementation match fu

[FFmpeg-cvslog] float_dsp: Have implementation match function pointer prototype

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 1 00:33:05 2016 +0100| [99434f4df81b6801b2b535d5b9143305595784f6] | committer: Diego Biurrun float_dsp: Have implementation match function pointer prototype libavutil/x86/float_dsp_init.c(144) : warning C4028: formal parameter 1 different fro

[FFmpeg-cvslog] Merge commit '67351924fa91dea4339109100a4c0689f006581f'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:26:29 2017 +0200| [03f5e80bdbbfa3229b6af3ad7bc94cc1468cc1b6] | committer: Clément Bœsch Merge commit '67351924fa91dea4339109100a4c0689f006581f' * commit '67351924fa91dea4339109100a4c0689f006581f': Drop unreachable break and return state

[FFmpeg-cvslog] Drop unreachable break and return statements

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:39:31 2015 +0100| [67351924fa91dea4339109100a4c0689f006581f] | committer: Diego Biurrun Drop unreachable break and return statements > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67351924fa91dea4339109100a4c0689f006581f ---

[FFmpeg-cvslog] Merge commit '6354957a95022864746180525680cca872ab0e0a'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:21:37 2017 +0200| [77248d12181288dd00d1f83fc03649ef14e4dfbe] | committer: Clément Bœsch Merge commit '6354957a95022864746180525680cca872ab0e0a' * commit '6354957a95022864746180525680cca872ab0e0a': dnxhdenc: Have function pointer prototy

[FFmpeg-cvslog] dnxhdenc: Have function pointer prototype match implementation

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 1 00:30:33 2016 +0100| [6354957a95022864746180525680cca872ab0e0a] | committer: Diego Biurrun dnxhdenc: Have function pointer prototype match implementation libavcodec/dnxhdenc.c(326) : warning C4028: formal parameter 1 different from declarat

[FFmpeg-cvslog] Merge commit 'c778eb15b89d875cb246b18f65b3b4321cb1e7d6'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:14:21 2017 +0200| [7b89015715046e2a35f584caab2f11625809754c] | committer: Clément Bœsch Merge commit 'c778eb15b89d875cb246b18f65b3b4321cb1e7d6' * commit 'c778eb15b89d875cb246b18f65b3b4321cb1e7d6': pixblockdsp: Have function pointer prot

[FFmpeg-cvslog] pixblockdsp: Have function pointer prototype match implementation

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Oct 31 23:12:20 2016 +0100| [c778eb15b89d875cb246b18f65b3b4321cb1e7d6] | committer: Diego Biurrun pixblockdsp: Have function pointer prototype match implementation libavcodec/pixblockdsp.c(58) : warning C4028: formal parameter 1 different from dec

[FFmpeg-cvslog] ituh263dec: Have function signature match across declaration and definition

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Oct 31 23:06:54 2016 +0100| [99ddeddc7fc996c0c1e842112928490e78542bd5] | committer: Diego Biurrun ituh263dec: Have function signature match across declaration and definition libavcodec/ituh263dec.c(215) : warning C4028: formal parameter 1 different

[FFmpeg-cvslog] Merge commit '99ddeddc7fc996c0c1e842112928490e78542bd5'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:12:43 2017 +0200| [c223784ea7f320032b8c407815441f98b7241421] | committer: Clément Bœsch Merge commit '99ddeddc7fc996c0c1e842112928490e78542bd5' * commit '99ddeddc7fc996c0c1e842112928490e78542bd5': ituh263dec: Have function signature mat

[FFmpeg-cvslog] Merge commit '67c65e461cb073d61ffbc78845d4a3d8f14bf481'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:07:00 2017 +0200| [4f96c11ed74342a88346fe7972c71514cc98b320] | committer: Clément Bœsch Merge commit '67c65e461cb073d61ffbc78845d4a3d8f14bf481' * commit '67c65e461cb073d61ffbc78845d4a3d8f14bf481': vf_hwupload_cuda: Fix build error This

[FFmpeg-cvslog] vf_hwupload_cuda: Fix build error

2017-03-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Nov 3 16:33:25 2016 +| [67c65e461cb073d61ffbc78845d4a3d8f14bf481] | committer: Diego Biurrun vf_hwupload_cuda: Fix build error Broken by e3fb74f7f9a8f1895381355f40c92cac3c1023d9. Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb

[FFmpeg-cvslog] svq3: Drop unused function dctcoef_get()

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Oct 31 23:49:12 2016 +0100| [13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2] | committer: Diego Biurrun svq3: Drop unused function dctcoef_get() libavcodec/svq3.c:627:29: warning: unused function 'dctcoef_get' [-Wunused-function] > http://git.videolan.

[FFmpeg-cvslog] Merge commit '13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:06:01 2017 +0200| [a5745897e4c56785bfc8a00f70f9c81fadc29a4d] | committer: Clément Bœsch Merge commit '13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2' * commit '13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2': svq3: Drop unused function dctcoef_get(

[FFmpeg-cvslog] Merge commit 'ee59f0540875ab42496af2aacddd942757707683'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 10:03:59 2017 +0200| [b76dd6a6783285ef6549a75b77198388fff0c1e6] | committer: Clément Bœsch Merge commit 'ee59f0540875ab42496af2aacddd942757707683' * commit 'ee59f0540875ab42496af2aacddd942757707683': intrax8: Have function signature match

[FFmpeg-cvslog] intrax8: Have function signature match across declaration and definition

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 20 16:00:15 2016 +0200| [ee59f0540875ab42496af2aacddd942757707683] | committer: Diego Biurrun intrax8: Have function signature match across declaration and definition libavcodec/intrax8.c(776) : warning C4028: formal parameter 1 different from

[FFmpeg-cvslog] Merge commit '1a469a5e423bdad779b8534247dea8cc86169b88'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 09:58:09 2017 +0200| [a48c0c41c4dee06d5d99afd02ebf683135b95f78] | committer: Clément Bœsch Merge commit '1a469a5e423bdad779b8534247dea8cc86169b88' * commit '1a469a5e423bdad779b8534247dea8cc86169b88': options_table: Remove a now unnecessary

[FFmpeg-cvslog] options_table: Remove a now unnecessary include of config.h

2017-03-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Nov 3 10:39:24 2016 +0200| [1a469a5e423bdad779b8534247dea8cc86169b88] | committer: Martin Storsjö options_table: Remove a now unnecessary include of config.h The include of config.h was added in 2012 in 1d9c2dc8, due to the use of CONFIG_SNOW_ENC

[FFmpeg-cvslog] arm: vp9: Add NEON optimizations of VP9 MC functions

2017-03-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Nov 3 09:12:08 2016 +0200| [ffbd1d2b0002576ef0d976a41ff959c635373fdc] | committer: Martin Storsjö arm: vp9: Add NEON optimizations of VP9 MC functions This work is sponsored by, and copyright, Google. The filter coefficients are signed values, w

[FFmpeg-cvslog] Merge commit 'ffbd1d2b0002576ef0d976a41ff959c635373fdc'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 09:47:50 2017 +0200| [d4bb093ad35aa0a85d920d9c258d21ed818a05ab] | committer: Clément Bœsch Merge commit 'ffbd1d2b0002576ef0d976a41ff959c635373fdc' * commit 'ffbd1d2b0002576ef0d976a41ff959c635373fdc': arm: vp9: Add NEON optimizations of VP9

[FFmpeg-cvslog] Merge commit '2e55e26b40e269816bba54da7d0e03955731b8fe'

2017-03-30 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Mar 30 09:35:37 2017 +0200| [4503d678cb047b0c70496e1e51f869b713ed9975] | committer: Clément Bœsch Merge commit '2e55e26b40e269816bba54da7d0e03955731b8fe' * commit '2e55e26b40e269816bba54da7d0e03955731b8fe': vp9: Flip the order of arguments in MC

[FFmpeg-cvslog] vp9: Flip the order of arguments in MC functions

2017-03-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Nov 3 09:12:02 2016 +0200| [2e55e26b40e269816bba54da7d0e03955731b8fe] | committer: Martin Storsjö vp9: Flip the order of arguments in MC functions This makes it match the pattern already used for VP8 MC functions. This also makes the signature m