ffmpeg | branch: master | Vittorio Giovara | Tue
Oct 18 18:16:29 2016 -0400| [0d9b9bd37f43ee29ad9f709d85c8f3be9db71104] |
committer: Vittorio Giovara
lavu: Add JEDEC P22 color primaries
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d9b9bd37f43ee29ad9f709d85c8f3be9db71104
---
l
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 primaries
Me
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a
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
Mostly noop, s
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 matches the current order of our
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=043b0b9fb1481053b71
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40a
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
,
extended by James Almer .
Signed-off-by: Alexa
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 add_residual() SIMD opti
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed48a9d8143d2575a4458589cebde69ec326afd8
--
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 HEVC add_resid
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) instead of zero ini
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 with another
struct
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 OpenSSL 1.1, the DH struc
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 OpenSSL DH struct
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ö
> http://git.videolan
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 1.1.0.
This c
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
H264Picture.reference flag in DPB is
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 RefPicList[] field flag
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 vestigial unmap co
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 the same surface tw
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 unmap was never r
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 passthrough mode
This c
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99aeae20de4d09ea313fdc619d
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=052
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 options
Merged-b
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 semicolons after
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
macro itself contains
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 avversion.h dependency
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 determined as a side effe
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
uninitialized when used h
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 value of uninit
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 print value of
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 uninitialized
when us
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13
00:38:07 2015 +0100| [0456e684394dc5a7b98ab9ebb48396d743bf3730] | committer:
Diego Biurrun
audio_fifo: Drop write-only variable
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0456e684394dc5a7b98ab9ebb48396d743bf3730
---
libavu
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 write-only variable
M
ffmpeg | branch: master | Diego Biurrun | Mon Jan 11
15:40:20 2016 +0100| [47756f51fe836959ffa5c6e2baeacbd71e150069] | committer:
Diego Biurrun
dnxhdenc: Drop pointless, commented-out debug output
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47756f51fe836959ffa5c6e2baeacbd71e150
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, commented-out
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 TRACE level debug
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__.
> http://git.videolan.org/gitweb
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.
> http://git.videolan.org/g
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 level debug c
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 TRACE level debug
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 13:29:45
2017 +0100| [46f4f8ad865d4e4d867d14edb44a656318951ec1] | committer: Clément
Bœsch
Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'
* commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50':
Adjust printf conversion specifiers to
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1263b2039eb5aaf1522e9de9f
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 modifiers to
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 type
‘long unsigned
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 assembled output
whi
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: Paul B Mahol
> http
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: Michael Niedermayer
> http://git.videolan.org/gitweb.cg
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
Signed-off-by: Michael Niedermayer
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 not occur
when assum
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.
Signed-off-by: Paul B Maho
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: build_only=yes is o
ffmpeg | branch: master | James Almer | Fri Mar 24 22:11:22
2017 -0300| [36eae45510435378cfc498c6b68966492a58d03e] | committer: James Almer
fate/checkasm: use LOCAL_ALINGED_32 on hevc_add_res tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36eae45510435378cfc498c6b68966492a58d
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09ce5519f3b44873ac242e9a2f
57 matches
Mail list logo