ffmpeg | branch: master | Timo Rothenpieler | Wed Apr
11 13:47:27 2018 +0200| [9e857aa00e1035f25b220f51f46e06148b9ae4f9] | committer:
Timo Rothenpieler
avcodec/nvdec_hevc: add support for new extended sps/pps flags from SDK 8.1
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e857a
ffmpeg | branch: master | Steven Liu | Fri Apr 13
15:39:49 2018 +0800| [987026adda79be4bbc541e12c5c6796b43f84bc1] | committer:
Steven Liu
avformat/hlsenc: add option hls_delete_threshold
When using hls_list_size with hls_flags delete_segments, currently
hls_list_size * 2 +- segments remain on
ffmpeg | branch: master | Timo Rothenpieler | Fri Apr
13 09:36:49 2018 +0200| [9f3902f107343f2690dce7ac7fef7c66887692b1] | committer:
Timo Rothenpieler
avcodec/nv{enc,dec}: use sane version checking macro
For some odd reason, the Nvidia version macros puts the minor version in
the msb, so comp
ffmpeg | branch: master | Hendrik Leppkes | Mon May 29
12:09:47 2017 +0200| [7e20c8f5ebe96de94694be10e24b791e1ed4ea2d] | committer:
Hendrik Leppkes
avcodec/vp9: add profile 2 10-bit DXVA2/D3D11 decoding support
Fixes trac ticket #7099.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit
ffmpeg | branch: master | Hendrik Leppkes | Wed Apr 11
13:59:36 2018 +0200| [b4159d959394db8be59c8b2c68e4bea227fc069d] | committer:
Hendrik Leppkes
avcodec/dxva2: add VP9 10-bit Profile2 mode mappings
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4159d959394db8be59c8b2c68e4bea22
ffmpeg | branch: master | Paul B Mahol | Fri Apr 13 13:33:44
2018 +0200| [4078291d32c210e4ccd8b97c7cd95c87fda42108] | committer: Paul B Mahol
avcodec/magicyuvenc: mark as experimental
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4078291d32c210e4ccd8b
ffmpeg | branch: master | James Almer | Sat Apr 7 18:52:02
2018 -0300| [e7a2f1f8d8350a768ca88b61303449433962b52d] | committer: James Almer
configure: disable direct stripping in OpenBSD
It appears strip -o creates new files without preserving permissions
from the source binary, resulting in no
ffmpeg | branch: master | Michael Niedermayer | Fri
Apr 13 11:04:40 2018 -0300| [876f9ac9a682fc2a3b05d2fe35354d717ae39dc3] |
committer: James Almer
configure: make the C11 atomics check more robust
C11 atomics allow direct access. This check should prevent the usage
of bogus stdatomic.h availa
ffmpeg | branch: master | Gyan Doshi | Wed Apr 11 22:04:03
2018 +0530| [6b28e551d00912e0efeda8536039f8204752a684] | committer: Lou Logan
MAINTAINERS: add myself to documentation section
Signed-off-by: Lou Logan
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b28e551d00912e0efeda8
ffmpeg | branch: master | Bela Bodecs | Fri Apr 13
12:11:32 2018 +0200| [3e1204b94d1ab586e4a5b1fc7c51559bc2447dcd] | committer:
Michael Niedermayer
avformat/utils: Stream specifier enhancement 2.
In some cases, mainly working with multiprogram mpeg-ts containers as
input, it would be handy to
ffmpeg | branch: master | Michael Niedermayer | Fri
Apr 13 15:50:54 2018 +0200| [5c62a3dbda151e5a184fc29b4c7079cf8415b7e8] |
committer: Michael Niedermayer
tests/fate/filter-video: Use a bitexact/lossless input sample for
fate-filter-metadata-silencedetect
Signed-off-by: Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed
Apr 11 18:55:57 2018 +0200| [c48ceff786bdc96fdc64417118c457d03bd19871] |
committer: Michael Niedermayer
avformat/utils: Fix integer overflow in end time calculation in
update_stream_timings()
Fixes: crbug 829153
Reported-by: Matt Wolenetz
ffmpeg | branch: master | Michael Niedermayer | Fri
Apr 13 11:38:48 2018 +0200| [37d46dc21d708192b12aa13617ebe6a117b07363] |
committer: Michael Niedermayer
avformat/utils: Check cur_dts in update_initial_timestamps() more
Fixes: runtime error: signed integer overflow: 18133149658382192 -
-922
ffmpeg | branch: master | Michael Niedermayer | Wed
Apr 11 19:50:52 2018 +0200| [544324827e0131e43af1a54fb790a48a25fd7ba4] |
committer: Michael Niedermayer
avcodec/utils: Enforce minimum width also for VP5/6
Fixes: out of array access
Fixes: poc_0411
Found-by: GwanYeong Kim
Tested-by: GwanYe
ffmpeg | branch: master | Michael Niedermayer | Tue
Apr 10 22:24:03 2018 +0200| [f6304af2341d0cee51c2116766622e3ac567b7a0] |
committer: Michael Niedermayer
avcodec/truemotion2: Propagate out of bounds error from GET_TOK()
Fixes: Timeout
Fixes:
6389/clusterfuzz-testcase-minimized-ffmpeg_AV_COD
ffmpeg | branch: release/3.3 | Michael Niedermayer |
Fri Apr 13 11:38:48 2018 +0200| [d4b5ffeb57f28196c263fa228019aa6d2956476a] |
committer: Michael Niedermayer
avformat/utils: Check cur_dts in update_initial_timestamps() more
Fixes: runtime error: signed integer overflow: 18133149658382192 -
ffmpeg | branch: release/3.3 | Michael Niedermayer |
Wed Apr 11 18:55:57 2018 +0200| [01645d59156733d80f6fe777814fbe665c6164ed] |
committer: Michael Niedermayer
avformat/utils: Fix integer overflow in end time calculation in
update_stream_timings()
Fixes: crbug 829153
Reported-by: Matt Wolen
ffmpeg | branch: release/3.3 | Michael Niedermayer |
Fri Apr 13 23:11:26 2018 +0200| [93e2cb4511417d265f3644c122167678fe4d3161] |
committer: Michael Niedermayer
Changelog: update
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93e2cb4511417d265f
ffmpeg | branch: release/3.3 | Michael Niedermayer |
Wed Apr 11 19:50:52 2018 +0200| [b8ef20becf92cec9736eacb4c8cb2e9abfea6a3d] |
committer: Michael Niedermayer
avcodec/utils: Enforce minimum width also for VP5/6
Fixes: out of array access
Fixes: poc_0411
Found-by: GwanYeong Kim
Tested-by: G
ffmpeg | branch: release/3.3 | Michael Niedermayer |
Tue Apr 10 22:24:03 2018 +0200| [d7bda29820f0f71b76857f364f9178220a36b535] |
committer: Michael Niedermayer
avcodec/truemotion2: Propagate out of bounds error from GET_TOK()
Fixes: Timeout
Fixes:
6389/clusterfuzz-testcase-minimized-ffmpeg_A
ffmpeg | branch: master | James Almer | Sun Apr 1 22:50:34
2018 -0300| [ef06ed5b185dc619d9bf94d3d1284b410e25ea6b] | committer: James Almer
libaom: remove references to yuv440p pixfmt
Support for it was apparently never in the codebase, and the enum
values were recently removed from the public
ffmpeg | branch: master | James Almer | Fri Apr 13 19:54:29
2018 -0300| [b13a1210a242d2b3177592ec8687c6f579bff156] | committer: James Almer
Merge commit 'b0958698ea2b976063cb1d683becc213040c709b'
* commit 'b0958698ea2b976063cb1d683becc213040c709b':
libaom: remove references to RGB pixfmts
l
ffmpeg | branch: master | James Almer | Wed Apr 4 20:12:41
2018 -0300| [b0958698ea2b976063cb1d683becc213040c709b] | committer: James Almer
libaom: remove references to RGB pixfmts
Support for it was apparently never in the codebase, and the enum
values were recently removed from the public hea
ffmpeg | branch: master | James Almer | Fri Apr 13 19:58:47
2018 -0300| [ae7e66fb4b1a256fb79a016b9c585de84ac77339] | committer: James Almer
Merge commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc'
* commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc':
lavf/qsvvpp: bypass vpp if not needed.
Merg
ffmpeg | branch: master | Zhong Li | Wed Apr 4 17:51:29
2018 +0800| [52ed83fa1a7f5170447eff6fad0b6c57119596e9] | committer: Maxym
Dmytrychenko
lavc/qsvdec: expose frame pic_type and key_frame
Currently pict_type and key_frame are unset.
Add an extra param to fetch the picture type from qsv de
ffmpeg | branch: master | Zhong Li | Wed Apr 4 17:51:30
2018 +0800| [29a8ed766354c45c9be4b8512c5b2eb25a450cdc] | committer: Maxym
Dmytrychenko
lavf/qsvvpp: bypass vpp if not needed.
Currently vpp pipeline is always created, even for the unnecessary
cases such as setting the option "vpp_qsv=w=
ffmpeg | branch: master | James Almer | Fri Apr 13 19:58:05
2018 -0300| [6f277e1f76121736baf98aedb2bf55d8bb413fa7] | committer: James Almer
Merge commit '52ed83fa1a7f5170447eff6fad0b6c57119596e9'
* commit '52ed83fa1a7f5170447eff6fad0b6c57119596e9':
lavc/qsvdec: expose frame pic_type and key_f
ffmpeg | branch: master | Maxym Dmytrychenko | Mon Apr 2
15:17:23 2018 +0200| [cca5e4f040971db6de0bfe6968f00c021d8a9c42] | committer:
Maxym Dmytrychenko
qsv: adding Multi Frame Encode support
Starting from API 1.25 helps to improve performance of the simultaneous
encode, 1:N scenario, like:
ffmpeg | branch: master | James Almer | Fri Apr 13 20:34:23
2018 -0300| [f790410b6baa4ee53e8a5796e986de0cae78b073] | committer: James Almer
Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'
* commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42':
qsv: adding Multi Frame Encode support
Merg
ffmpeg | branch: master | James Almer | Fri Apr 13 20:38:46
2018 -0300| [bbe95ebdadff24127a7c1c9ccf1e7b71aac96cf8] | committer: James Almer
Merge commit '54307b35311e9a871b3d8ecb2b2eecfc16de0163'
* commit '54307b35311e9a871b3d8ecb2b2eecfc16de0163':
lavc/qsvdec: set complete_frame flags for pr
ffmpeg | branch: master | Zhong Li | Sat Apr 7 19:38:55
2018 +0200| [54307b35311e9a871b3d8ecb2b2eecfc16de0163] | committer: Maxym
Dmytrychenko
lavc/qsvdec: set complete_frame flags for progressive picture
Set the flag MFX_BITSTREAM_COMPLETE_FRAME when it is a progressive picture.
This can fix
ffmpeg | branch: master | Vittorio Giovara | Fri
Mar 16 11:34:25 2018 -0400| [cc06f7bd10c236539b4f6f87b795c459dd873770] |
committer: Vittorio Giovara
libx265: Support tiny video sizes
Where tiny is less than the default CTU size.
Signed-off-by: Vittorio Giovara
> http://git.videolan.org/git
ffmpeg | branch: master | James Almer | Fri Apr 13 20:41:00
2018 -0300| [4339c94364f8ff143d051fcace3e5801625db607] | committer: James Almer
Merge commit 'cc06f7bd10c236539b4f6f87b795c459dd873770'
* commit 'cc06f7bd10c236539b4f6f87b795c459dd873770':
libx265: Support tiny video sizes
Merged-by
ffmpeg | branch: master | James Almer | Fri Apr 13 20:44:56
2018 -0300| [52b44e9d15c0ee3c118ed68a0c2c737a9eb50ae9] | committer: James Almer
Merge commit 'c31f6b1d61759436ef50c094e7f4c8005e97614a'
* commit 'c31f6b1d61759436ef50c094e7f4c8005e97614a':
avprobe: Print a user-friendly version of th
ffmpeg | branch: master | Vittorio Giovara | Wed
Apr 4 17:29:34 2018 +0200| [f821b2ea276ebe7ecd854fbef9e3acd691bbf074] |
committer: Vittorio Giovara
avprobe: Support printing strings with empty keys
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f821b2ea276ebe7ecd854fbef9e3acd691
ffmpeg | branch: master | Vittorio Giovara | Wed
Apr 4 17:29:35 2018 +0200| [c31f6b1d61759436ef50c094e7f4c8005e97614a] |
committer: Vittorio Giovara
avprobe: Print a user-friendly version of the display matrix
Shift fixed point numbers to be actual decimal numbers.
> http://git.videolan.org/
ffmpeg | branch: master | Diego Biurrun | Mon Apr 2
01:06:18 2018 +0200| [8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce] | committer:
Diego Biurrun
Drop Windows XP support remnants
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce
---
libavcodec
ffmpeg | branch: master | James Almer | Fri Apr 13 20:53:31
2018 -0300| [217ad40aef9eeeff4e805dec3e980fb16aec3345] | committer: James Almer
Merge commit 'c7ab6aff66cba2f265f656ce8d56aa428d4ada76'
* commit 'c7ab6aff66cba2f265f656ce8d56aa428d4ada76':
w32pthreads: always use Vista+ API, drop XP
ffmpeg | branch: master | James Almer | Fri Apr 13 20:59:12
2018 -0300| [b14761d1f8372dfe558193b8b754b9f1a858077d] | committer: James Almer
Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'
* commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce':
Drop Windows XP support remnants
Merged-by:
ffmpeg | branch: master | wm4 | Thu Dec 21 20:23:14
2017 +0100| [c7ab6aff66cba2f265f656ce8d56aa428d4ada76] | committer: Diego
Biurrun
w32pthreads: always use Vista+ API, drop XP support
This removes the XP compatibility code, and switches entirely to SRW
locks, which are available starting at
ffmpeg | branch: master | James Almer | Thu Apr 12 00:06:30
2018 -0300| [23e994ca496c51f67d764ffa48be715c877883e5] | committer: James Almer
avformat/utils: use the existing packet reference when parsing complete frames
If the parser returns full frames, then the output pointer retured by
av_par
[ffmpeg] [branch: refs/tags/n3.3.7]
Tag:1b9d66881599f203e2cff5e03a9cd77e5a14240a
> http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=1b9d66881599f203e2cff5e03a9cd77e5a14240a
Tagger: Michael Niedermayer
Date: Sat Apr 14 02:14:39 2018 +0200
FFmpeg 3.3.7 release
__
The branch, master has been updated
via d193d38be70dbb18435b71564fa41babcb597b70 (commit)
from 08098f601c2593d2ace41c672c001b36a53b89a4 (commit)
- Log -
commit d193d38be70dbb18435b71564fa41babcb597b70
Author: Micha
43 matches
Mail list logo