[FFmpeg-cvslog] fate/checkasm: fix use of uninitialized memory on hevc_add_res tests

2017-03-24 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 24 22:11:34 2017 -0300| [09ce5519f3b44873ac242e9a2f89db7d459de532] | committer: James Almer fate/checkasm: fix use of uninitialized memory on hevc_add_res tests >

[FFmpeg-cvslog] fate: mask errors while constructing report files

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 22:28:02 2017 +0100| [b68068eed20ec4eeae97fb10548c32e9ce75357c] | committer: Clément Bœsch fate: mask errors while constructing report files The first case was forgotten in 89790ba2bfc9d0dc5ad407c5724b6ee616ecde58. Note:

[FFmpeg-cvslog] avcodec/dnxhd_parser: take into account compressed frame size and skip it

2017-03-24 Thread Paul B Mahol
ffmpeg | branch: release/3.2 | Paul B Mahol | Mon Mar 20 22:47:48 2017 +0100| [a60e66516233f3c84545d90d8cfd64c1cb9f0a8d] | committer: Carl Eugen Hoyos avcodec/dnxhd_parser: take into account compressed frame size and skip it Fixes #6214 and vsynth1-dnxhd-720p-hr-lb.

[FFmpeg-cvslog] lavc/xface: Reorder conditions to silence a gcc warning.

2017-03-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Feb 26 11:03:50 2017 +0100| [66c1c9b2774968dc26017269ac175b356592f878] | committer: Carl Eugen Hoyos lavc/xface: Reorder conditions to silence a gcc warning. libavcodec/xface.c:318:27: warning: assuming signed overflow does

[FFmpeg-cvslog] avcodec/tests/celp_math: Change IsAlmostEqual() to a function

2017-03-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 24 17:45:56 2017 +0100| [d92ad42fb38a312c86b71b0e17fe860f0c881be4] | committer: Michael Niedermayer avcodec/tests/celp_math: Change IsAlmostEqual() to a function Fixes empty statement, found by ubitux

[FFmpeg-cvslog] avcodec/tests: added test for celp_math.c

2017-03-24 Thread Thomas Turner
ffmpeg | branch: master | Thomas Turner | Thu Mar 23 22:48:28 2017 -0700| [824fe914fee7fb5dc8c8c14940e511cda089c36d] | committer: Michael Niedermayer avcodec/tests: added test for celp_math.c Signed-off-by: Thomas Turner Signed-off-by:

[FFmpeg-cvslog] avcodec/dnxhd_parser: take into account compressed frame size and skip it

2017-03-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Mar 20 22:47:48 2017 +0100| [e1940d2458353943e2fab6bdb87d2278077e22a5] | committer: Paul B Mahol avcodec/dnxhd_parser: take into account compressed frame size and skip it Fixes #6214 and vsynth1-dnxhd-720p-hr-lb. Signed-off-by:

[FFmpeg-cvslog] x86/hevc_add_res: merge missing changes from 3d6535983282bea542dac2e568ae50da5796be34

2017-03-24 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 24 11:23:33 2017 -0300| [ac42f080991ccef321f6f9a392e310aeb1379e1c] | committer: James Almer x86/hevc_add_res: merge missing changes from 3d6535983282bea542dac2e568ae50da5796be34 Unrolling the loops triplicates the size of the

[FFmpeg-cvslog] hap: Adjust printf length modifiers to match variable types

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Dec 8 15:57:04 2015 +0100| [fbe425c8d29e473a8f69ae2dc52b1a10b77f3b44] | committer: Diego Biurrun hap: Adjust printf length modifiers to match variable types libavcodec/hapenc.c:121:20: warning: format ‘%lu’ expects argument of

[FFmpeg-cvslog] Merge commit 'fbe425c8d29e473a8f69ae2dc52b1a10b77f3b44'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:38:11 2017 +0100| [63ad47d76b8f9f0741b967c5970623f7925bd16d] | committer: Clément Bœsch Merge commit 'fbe425c8d29e473a8f69ae2dc52b1a10b77f3b44' * commit 'fbe425c8d29e473a8f69ae2dc52b1a10b77f3b44': hap: Adjust printf length

[FFmpeg-cvslog] Adjust printf conversion specifiers to match variable signedness

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Dec 15 10:50:18 2015 +0100| [1263b2039eb5aaf1522e9de9f07c787ab30a5f50] | committer: Diego Biurrun Adjust printf conversion specifiers to match variable signedness >

[FFmpeg-cvslog] Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:23:52 2017 +0100| [1436769c57cc6e5209609073e5fd60776a293669] | committer: Clément Bœsch Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521' * commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521': Remove some pointless

[FFmpeg-cvslog] Remove some pointless TRACE level debug code

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:27:59 2016 +0100| [ca1e5eea0c7b72a6e30aa6488cfeced3a4853521] | committer: Diego Biurrun Remove some pointless TRACE level debug code This also kills some warnings with certain compiler options. >

[FFmpeg-cvslog] Merge commit '07eea5a5ded1141632aefecfa59dcdc26de2d7ea'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:21:04 2017 +0100| [bb9fdd9f616fa71f11fe40413a8a7bac178c057e] | committer: Clément Bœsch Merge commit '07eea5a5ded1141632aefecfa59dcdc26de2d7ea' * commit '07eea5a5ded1141632aefecfa59dcdc26de2d7ea': nut: Drop pointless TRACE

[FFmpeg-cvslog] nut: Drop pointless TRACE level debug code

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Dec 11 18:58:12 2015 +0100| [07eea5a5ded1141632aefecfa59dcdc26de2d7ea] | committer: Diego Biurrun nut: Drop pointless TRACE level debug code The code has little usefulness and uses the __PRETTY_FUNCTION__ GNU extension. >

[FFmpeg-cvslog] nsv: Drop unnecessary TRACE level debug code

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Dec 6 15:13:44 2015 +0100| [c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206] | committer: Diego Biurrun nsv: Drop unnecessary TRACE level debug code The output is rather silly and the code uses non-standard __FUNCTION__. >

[FFmpeg-cvslog] Merge commit 'c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:19:10 2017 +0100| [50a06c841f05f8441f1a805f96059ba433108d85] | committer: Clément Bœsch Merge commit 'c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206' * commit 'c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206': nsv: Drop unnecessary

[FFmpeg-cvslog] dnxhdenc: Drop pointless, commented-out debug output

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jan 11 15:40:20 2016 +0100| [47756f51fe836959ffa5c6e2baeacbd71e150069] | committer: Diego Biurrun dnxhdenc: Drop pointless, commented-out debug output >

[FFmpeg-cvslog] Merge commit '47756f51fe836959ffa5c6e2baeacbd71e150069'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:18:24 2017 +0100| [e809c2e40d7a75d706dd1d74fd640b0bc0909863] | committer: Clément Bœsch Merge commit '47756f51fe836959ffa5c6e2baeacbd71e150069' * commit '47756f51fe836959ffa5c6e2baeacbd71e150069': dnxhdenc: Drop pointless,

[FFmpeg-cvslog] Merge commit '0456e684394dc5a7b98ab9ebb48396d743bf3730'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:17:55 2017 +0100| [2a69724fd5e0d380d201a955269622239288e6d5] | committer: Clément Bœsch Merge commit '0456e684394dc5a7b98ab9ebb48396d743bf3730' * commit '0456e684394dc5a7b98ab9ebb48396d743bf3730': audio_fifo: Drop

[FFmpeg-cvslog] audio_fifo: Drop write-only variable

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:38:07 2015 +0100| [0456e684394dc5a7b98ab9ebb48396d743bf3730] | committer: Diego Biurrun audio_fifo: Drop write-only variable >

[FFmpeg-cvslog] h264_loopfilter: Do not print value of uninitialized variable

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:46:51 2016 +0100| [0574780d7a196f87ddd89d6362f4c47f3532b4c4] | committer: Diego Biurrun h264_loopfilter: Do not print value of uninitialized variable libavcodec/h264_loopfilter.c:531:111: warning: variable 'edge' is

[FFmpeg-cvslog] Merge commit '0574780d7a196f87ddd89d6362f4c47f3532b4c4'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:15:15 2017 +0100| [4c840c249dffe3f77443dca2b39c4c70eddd6550] | committer: Clément Bœsch Merge commit '0574780d7a196f87ddd89d6362f4c47f3532b4c4' * commit '0574780d7a196f87ddd89d6362f4c47f3532b4c4': h264_loopfilter: Do not

[FFmpeg-cvslog] mpegaudio: Do not print value of uninitialized variable

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:45:48 2016 +0100| [255526998501f0040ae43fe4848c817a97fc578a] | committer: Diego Biurrun mpegaudio: Do not print value of uninitialized variable libavcodec/mpegaudiodec_template.c:885:97: warning: variable 'x' is

[FFmpeg-cvslog] Merge commit '255526998501f0040ae43fe4848c817a97fc578a'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:14:03 2017 +0100| [fe7cae38801f63c4c99708f11f1f1d21cb06f255] | committer: Clément Bœsch Merge commit '255526998501f0040ae43fe4848c817a97fc578a' * commit '255526998501f0040ae43fe4848c817a97fc578a': mpegaudio: Do not print

[FFmpeg-cvslog] Merge commit '14cab426b03afd08bc9fe9b6e021a9543c4bdd7e'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:12:21 2017 +0100| [3a3791a5826e39b648938f2bb32e82922bbdcde3] | committer: Clément Bœsch Merge commit '14cab426b03afd08bc9fe9b6e021a9543c4bdd7e' * commit '14cab426b03afd08bc9fe9b6e021a9543c4bdd7e': build: Hardcode

[FFmpeg-cvslog] build: Hardcode avversion.h dependency

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Oct 16 08:49:40 2016 +0200| [14cab426b03afd08bc9fe9b6e021a9543c4bdd7e] | committer: Diego Biurrun build: Hardcode avversion.h dependency Since avversion.h is a generated header it must be created before dependencies can be

[FFmpeg-cvslog] openssl: Avoid double semicolons after the GET_BIO_DATA macro

2017-03-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Oct 25 21:33:34 2016 +0300| [f22363c72968f1a1fc4881d8695ec7068b0aa03c] | committer: Martin Storsjö openssl: Avoid double semicolons after the GET_BIO_DATA macro When the macro is expanded with a semicolon following it and the

[FFmpeg-cvslog] Merge commit 'f22363c72968f1a1fc4881d8695ec7068b0aa03c'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:10:15 2017 +0100| [65cb02301acc90b68e647761cd3658195b6213b8] | committer: Clément Bœsch Merge commit 'f22363c72968f1a1fc4881d8695ec7068b0aa03c' * commit 'f22363c72968f1a1fc4881d8695ec7068b0aa03c': openssl: Avoid double

[FFmpeg-cvslog] Merge commit '052b97855de2396e46682bcbae97f95a258816d4'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:07:50 2017 +0100| [d1ab8c66cf4745abe11f59236f8dc1308826bf95] | committer: Clément Bœsch Merge commit '052b97855de2396e46682bcbae97f95a258816d4' * commit '052b97855de2396e46682bcbae97f95a258816d4': aviocat: Support avio

[FFmpeg-cvslog] aviocat: Support avio options

2017-03-24 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Oct 18 14:50:45 2016 +0200| [052b97855de2396e46682bcbae97f95a258816d4] | committer: Luca Barbato aviocat: Support avio options Useful to test protocols that require options to be used. >

[FFmpeg-cvslog] Merge commit '99aeae20de4d09ea313fdc619d4e2df825155e62'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:06:37 2017 +0100| [99c9e00c685d4fb9e991b8b24aa4818c19173cff] | committer: Clément Bœsch Merge commit '99aeae20de4d09ea313fdc619d4e2df825155e62' * commit '99aeae20de4d09ea313fdc619d4e2df825155e62': scale_npp: fix

[FFmpeg-cvslog] scale_npp: fix passthrough mode

2017-03-24 Thread Yogender Gupta
ffmpeg | branch: master | Yogender Gupta | Mon Oct 24 18:44:41 2016 +0530| [99aeae20de4d09ea313fdc619d4e2df825155e62] | committer: Anton Khirnov scale_npp: fix passthrough mode Signed-off-by: Anton Khirnov >

[FFmpeg-cvslog] vaapi_decode: Remove vestigial unmap code

2017-03-24 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Oct 19 23:47:55 2016 +0100| [0aec37e625821040c103641eec9c1e7a1efa2952] | committer: Mark Thompson vaapi_decode: Remove vestigial unmap code The buffer map/unmap code was in an early version of this before it was committed, but the

[FFmpeg-cvslog] Merge commit '0aec37e625821040c103641eec9c1e7a1efa2952'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:04:33 2017 +0100| [9da2b376683b36afd846d83deca13e3df3c11f95] | committer: Clément Bœsch Merge commit '0aec37e625821040c103641eec9c1e7a1efa2952' * commit '0aec37e625821040c103641eec9c1e7a1efa2952': vaapi_decode: Remove

[FFmpeg-cvslog] vaapi_decode: Clear parameter buffers to fix picture reuse

2017-03-24 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Oct 19 23:45:46 2016 +0100| [5e879b54a3a46817ea6c8a95a9aecab1176418b9] | committer: Mark Thompson vaapi_decode: Clear parameter buffers to fix picture reuse When decoding interlaced pictures, the structure is reused to render to

[FFmpeg-cvslog] Merge commit '754b20d7ebccbe8d316b12128c8cb433d5a516ac'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:01:56 2017 +0100| [b0625388411ae8839a5aee1e246f9438939d8165] | committer: Clément Bœsch Merge commit '754b20d7ebccbe8d316b12128c8cb433d5a516ac' * commit '754b20d7ebccbe8d316b12128c8cb433d5a516ac': vaapi_h264: fix

[FFmpeg-cvslog] vaapi_h264: fix RefPicList[] field flags.

2017-03-24 Thread Gwenole Beauchesne
ffmpeg | branch: master | Gwenole Beauchesne | Wed Oct 19 23:42:53 2016 +0100| [754b20d7ebccbe8d316b12128c8cb433d5a516ac] | committer: Mark Thompson vaapi_h264: fix RefPicList[] field flags. Use new H264Ref.reference field to track field picture flags. The

[FFmpeg-cvslog] Merge commit 'ee050797664c7c74cae262ffab05006b55d47a11'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 12:57:46 2017 +0100| [fc83de7e1d0eab29942b4ceb67b49e66e7b99226] | committer: Clément Bœsch Merge commit 'ee050797664c7c74cae262ffab05006b55d47a11' * commit 'ee050797664c7c74cae262ffab05006b55d47a11': openssl: Support version

[FFmpeg-cvslog] openssl: Support version 1.1.0.

2017-03-24 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Oct 10 06:49:54 2016 +1100| [ee050797664c7c74cae262ffab05006b55d47a11] | committer: Martin Storsjö openssl: Support version 1.1.0. Further simplifications by Martin Storsjö, to minimize the diff. Signed-off-by: Martin Storsjö

[FFmpeg-cvslog] Merge commit '016387fe0fe3eff1a03ec0673bf4d2967f6cad94'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 12:43:49 2017 +0100| [2c47d243585a090ec90c97109a44f2a6d13d5f7c] | committer: Clément Bœsch Merge commit '016387fe0fe3eff1a03ec0673bf4d2967f6cad94' * commit '016387fe0fe3eff1a03ec0673bf4d2967f6cad94': rtmpdh: Don't use the

[FFmpeg-cvslog] rtmpdh: Don't use the OpenSSL DH struct

2017-03-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Oct 21 12:40:05 2016 +0300| [016387fe0fe3eff1a03ec0673bf4d2967f6cad94] | committer: Martin Storsjö rtmpdh: Don't use the OpenSSL DH struct Instead use our own struct, which we already use when using gcrypt and gnutls. In

[FFmpeg-cvslog] bktr: Use memset(0) instead of zero initialization for struct sigaction

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 21 14:17:07 2016 +0200| [2f806622e1270d3ed1d41a53049a19673dafbe70] | committer: Diego Biurrun bktr: Use memset(0) instead of zero initialization for struct sigaction sigaction is not defined in standards as a struct starting

[FFmpeg-cvslog] Merge commit '2f806622e1270d3ed1d41a53049a19673dafbe70'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 12:40:51 2017 +0100| [761bbb06ff591343b3e1ec141bb23cb2dfe502d0] | committer: Clément Bœsch Merge commit '2f806622e1270d3ed1d41a53049a19673dafbe70' * commit '2f806622e1270d3ed1d41a53049a19673dafbe70': bktr: Use memset(0)

[FFmpeg-cvslog] checkasm: Add a test for HEVC add_residual

2017-03-24 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Tue Oct 11 10:44:19 2016 +0200| [ed48a9d8143d2575a4458589cebde69ec326afd8] | committer: Diego Biurrun checkasm: Add a test for HEVC add_residual >

[FFmpeg-cvslog] Merge commit 'ed48a9d8143d2575a4458589cebde69ec326afd8'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 12:37:09 2017 +0100| [3d4039f964e4814070e0f813d8e56d397bd70436] | committer: Clément Bœsch Merge commit 'ed48a9d8143d2575a4458589cebde69ec326afd8' * commit 'ed48a9d8143d2575a4458589cebde69ec326afd8': checkasm: Add a test for

[FFmpeg-cvslog] hevc: x86: Add add_residual() SIMD optimizations

2017-03-24 Thread Pierre Edouard Lepere
ffmpeg | branch: master | Pierre Edouard Lepere | Mon Aug 18 10:01:09 2014 +0200| [6d5636ad9ab6bd9bedf902051d88b7044385f88b] | committer: Diego Biurrun hevc: x86: Add add_residual() SIMD optimizations Initially written by Pierre Edouard Lepere

[FFmpeg-cvslog] Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 12:29:21 2017 +0100| [3d6535983282bea542dac2e568ae50da5796be34] | committer: Clément Bœsch Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b' * commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b': hevc: x86: Add

[FFmpeg-cvslog] lavc/x86/hevc: rename hevc_res_add to hevc_add_res

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 11:45:23 2017 +0100| [40ac226014082682e504e8af613ed4169221ac36] | committer: Clément Bœsch lavc/x86/hevc: rename hevc_res_add to hevc_add_res This will simplify incoming merge. >

[FFmpeg-cvslog] Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 21 13:48:20 2016 +0200| [043b0b9fb1481053b712d06d2c5b772f1845b72b] | committer: Diego Biurrun Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v >

[FFmpeg-cvslog] mov: Update colr values

2017-03-24 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Oct 18 18:21:31 2016 -0400| [4b07ebf1eb13561492f7e3c30a67f34415016b3e] | committer: Vittorio Giovara mov: Update colr values For 'nclx', the latest edition of the standard switched from JPEG XR to 23001-8, which

[FFmpeg-cvslog] Merge commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e'

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 11:31:30 2017 +0100| [30ac66abf0995c3a9a6c5370d357e51268b1b69f] | committer: Clément Bœsch Merge commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e' * commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e': mov: Update colr values

[FFmpeg-cvslog] lavu/pixfmt: fix redundant comment

2017-03-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 11:17:51 2017 +0100| [a44ab512e6b905460f13ddb12c47dd2dd9aba501] | committer: Clément Bœsch lavu/pixfmt: fix redundant comment Mistake introduced in a1f6b1d9d816ad7e6a8f071b0efa2638bc80e65e. >

[FFmpeg-cvslog] lavu: Add JEDEC P22 color primaries

2017-03-24 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Oct 18 18:16:29 2016 -0400| [0d9b9bd37f43ee29ad9f709d85c8f3be9db71104] | committer: Vittorio Giovara lavu: Add JEDEC P22 color primaries >

[FFmpeg-cvslog] Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'

2017-03-24 Thread Clément Bœsch
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 '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104': lavu: Add JEDEC P22 color