[FFmpeg-cvslog] lavc/h264dec: use OFFSET macro

2017-03-15 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Feb 6 17:14:57 2017 +0100| [1ade4d87bae8db3f2073c18eb322382ad7827bb9] | committer: Matthieu Bouron lavc/h264dec: use OFFSET macro > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ade4d87bae8db3f2073c18eb322382ad7827bb9 --- libavcod

[FFmpeg-cvslog] Merge commit 'b183abfb5b6366b177cf44f244c66156257a6fd6'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 12:23:18 2017 +0100| [89a032634b6edde1efa402d7deaa66fa25dd3e2b] | committer: Clément Bœsch Merge commit 'b183abfb5b6366b177cf44f244c66156257a6fd6' * commit 'b183abfb5b6366b177cf44f244c66156257a6fd6': vpx: Support color range Decoder chunk

[FFmpeg-cvslog] vpx: Support color range

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Jul 22 09:33:04 2016 +0200| [b183abfb5b6366b177cf44f244c66156257a6fd6] | committer: Luca Barbato vpx: Support color range The range field has been introduced in version 1.6.0 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b183abfb5b636

[FFmpeg-cvslog] checkasm: Cast unsigned to signed

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Jul 19 05:26:33 2016 +0200| [40ad05bab206c932a32171d45581080c914b06ec] | committer: Luca Barbato checkasm: Cast unsigned to signed Avoid a warning for passing an unsigned value to abs(), some compilers might optimize away abs(). > http://git.videol

[FFmpeg-cvslog] Merge commit '40ad05bab206c932a32171d45581080c914b06ec'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 12:32:15 2017 +0100| [8b13492c9ecf85f1f674f99df370a19992b3910a] | committer: Clément Bœsch Merge commit '40ad05bab206c932a32171d45581080c914b06ec' * commit '40ad05bab206c932a32171d45581080c914b06ec': checkasm: Cast unsigned to signed Merg

[FFmpeg-cvslog] hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Jan 19 17:57:03 2016 +0100| [48b80f8393d418ad35d73f5a36f5011de1928f3c] | committer: Diego Biurrun hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=48b80f8393d418ad35d73f

[FFmpeg-cvslog] Merge commit '48b80f8393d418ad35d73f5a36f5011de1928f3c'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 12:34:51 2017 +0100| [6426c58b1cb91b05699e19aab50763eabb63dc57] | committer: Clément Bœsch Merge commit '48b80f8393d418ad35d73f5a36f5011de1928f3c' * commit '48b80f8393d418ad35d73f5a36f5011de1928f3c': hpeldsp: Explain why put_no_rnd_pixels_

[FFmpeg-cvslog] Merge commit '79fb0692992c74214c6cf8e81350fc93eeffc5ec'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 12:44:35 2017 +0100| [50d303a66ad03575a1d21ffdb0cfe9aa4de28f89] | committer: Clément Bœsch Merge commit '79fb0692992c74214c6cf8e81350fc93eeffc5ec' * commit '79fb0692992c74214c6cf8e81350fc93eeffc5ec': configure: Move defines for controlling

[FFmpeg-cvslog] configure: Check for strtoll and redirect to _strtoi64 in the msvcrt block

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jul 20 23:39:20 2016 +0300| [56af0bc10f49654b5b5f3efe82c69a13bf15fc8b] | committer: Martin Storsjö configure: Check for strtoll and redirect to _strtoi64 in the msvcrt block This allows doing this redirection, if building with clang against old en

[FFmpeg-cvslog] Merge commit '56af0bc10f49654b5b5f3efe82c69a13bf15fc8b'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 12:39:34 2017 +0100| [132523448ba495f392706b0d1e0625e6e8555d13] | committer: Clément Bœsch Merge commit '56af0bc10f49654b5b5f3efe82c69a13bf15fc8b' * commit '56af0bc10f49654b5b5f3efe82c69a13bf15fc8b': configure: Check for strtoll and redire

[FFmpeg-cvslog] configure: Move defines for controlling MSVCRT headers to the CRT detection section

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Jul 21 00:04:35 2016 +0300| [79fb0692992c74214c6cf8e81350fc93eeffc5ec] | committer: Martin Storsjö configure: Move defines for controlling MSVCRT headers to the CRT detection section This allows these flags to be automatically enabled for clang,

[FFmpeg-cvslog] configure: Allow detecting and using LLVM lld-link as linker for windows

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jul 22 10:19:52 2016 +0300| [100fb0ddfda958da70f98feac81f924c02483789] | committer: Martin Storsjö configure: Allow detecting and using LLVM lld-link as linker for windows Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] Merge commit '100fb0ddfda958da70f98feac81f924c02483789'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 12:49:03 2017 +0100| [67e2ba36ec5096a875e377fa1703c535e7eef081] | committer: Clément Bœsch Merge commit '100fb0ddfda958da70f98feac81f924c02483789' * commit '100fb0ddfda958da70f98feac81f924c02483789': configure: Allow detecting and using LL

[FFmpeg-cvslog] avconv: Check that muxing_queue exists before reading from it

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jul 25 15:04:02 2016 +0200| [e46a6fb7732a7caef97a916a4f765ec0f779d195] | committer: Diego Biurrun avconv: Check that muxing_queue exists before reading from it This avoids a segfault on nonexisting codec names. > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/videotoolboxenc: add rc_max_bitrate control into videotoolbox

2017-03-15 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Mar 14 22:53:43 2017 +0800| [0052f3f527c4558d32b4f710063acb096493d99c] | committer: Rick Kern avcodec/videotoolboxenc: add rc_max_bitrate control into videotoolbox add kVTCompressionPropertyKey_DataRateLimits support by rc_max_bitrate Reviewed-by: Ri

[FFmpeg-cvslog] Merge commit 'ae90119c6701fa09ff747cca35238e36b2d2ab2f'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:09:06 2017 +0100| [9f28db47accb31bfec40a56dd2dc19ffd366a6be] | committer: Clément Bœsch Merge commit 'ae90119c6701fa09ff747cca35238e36b2d2ab2f' * commit 'ae90119c6701fa09ff747cca35238e36b2d2ab2f': configure: Simplify license incompatibi

[FFmpeg-cvslog] configure: Simplify license incompatibility check

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jul 25 15:07:58 2016 +0200| [ae90119c6701fa09ff747cca35238e36b2d2ab2f] | committer: Diego Biurrun configure: Simplify license incompatibility check > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae90119c6701fa09ff747cca35238e36b2d2ab2f

[FFmpeg-cvslog] mimic: do not release the newly obsolete reference at the end of decoding

2017-03-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 25 13:52:59 2016 +0200| [a115eb9e750543f1d8bf951414d291069bf396c2] | committer: Anton Khirnov mimic: do not release the newly obsolete reference at the end of decoding The reference frames are used in update_thread_context(), so modifying them

[FFmpeg-cvslog] Merge commit 'a115eb9e750543f1d8bf951414d291069bf396c2'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:23:30 2017 +0100| [e40fd81809eaf2725727437a2e015814e9f576a5] | committer: Clément Bœsch Merge commit 'a115eb9e750543f1d8bf951414d291069bf396c2' * commit 'a115eb9e750543f1d8bf951414d291069bf396c2': mimic: do not release the newly obsolet

[FFmpeg-cvslog] Merge commit '2ac00d2d1d51047c6ce69d5fbe1a08392d142658'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:29:56 2017 +0100| [8636ccb5c0ffd0d1b22c2774a4921cea7e0163b1] | committer: Clément Bœsch Merge commit '2ac00d2d1d51047c6ce69d5fbe1a08392d142658' * commit '2ac00d2d1d51047c6ce69d5fbe1a08392d142658': mov: Validate the ID number This commi

[FFmpeg-cvslog] mov: Validate the ID number

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Jul 26 11:42:11 2016 +0200| [2ac00d2d1d51047c6ce69d5fbe1a08392d142658] | committer: Diego Biurrun mov: Validate the ID number IDs in MOV start from 1. Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ac00d

[FFmpeg-cvslog] ac3dec: Split spx-specific code from decode_audio_block()

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Jul 18 19:50:32 2016 +0200| [a5ebe5d1217942238c641c83b24ef1106e53934a] | committer: Diego Biurrun ac3dec: Split spx-specific code from decode_audio_block() Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5

[FFmpeg-cvslog] Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:43:59 2017 +0100| [7c4dbd1df985b171252d0d8deaf3c87c82d710da] | committer: Clément Bœsch Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a' * commit 'a5ebe5d1217942238c641c83b24ef1106e53934a': ac3dec: Split spx-specific code from de

[FFmpeg-cvslog] ac3dec: Split coupling-specific code from decode_audio_block()

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Jul 18 19:50:33 2016 +0200| [f0ccc65bc9ab9ddf1366066395564c71bcc825ee] | committer: Diego Biurrun ac3dec: Split coupling-specific code from decode_audio_block() Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:56:47 2017 +0100| [2e3221c30320854f4f584d1f7aa5c86806e1e816] | committer: Clément Bœsch Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee' * commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee': ac3dec: Split coupling-specific code fr

[FFmpeg-cvslog] ac3dec: Simplify skipping

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Jul 18 19:50:35 2016 +0200| [3db51bf671defd47f2ec5ab67b11fb7730fb5e5a] | committer: Diego Biurrun ac3dec: Simplify skipping skip_bits_long() can skip up to 32-bit ranges. Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:57:57 2017 +0100| [151b5e4a53c29d3866774366ad3c30231f1ec81b] | committer: Clément Bœsch Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a' * commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a': ac3dec: Simplify skipping Merged-by: C

[FFmpeg-cvslog] ac3dec: Add some inline hints

2017-03-15 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Jul 18 19:50:34 2016 +0200| [8495d84f0101464b15517860db33e8605586d87e] | committer: Diego Biurrun ac3dec: Add some inline hints Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8495d84f0101464b15517860db33e8

[FFmpeg-cvslog] Merge commit '8495d84f0101464b15517860db33e8605586d87e'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 21:58:13 2017 +0100| [4ac44520e5269a6d376bb6bbac34824251570262] | committer: Clément Bœsch Merge commit '8495d84f0101464b15517860db33e8605586d87e' * commit '8495d84f0101464b15517860db33e8605586d87e': ac3dec: Add some inline hints Merged-b

[FFmpeg-cvslog] Merge commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 22:07:47 2017 +0100| [4a9c5f6bc5a825f10b77f6ce084aa840d5c1d93e] | committer: Clément Bœsch Merge commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c' * commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c': Remove the legacy X11 screen grabber M

[FFmpeg-cvslog] Remove the legacy X11 screen grabber

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jul 27 11:25:19 2016 +0200| [4fef648d10bf3bcfd4b8fa5755c1128966a2427c] | committer: Diego Biurrun Remove the legacy X11 screen grabber The XCB screen grabber is a drop-in replacement and not under GPL. > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] x11grab: Rename internal component to "xcbgrab"

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jul 27 11:31:49 2016 +0200| [5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688] | committer: Diego Biurrun x11grab: Rename internal component to "xcbgrab" > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688 -

[FFmpeg-cvslog] Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 22:17:29 2017 +0100| [f6d61eb6f95aaf3a529397f205dd61d5dc47bce0] | committer: Clément Bœsch Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688' * commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688': x11grab: Rename internal component to "

[FFmpeg-cvslog] doc: remove remaining legacy x11grab references

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 22:23:00 2017 +0100| [2f6661c940161e97c7d5a2275e398264b171e001] | committer: Clément Bœsch doc: remove remaining legacy x11grab references > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f6661c940161e97c7d5a2275e398264b171e001 -

[FFmpeg-cvslog] Fix instances of broken indentation found by gcc 6

2017-03-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jul 29 16:18:25 2016 +0200| [5ebef79abecc3ffcc4ab0d46e203d13b068107c9] | committer: Anton Khirnov Fix instances of broken indentation found by gcc 6 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ebef79abecc3ffcc4ab0d46e203d13b068107c

[FFmpeg-cvslog] Merge commit '5ebef79abecc3ffcc4ab0d46e203d13b068107c9'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 23:00:50 2017 +0100| [dd0abace3ec73d253486a0dd19f43dd9263f8a2f] | committer: Clément Bœsch Merge commit '5ebef79abecc3ffcc4ab0d46e203d13b068107c9' * commit '5ebef79abecc3ffcc4ab0d46e203d13b068107c9': Fix instances of broken indentation fou

[FFmpeg-cvslog] flac demuxer: improve probing

2017-03-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jul 30 15:14:26 2016 +0200| [ed1cd81076434b76f37576d4d806973476a8e96c] | committer: Anton Khirnov flac demuxer: improve probing Extend the probe function to validate the STREAMINFO block that must follow the fLaC ID tag. > http://git.videolan.org/

[FFmpeg-cvslog] Merge commit 'ed1cd81076434b76f37576d4d806973476a8e96c'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 23:16:23 2017 +0100| [e887d685f74197cda153c0ec57f9cb719a33932b] | committer: Clément Bœsch Merge commit 'ed1cd81076434b76f37576d4d806973476a8e96c' * commit 'ed1cd81076434b76f37576d4d806973476a8e96c': flac demuxer: improve probing Suggeste

[FFmpeg-cvslog] qsvdec: only access hwaccel_context is the pixel format is QSV

2017-03-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jul 30 16:38:51 2016 +0200| [e328178da90f44690e0076f4dbfd16da9175f441] | committer: Anton Khirnov qsvdec: only access hwaccel_context is the pixel format is QSV We do not strictly specify that hwaccel_context must be cleared if no hwaccel is used.

[FFmpeg-cvslog] Merge commit 'e328178da90f44690e0076f4dbfd16da9175f441'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 23:22:50 2017 +0100| [aabe525734aa591debd6a5a00adbe7c6af7f3882] | committer: Clément Bœsch Merge commit 'e328178da90f44690e0076f4dbfd16da9175f441' * commit 'e328178da90f44690e0076f4dbfd16da9175f441': qsvdec: only access hwaccel_context is

[FFmpeg-cvslog] Merge commit '7ebdffc353f3f0827864e8e3461fdc00cc243b14'

2017-03-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 15 23:26:10 2017 +0100| [d96f6df3a649ab3276c7c854a1dfe23e89279d91] | committer: Clément Bœsch Merge commit '7ebdffc353f3f0827864e8e3461fdc00cc243b14' * commit '7ebdffc353f3f0827864e8e3461fdc00cc243b14': dxv: Check to make sure we don't overru

[FFmpeg-cvslog] dxv: Check to make sure we don't overrun buffers on corrupt inputs

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Jul 28 13:45:24 2016 +0300| [7ebdffc353f3f0827864e8e3461fdc00cc243b14] | committer: Martin Storsjö dxv: Check to make sure we don't overrun buffers on corrupt inputs Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] configure: libnpp is always nonfree, even with LGPL

2017-03-15 Thread Ricardo Constantino
ffmpeg | branch: master | Ricardo Constantino | Wed Mar 15 22:47:58 2017 +| [b409d8d4a276490cd67255fd4230ea0954bd8c50] | committer: James Almer configure: libnpp is always nonfree, even with LGPL libnpp was erroneously grouped up with libfdk-aac and openssl to check if --enable-nonfree was

[FFmpeg-cvslog] avcodec/wavpack: Fix multiple integer overflows

2017-03-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Mar 14 01:17:53 2017 +0100| [58e9c7f4a2fdce4bc5531a618c142f27117c5145] | committer: Michael Niedermayer avcodec/wavpack: Fix multiple integer overflows Fixes: 839/clusterfuzz-testcase-4871084446842880 Found-by: continuous fuzzing process ht

[FFmpeg-cvslog] avcodec/simple_idct_template: Fix several integer overflows

2017-03-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Mar 13 02:25:42 2017 +0100| [45198477de19ccb00729b7eec07d81494f0353e0] | committer: Michael Niedermayer avcodec/simple_idct_template: Fix several integer overflows Benchmarks with START_TIMER indicate that the code is faster with unsigned, (

[FFmpeg-cvslog] avcodec/tiff: Check palette shift

2017-03-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Mar 14 01:34:14 2017 +0100| [cfa10e11be4c17fdff0c77cba7c0b3d6ea99acea] | committer: Michael Niedermayer avcodec/tiff: Check palette shift Fixes multiple runtime error: shift exponent 792 is too large for 32-bit type 'unsigned int' Found-by

[FFmpeg-cvslog] Merge commit '230b1c070baa3b6d4bd590426a365b843d60ff50'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:17:37 2017 -0300| [916dff9cb10220aa88241da33a56ddeb8906826c] | committer: James Almer Merge commit '230b1c070baa3b6d4bd590426a365b843d60ff50' * commit '230b1c070baa3b6d4bd590426a365b843d60ff50': intreadwrite: Add intermediate variables in

[FFmpeg-cvslog] intreadwrite: Add intermediate variables in the byteswise AV_W*() macros

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Aug 1 09:07:48 2016 +0300| [230b1c070baa3b6d4bd590426a365b843d60ff50] | committer: Martin Storsjö intreadwrite: Add intermediate variables in the byteswise AV_W*() macros This avoids issues with expanding the argument multiple times, and makes su

[FFmpeg-cvslog] Don't use expressions with side effects in macro parameters

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Jul 28 13:10:22 2016 +0300| [25bacd0a0c32ae682e6f411b1ac9020aeaabca72] | committer: Martin Storsjö Don't use expressions with side effects in macro parameters AV_WB32 can be implemented as a macro that expands its parameters multiple times (in cas

[FFmpeg-cvslog] Merge commit '014773b66bdff4de24f384066d1a85d2a5bb6774'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:14:51 2017 -0300| [4708f978902b9b65c00a41d0ce51107fa843efeb] | committer: James Almer Merge commit '014773b66bdff4de24f384066d1a85d2a5bb6774' * commit '014773b66bdff4de24f384066d1a85d2a5bb6774': libavutil: Use an intermediate variable in A

[FFmpeg-cvslog] libavutil: Use an intermediate variable in AV_COPY*U

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Jul 28 14:30:25 2016 +0300| [014773b66bdff4de24f384066d1a85d2a5bb6774] | committer: Martin Storsjö libavutil: Use an intermediate variable in AV_COPY*U If AV_RN and AV_WN are macros with multiple individual reads and writes, the previous version o

[FFmpeg-cvslog] Merge commit '25bacd0a0c32ae682e6f411b1ac9020aeaabca72'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:13:54 2017 -0300| [eedb44a605ce34caf7af139df584437e95220e02] | committer: James Almer Merge commit '25bacd0a0c32ae682e6f411b1ac9020aeaabca72' * commit '25bacd0a0c32ae682e6f411b1ac9020aeaabca72': Don't use expressions with side effects in m

[FFmpeg-cvslog] Merge commit 'f79d847400d218cfd0b95f10358fe6e65ec3c9c4'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:20:44 2017 -0300| [30fe4b8d4ce2ae0272f983f454a94f27b62f8c67] | committer: James Almer Merge commit 'f79d847400d218cfd0b95f10358fe6e65ec3c9c4' * commit 'f79d847400d218cfd0b95f10358fe6e65ec3c9c4': intreadwrite: Use the __unaligned keyword on

[FFmpeg-cvslog] intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Aug 1 10:04:42 2016 +0300| [f79d847400d218cfd0b95f10358fe6e65ec3c9c4] | committer: Martin Storsjö intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64 AV_WN64 is meant for unaligned data, but the existing av_alias* unions (without

[FFmpeg-cvslog] Merge commit '9806b9ab5c7fb2ac5efd8ffa8713fea0c5fd218d'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:33:13 2017 -0300| [86fb169df5895cc72835d6edd9b9c987f0bcf130] | committer: James Almer Merge commit '9806b9ab5c7fb2ac5efd8ffa8713fea0c5fd218d' * commit '9806b9ab5c7fb2ac5efd8ffa8713fea0c5fd218d': Revert "Don't use expressions with side effe

[FFmpeg-cvslog] Merge commit 'fc94a1acc27ab7296edce3fa81ef36691af5c134'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:33:59 2017 -0300| [8c0aacf0ec77215a4a46f73ec18d884fa6aa71ca] | committer: James Almer Merge commit 'fc94a1acc27ab7296edce3fa81ef36691af5c134' * commit 'fc94a1acc27ab7296edce3fa81ef36691af5c134': Revert "libavutil: Use an intermediate varia

[FFmpeg-cvslog] Revert "Don't use expressions with side effects in macro parameters"

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Aug 1 09:04:33 2016 +0300| [9806b9ab5c7fb2ac5efd8ffa8713fea0c5fd218d] | committer: Martin Storsjö Revert "Don't use expressions with side effects in macro parameters" This reverts commit 25bacd0a0c32ae682e6f411b1ac9020aeaabca72. Since 230b1c070,

[FFmpeg-cvslog] Revert "libavutil: Use an intermediate variable in AV_COPY*U"

2017-03-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Aug 1 09:04:43 2016 +0300| [fc94a1acc27ab7296edce3fa81ef36691af5c134] | committer: Martin Storsjö Revert "libavutil: Use an intermediate variable in AV_COPY*U" This reverts commit 014773b66bdff4de24f384066d1a85d2a5bb6774. Since 230b1c070, the by

[FFmpeg-cvslog] dvbsubdec: Use NULL instead of 0 as pointer value

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Aug 1 21:19:09 2016 +0200| [e723dce6f8ba1e8260433b6ecfe5a3262f4c7a99] | committer: Diego Biurrun dvbsubdec: Use NULL instead of 0 as pointer value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e723dce6f8ba1e8260433b6ecfe5a3262f4c7a99

[FFmpeg-cvslog] Merge commit 'e723dce6f8ba1e8260433b6ecfe5a3262f4c7a99'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:35:36 2017 -0300| [f073b2da8410eb83eb0c7db6badc5f0bdeeb1f9c] | committer: James Almer Merge commit 'e723dce6f8ba1e8260433b6ecfe5a3262f4c7a99' * commit 'e723dce6f8ba1e8260433b6ecfe5a3262f4c7a99': dvbsubdec: Use NULL instead of 0 as pointer

[FFmpeg-cvslog] Merge commit '3ccec334b8502701e72ef13bed25913c3578022e'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:37:40 2017 -0300| [e298497f0c6ed7c87371ca78a3788d2d0026cd0c] | committer: James Almer Merge commit '3ccec334b8502701e72ef13bed25913c3578022e' * commit '3ccec334b8502701e72ef13bed25913c3578022e': sbrdsp: Move a misplaced #endif directive to

[FFmpeg-cvslog] sbrdsp: Move a misplaced #endif directive to the right spot

2017-03-15 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Jul 30 14:33:50 2016 +0200| [3ccec334b8502701e72ef13bed25913c3578022e] | committer: Diego Biurrun sbrdsp: Move a misplaced #endif directive to the right spot > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ccec334b8502701e72ef13bed2591

[FFmpeg-cvslog] m4vdec: Check for non-startcode 00 00 00 sequences in probe

2017-03-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 7 16:39:39 2014 +0200| [e5b019725f53b79159931d3a7317107cbbfd0860] | committer: Diego Biurrun m4vdec: Check for non-startcode 00 00 00 sequences in probe This makes the m4v detection less trigger-happy. Bug-Id: 949 Signed-off-by: Diego B

[FFmpeg-cvslog] h264dec: reset nb_slice_ctx_queued for hwaccel decoding

2017-03-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Aug 1 07:42:30 2016 +0200| [d3e4d406b020b0464486318aceda08bd8f69ca41] | committer: Anton Khirnov h264dec: reset nb_slice_ctx_queued for hwaccel decoding Fixes hwaccel decoding of files with multiple slices. Found-By: Mark Thompson > http://git.

[FFmpeg-cvslog] Merge commit 'e5b019725f53b79159931d3a7317107cbbfd0860'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:40:35 2017 -0300| [67817468d3fdabce64239c75c216337f66136682] | committer: James Almer Merge commit 'e5b019725f53b79159931d3a7317107cbbfd0860' * commit 'e5b019725f53b79159931d3a7317107cbbfd0860': m4vdec: Check for non-startcode 00 00 00 seq

[FFmpeg-cvslog] Merge commit 'd3e4d406b020b0464486318aceda08bd8f69ca41'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 21:41:29 2017 -0300| [65ff562c3b305ed7ef979b3182de1c5e7264dd22] | committer: James Almer Merge commit 'd3e4d406b020b0464486318aceda08bd8f69ca41' * commit 'd3e4d406b020b0464486318aceda08bd8f69ca41': h264dec: reset nb_slice_ctx_queued for hwacc

[FFmpeg-cvslog] x86: deduplicate some constants

2017-03-15 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 6 07:43:39 2014 +| [3c504bc3599f00bfc5923adc114beef34bce11d0] | committer: Anton Khirnov x86: deduplicate some constants Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c504bc3599f00bfc5923a

[FFmpeg-cvslog] Merge commit '3c504bc3599f00bfc5923adc114beef34bce11d0'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 22:07:28 2017 -0300| [e632fe9babe95478a14bde0b67bb5b0c9ba67aea] | committer: James Almer Merge commit '3c504bc3599f00bfc5923adc114beef34bce11d0' * commit '3c504bc3599f00bfc5923adc114beef34bce11d0': x86: deduplicate some constants Merged-by:

[FFmpeg-cvslog] Merge commit '63ac8e2d93080b74f6be32c7c3c1a1e44aacf34e'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 22:13:41 2017 -0300| [b5122b040fe9441871b3d275d7f5e9eb352d4f28] | committer: James Almer Merge commit '63ac8e2d93080b74f6be32c7c3c1a1e44aacf34e' * commit '63ac8e2d93080b74f6be32c7c3c1a1e44aacf34e': lavu: add LOCAL_ALIGNED_32 This commit is a

[FFmpeg-cvslog] lavc: align the linesize to 32 when AVX is enabled

2017-03-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jul 30 20:54:42 2016 +0200| [89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0] | committer: Anton Khirnov lavc: align the linesize to 32 when AVX is enabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89aebc5bcc6e23a0a79c3f51c3a55c3571692ba

[FFmpeg-cvslog] lavu: add LOCAL_ALIGNED_32

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 23 23:53:36 2014 -0300| [63ac8e2d93080b74f6be32c7c3c1a1e44aacf34e] | committer: Anton Khirnov lavu: add LOCAL_ALIGNED_32 Signed-off-by: James Almer Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63ac8e

[FFmpeg-cvslog] Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0'

2017-03-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 15 22:16:53 2017 -0300| [6c4665deb4d20e3e305e54b4fb4431e57497d374] | committer: James Almer Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0' * commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0': lavc: align the linesize to 32 when AVX is e