[FFmpeg-cvslog] lswr/swresample: Mention the actually supported formats when erroring out.

2017-10-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Oct 26 16:52:22 2017 +0200| [851829455889cfefee8d802d8428ed36effb9fcf] | committer: Carl Eugen Hoyos lswr/swresample: Mention the actually supported formats when erroring out. Fixes ticket #6779. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] lavfi/paletteuse: move "new" option before debugging options

2017-10-28 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Oct 28 17:15:06 2017 +0200| [5c8e904eb38605cbce217cafb86f404bee60fd55] | committer: Clément Bœsch lavfi/paletteuse: move "new" option before debugging options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c8e904eb38605cbce217cafb86f4

[FFmpeg-cvslog] lavfi/paletteuse: fix to support transparency

2017-10-28 Thread Bjorn Roche
ffmpeg | branch: master | Bjorn Roche | Mon Oct 23 19:12:57 2017 -0400| [aba926e7d654b6dfab680130c92e571ee9a956f0] | committer: Clément Bœsch lavfi/paletteuse: fix to support transparency This patch enables paletteuse to identify the transparency in incoming video and tag transparent pixels on

[FFmpeg-cvslog] lavfi/paletteuse: simplify color get function prototypes

2017-10-28 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Oct 28 17:39:48 2017 +0200| [33e226f84d599bfd30eaf0687c59b6ad5e63022c] | committer: Clément Bœsch lavfi/paletteuse: simplify color get function prototypes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33e226f84d599bfd30eaf0687c59b6ad5

[FFmpeg-cvslog] avcodec: add MagicYUV encoder

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jul 8 19:14:05 2017 +0200| [3729ae659fb21b0509be7f19f9f41a4729f30347] | committer: Paul B Mahol avcodec: add MagicYUV encoder Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3729ae659fb21b0509be7f19f9f41a472

[FFmpeg-cvslog] lavfi/paletteuse: fix debug_accuracy after aba926e7d

2017-10-28 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Oct 28 17:59:47 2017 +0200| [3d547c19c211ac61771629e6bcdfbdba393a76ae] | committer: Clément Bœsch lavfi/paletteuse: fix debug_accuracy after aba926e7d > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d547c19c211ac61771629e6bcdfbdba393a7

[FFmpeg-cvslog] lavfi/paletteuse: fix debug_mean_error after aba926e7d

2017-10-28 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Oct 28 18:01:41 2017 +0200| [157d08e971f43dd17ba2c3618e31c76fa938efe2] | committer: Clément Bœsch lavfi/paletteuse: fix debug_mean_error after aba926e7d > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=157d08e971f43dd17ba2c3618e31c76fa93

[FFmpeg-cvslog] configure: add missing llvidencdsp dependency to MagicYUV encoder

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 13:14:51 2017 -0300| [93a1aac44198a7d27e427090e3749aa923a78eaa] | committer: James Almer configure: add missing llvidencdsp dependency to MagicYUV encoder Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avcodec: bump minor after addition of MagicYUV encoder

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 13:14:47 2017 -0300| [26ad6df1ced738e3443b9105b6b434ac18d1deac] | committer: James Almer avcodec: bump minor after addition of MagicYUV encoder Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26ad6df1ced

[FFmpeg-cvslog] lavfi/paletteuse: fix debug_kdtree after aba926e7d

2017-10-28 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Oct 28 18:49:30 2017 +0200| [1d348dd03fb485b9c62904734cde11a2f4813f37] | committer: Clément Bœsch lavfi/paletteuse: fix debug_kdtree after aba926e7d > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d348dd03fb485b9c62904734cde11a2f4813f3

[FFmpeg-cvslog] golomb: Simplify get_ur_golomb_jpegls

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Apr 11 12:11:59 2017 +0200| [19c5fa9eea47d45b5eedce3bff4edeaf83fb3942] | committer: Luca Barbato golomb: Simplify get_ur_golomb_jpegls The loop always consumes the bit read and the new bitstream reader can read 0 bits just fine. > http://git.videol

[FFmpeg-cvslog] avformat: Free the internal codec context at the end

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Apr 12 01:46:30 2017 +0200| [9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d] | committer: Luca Barbato avformat: Free the internal codec context at the end Avoid a use after free in avformat_find_stream_info. CC: libav-sta...@libav.org > http://git.vide

[FFmpeg-cvslog] Merge commit '19c5fa9eea47d45b5eedce3bff4edeaf83fb3942'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 14:01:05 2017 -0300| [f4bda7e305385d080e233a79a578c0db926aa10d] | committer: James Almer Merge commit '19c5fa9eea47d45b5eedce3bff4edeaf83fb3942' * commit '19c5fa9eea47d45b5eedce3bff4edeaf83fb3942': golomb: Simplify get_ur_golomb_jpegls This

[FFmpeg-cvslog] Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 14:01:25 2017 -0300| [1e5669457f6072f6bfb0e15aaeb958b44a742833] | committer: James Almer Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d' * commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d': avformat: Free the internal codec context at

[FFmpeg-cvslog] swscale: Add input support for gbrap10 pixel format

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 10 13:01:26 2016 +0200| [f6a9c20a52d67df2cd1cdbe3d2c58f33b7d4] | committer: Luca Barbato swscale: Add input support for gbrap10 pixel format Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6a9c20a52d

[FFmpeg-cvslog] pixfmt: Add gbrap10 pixel format

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 10 12:48:09 2016 +0200| [030c8be7a2c0f3ce0440ef37fe5207c0288b8c9e] | committer: Luca Barbato pixfmt: Add gbrap10 pixel format Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0

[FFmpeg-cvslog] utvideodec: Support UQY2

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 10 11:08:44 2017 +0200| [c5230955640cb65101a5f8add83abee0410583eb] | committer: Luca Barbato utvideodec: Support UQY2 Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c5230955640cb65101a5f8add83abee0410583

[FFmpeg-cvslog] swscale: Add gbrap10 output

2017-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 10 00:02:50 2016 +0100| [ac29b82ec596c19c649b43f9988cbcc56f83b9e8] | committer: Luca Barbato swscale: Add gbrap10 output Signed-off-by: Michael Niedermayer Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] Merge commit '378460fef1e563704bc5a307ba748a2b819cc09d'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 14:04:32 2017 -0300| [4205e20c287b97932f8d6a8db8cb78d80b01] | committer: James Almer Merge commit '378460fef1e563704bc5a307ba748a2b819cc09d' * commit '378460fef1e563704bc5a307ba748a2b819cc09d': utvideodec: Support for gradient prediction

[FFmpeg-cvslog] utvideodec: Reuse the huffyuv add_left

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 23 15:41:51 2016 +0100| [9227bd8ac2f22cfad2ee5bc3122d407196a0ba15] | committer: Luca Barbato utvideodec: Reuse the huffyuv add_left ~10% faster when simd is available. Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato > http://git.video

[FFmpeg-cvslog] utvideodec: Support ULY4 and ULH4

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 4 01:56:02 2016 +0200| [4f33d9d41a03981adff0a9a95ef034fd14625e95] | committer: Luca Barbato utvideodec: Support ULY4 and ULH4 Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] utvideodec: Support UQRA and UQRG

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 10 11:35:00 2017 +0200| [a93faf30d688b872e0ecc453b2dfc36470683ed6] | committer: Luca Barbato utvideodec: Support UQRA and UQRG > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a93faf30d688b872e0ecc453b2dfc36470683ed6 --- libavcodec/u

[FFmpeg-cvslog] utvideodec: Support for gradient prediction

2017-10-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 7 20:09:22 2017 +0200| [378460fef1e563704bc5a307ba748a2b819cc09d] | committer: Luca Barbato utvideodec: Support for gradient prediction Introduced with utvideo 18. Signed-off-by: Paul B Mahol Signed-off-by: Luca Barbato > http://git.videolan

[FFmpeg-cvslog] avfilter/zscale: fix segfault on library error

2017-10-28 Thread dxfhgwet
ffmpeg | branch: master | dxfhgwet | Sat Oct 28 10:20:22 2017 -0700| [b43d13144bdb63704dd55533b3fba9be376164ce] | committer: Paul B Mahol avfilter/zscale: fix segfault on library error > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b43d13144bdb63704dd55533b3fba9be376164ce --- lib

[FFmpeg-cvslog] avfilter/zscale: fix memory leak

2017-10-28 Thread dxfhgwet
ffmpeg | branch: master | dxfhgwet | Fri Oct 27 21:54:13 2017 -0700| [ff763351e74550df3b9a0465634d1ec48b15b043] | committer: Paul B Mahol avfilter/zscale: fix memory leak > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff763351e74550df3b9a0465634d1ec48b15b043 --- libavfilter/vf_zs

[FFmpeg-cvslog] swscale: Do not shift negative values directly

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Apr 15 14:39:45 2017 +0200| [f56fa95cd13f627891a1bfb66bf61b971b9e0238] | committer: Luca Barbato swscale: Do not shift negative values directly It is undefined in C as reported: warning: shifting a negative signed value is undefined > http://gi

[FFmpeg-cvslog] Merge commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 14:38:24 2017 -0300| [f361f15f362eee8751fc394aa2a8a3ce90b579dd] | committer: James Almer Merge commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238' * commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238': swscale: Do not shift negative values direct

[FFmpeg-cvslog] Merge commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 14:42:28 2017 -0300| [27050d4836b111ee2395b896872e41795d7ac015] | committer: James Almer Merge commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238' * commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238': swscale: Do not shift negative values direct

[FFmpeg-cvslog] swscale: Do not shift negative values directly

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Apr 15 14:39:45 2017 +0200| [f56fa95cd13f627891a1bfb66bf61b971b9e0238] | committer: Luca Barbato swscale: Do not shift negative values directly It is undefined in C as reported: warning: shifting a negative signed value is undefined > http://gi

[FFmpeg-cvslog] dca: Account for lfe when checking for the channel count

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Apr 17 12:53:14 2017 +| [5352802da81f2083e65d466612e639a4e6e5530e] | committer: Sean McGovern dca: Account for lfe when checking for the channel count Bug-Id: 1037 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] swscale: Convert the check check_image_pointers helper to a macro

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Apr 15 14:55:33 2017 +0200| [37f573543c4fd7f44339e04d8d15b95118493ddd] | committer: Luca Barbato swscale: Convert the check check_image_pointers helper to a macro Avoid warnings about types mismatch and make the code a little simpler. > http://git.

[FFmpeg-cvslog] Merge commit '37f573543c4fd7f44339e04d8d15b95118493ddd'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 15:04:25 2017 -0300| [dea0f2b36b98e1135de2a3521f4f9d78b2fadf21] | committer: James Almer Merge commit '37f573543c4fd7f44339e04d8d15b95118493ddd' * commit '37f573543c4fd7f44339e04d8d15b95118493ddd': swscale: Convert the check check_image_point

[FFmpeg-cvslog] Merge commit '5352802da81f2083e65d466612e639a4e6e5530e'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 15:06:08 2017 -0300| [7d829da3f91984240bae05325f1f7538d31f605b] | committer: James Almer Merge commit '5352802da81f2083e65d466612e639a4e6e5530e' * commit '5352802da81f2083e65d466612e639a4e6e5530e': dca: Account for lfe when checking for the c

[FFmpeg-cvslog] travis: Exclude gcc for the macOS target

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Apr 18 20:21:35 2017 +0200| [4809781586d1c956005f72946a2aab5915eab350] | committer: Luca Barbato travis: Exclude gcc for the macOS target On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there is little point in running the tests twic

[FFmpeg-cvslog] Merge commit '4809781586d1c956005f72946a2aab5915eab350'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 15:08:31 2017 -0300| [16a17fb6b2592caea6f0e7b79d09fd7d1f33177d] | committer: James Almer Merge commit '4809781586d1c956005f72946a2aab5915eab350' * commit '4809781586d1c956005f72946a2aab5915eab350': travis: Exclude gcc for the macOS target Me

[FFmpeg-cvslog] dashenc: use av_dict_set_int instead of static function

2017-10-28 Thread Peter Große
ffmpeg | branch: master | Peter Große | Thu Oct 26 17:58:35 2017 +0200| [3606c114172ec0cb25660b4c2e146bed5b211ba3] | committer: Michael Niedermayer dashenc: use av_dict_set_int instead of static function Signed-off-by: Peter Große Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] dashenc: move UTCTiming element to the end of the manifest

2017-10-28 Thread Peter Große
ffmpeg | branch: master | Peter Große | Fri Oct 27 21:18:47 2017 +0200| [8edb9d457251c190f7ad9de764981f79eb113374] | committer: Michael Niedermayer dashenc: move UTCTiming element to the end of the manifest Required by comformance XSD [1]. [1] https://github.com/Dash-Industry-Forum/Conforman

[FFmpeg-cvslog] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-28 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Wed Oct 18 20:11:16 2017 -0700| [80137531139588774e048d6e1dae34ab5cbbbfa2] | committer: Michael Niedermayer lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count. Signed-off-by: Sasi Inguva Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] avformat/ac3dec: Check buf2 before adding 16 in ac3_eac3_probe()

2017-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 28 16:16:46 2017 +0200| [eb54efc1e1aafe18d0a8a0c72a78314645bccc83] | committer: Michael Niedermayer avformat/ac3dec: Check buf2 before adding 16 in ac3_eac3_probe() This is needed since e0250cf3651e6417e0117486a7816b45fb2d34cd as that use

[FFmpeg-cvslog] flv: Validate the packet size

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Apr 17 14:10:52 2017 +| [279e3aaa14daba6b7a37d75f3fb6e29c732d123f] | committer: Luca Barbato flv: Validate the packet size Size can be negative at that point. Bug-Id: 1041 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 15:29:23 2017 -0300| [220603d0c83ef1fe2727813f81bab5a96cfb046d] | committer: James Almer Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f' * commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f': flv: Validate the packet size Merged-by: Ja

Re: [FFmpeg-cvslog] Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f'

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 20:30 GMT+02:00 James Almer : > ffmpeg | branch: master | James Almer | Sat Oct 28 > 15:29:23 2017 -0300| [220603d0c83ef1fe2727813f81bab5a96cfb046d] | committer: > James Almer > > Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f' > > * commit '279e3aaa14daba6b7a37d75f3fb6e29c732

[FFmpeg-cvslog] fate: change fate-ffmpeg-attached_pics to encode to pcm_s16le

2017-10-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Oct 27 22:14:23 2017 +0200| [859144fb1fffc671069e2e119c14de0b66b648c4] | committer: Marton Balint fate: change fate-ffmpeg-attached_pics to encode to pcm_s16le Previously alac encoder was used, from a first glance I thought it is bitexact, but it t

[FFmpeg-cvslog] mjpeg: Report non-3 component rgb lossless as not supported

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Apr 17 19:11:57 2017 +| [f2c469b73f8ac3dd6a98d38281f61b68ea6dd336] | committer: Luca Barbato mjpeg: Report non-3 component rgb lossless as not supported Bug-Id: 1043 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] Merge commit 'f2c469b73f8ac3dd6a98d38281f61b68ea6dd336'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 18:08:41 2017 -0300| [1232b349175cf8882734300af727a4a1149a24d6] | committer: James Almer Merge commit 'f2c469b73f8ac3dd6a98d38281f61b68ea6dd336' * commit 'f2c469b73f8ac3dd6a98d38281f61b68ea6dd336': mjpeg: Report non-3 component rgb lossless a

[FFmpeg-cvslog] Merge commit '1731c3530bffb876deb9e00dfffdf9841a8412cd'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 18:16:01 2017 -0300| [495d3b2cc3fa0598f54d9c50ab4aa9dcea6134ce] | committer: James Almer Merge commit '1731c3530bffb876deb9e00dfffdf9841a8412cd' * commit '1731c3530bffb876deb9e00dfffdf9841a8412cd': mm: Skip unexpected audio packets This comm

[FFmpeg-cvslog] mm: Skip unexpected audio packets

2017-10-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Apr 17 19:25:35 2017 +| [1731c3530bffb876deb9e00dfffdf9841a8412cd] | committer: Luca Barbato mm: Skip unexpected audio packets Bug-Id: 1046 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1731c3530bffb876d

[FFmpeg-cvslog] Merge commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 18:18:41 2017 -0300| [f568d9d0baffb4c3c82a806a6aade464a92052aa] | committer: James Almer Merge commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba' * commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba': checkasm: hevc: Add a hevc_ prefix to the ad

[FFmpeg-cvslog] checkasm: hevc: Add a hevc_ prefix to the add_residual functions

2017-10-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 19 10:37:51 2017 +0300| [e00db9f78bb475ed5103364f61892f4e75ef89ba] | committer: Martin Storsjö checkasm: hevc: Add a hevc_ prefix to the add_residual functions This makes it easier to group them with the rest when running e.g. --bench=hevc. S

[FFmpeg-cvslog] qsvenc: Use MFXVideoENCODE_Query() to update the parameters

2017-10-28 Thread Aaron Levinson
ffmpeg | branch: master | Aaron Levinson | Sun Apr 16 18:07:42 2017 -0700| [b22094d74901fb3ac203c8322f8d84aded470bfb] | committer: Luca Barbato qsvenc: Use MFXVideoENCODE_Query() to update the parameters Fill out the default/unset parameters with ones actually in use. Matches the current Medi

[FFmpeg-cvslog] qsvenc: Make sure the interlaced encoding works

2017-10-28 Thread Aaron Levinson
ffmpeg | branch: master | Aaron Levinson | Sun Apr 16 18:06:37 2017 -0700| [8fd8f91e47f33cd82371a97ac81afc476144964f] | committer: Luca Barbato qsvenc: Make sure the interlaced encoding works And reduce the vertical alignment constraint when possible to reduce the memory usage. Signed-off-by:

[FFmpeg-cvslog] Merge commit '8fd8f91e47f33cd82371a97ac81afc476144964f'

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 18:30:31 2017 -0300| [49fe0ecd405ddcee8840a98b3f09f0efe41b233d] | committer: James Almer Merge commit '8fd8f91e47f33cd82371a97ac81afc476144964f' * commit '8fd8f91e47f33cd82371a97ac81afc476144964f': qsvenc: Make sure the interlaced encoding wo

[FFmpeg-cvslog] lavfi/palettegen: Allow setting the background colour.

2017-10-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Oct 17 23:39:59 2017 +0200| [1da8c4ec85c150349b81237d13d84cb16404243d] | committer: Carl Eugen Hoyos lavfi/palettegen: Allow setting the background colour. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1da8c4ec85c150349b81237d13d84

[FFmpeg-cvslog] lavfi/palettegen: Fix compilation after 1da8c4e.

2017-10-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 29 02:35:36 2017 +0200| [8b43039fe19cacb8e7e0950ae50851cb91fa34e4] | committer: Carl Eugen Hoyos lavfi/palettegen: Fix compilation after 1da8c4e. Found-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b43039fe19c

[FFmpeg-cvslog] avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flag

2017-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 23:47:22 2017 -0300| [ca2b7794234cccd6c4ae548c4bd2eac5c53b80f2] | committer: James Almer avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flag It has no effect whatsoever since the major bump. Replace the flag's documentation to ref

[FFmpeg-cvslog] avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug

2017-10-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Oct 29 12:30:44 2017 +0800| [f5208307618d992ddd2d96866cf5a267c9bc7165] | committer: Steven Liu avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug fix ticket id: #6777 when use argument hls_segment_filename, the basename_size

[FFmpeg-cvslog] avformat/hlsenc: fix missing first segment bug in fmp4 mode

2017-10-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Oct 29 12:31:49 2017 +0800| [c3e279e75227946046ccb447d355b557118a616c] | committer: Steven Liu avformat/hlsenc: fix missing first segment bug in fmp4 mode fix ticket id: #6776 fix code logic error, need not check first segment. Signed-off-by: Steven

[FFmpeg-cvslog] avformat/hlsenc: reindent hlsenc code

2017-10-28 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Oct 29 12:32:24 2017 +0800| [073986c5aeb84e51b202f908d5ede059d371d57b] | committer: Steven Liu avformat/hlsenc: reindent hlsenc code Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=073986c5aeb84e51b202f908d5ede0