ffmpeg | branch: master | Kaustubh Raste | Mon Nov
6 11:33:04 2017 +0530| [991eca0f8729043724ae4574be0eb4c20bdba915] | committer:
Michael Niedermayer
avcodec/mips: Improve hevc bi 4 tap hv mc msa functions
Use global mask buffer for appropriate mask load.
Use immediate unsigned saturation for
ffmpeg | branch: master | Kaustubh Raste | Mon Nov
6 11:07:23 2017 +0530| [ecd69cade8eded32b1185f4e70e65dbb3f6ac293] | committer:
Michael Niedermayer
avcodec/mips: Improve avc avg mc 10, 30, 01 and 03 msa functions
Align the mask buffer to 64 bytes.
Load the specific destination bytes instead
ffmpeg | branch: master | Martin Vignali | Mon Nov
6 23:59:00 2017 +0100| [7e1f21148dfdf7f6477b17a7c77e4406fe4650a6] | committer:
James Almer
libavcodec/mepgvideo : remove warning introduce by previous patch
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Martin Vignali | Mon Nov
6 21:52:37 2017 +0100| [0380b72d35a092f3089af52e57dee0d848bc2b9f] | committer:
Martin Vignali
libavcodec/lossless_video_dsp : cosmetic add better separator for each
function, in order to make reading of the asm file easier
> http://git.video
ffmpeg | branch: master | Martin Vignali | Mon Nov
6 21:51:54 2017 +0100| [da62128ea1429daae6c680838d6726e9cfd10972] | committer:
Martin Vignali
libavcodec/lossless_videodsp : add add_bytes avx2 version
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da62128ea1429daae6c680838d6726
ffmpeg | branch: master | Martin Vignali | Sun Oct
29 18:01:30 2017 +0100| [fbe91487797c91dc9e4b79628a448e2451ef28a6] | committer:
Martin Vignali
checkasm/llviddsp : add test for other dsp func
add_median_pred
add_left_pred : add two func one with acc 0, and one with random acc
add_left_pred16
ffmpeg | branch: master | Martin Vignali | Sat Oct
28 14:06:22 2017 +0200| [ad784e0cb68f59d541210b4c53e1486ecbdb488a] | committer:
Martin Vignali
fate/utvideo : add test for decoding and encoding
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad784e0cb68f59d541210b4c53e1486ecbdb48
ffmpeg | branch: master | Martin Vignali | Sat Oct
28 17:12:58 2017 +0200| [9c714731895aab109151a36bf21838f7c4e86445] | committer:
Martin Vignali
libavcodec/utvideo : simplify decode_plane
the func is only call with step = 1
no need to pass it in the func
> http://git.videolan.org/gitweb.cgi/
ffmpeg | branch: master | Martin Vignali | Sat Oct
21 18:47:49 2017 +0200| [97ac8a47ddc81cb57b7a702e2a301570faa1f11b] | committer:
Martin Vignali
libavcodec/blockdsp : fix comment. clear_block need 32 aligned now
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97ac8a47ddc81cb57b7a7
ffmpeg | branch: master | Martin Vignali | Mon Nov
6 22:39:17 2017 +0100| [bb3d62874e87827ce33ac3821ba1ee96d231698d] | committer:
James Almer
avutil/pixdesc: remove reference to avcodec_get_chroma_sub_sample
Don't recommend to use deprecated functions.
Signed-off-by: James Almer
> http://g
ffmpeg | branch: master | Martin Vignali | Mon Nov
6 22:39:16 2017 +0100| [4ada428aae2f4ab42c6cebc0d7591c0e62db6fe2] | committer:
James Almer
avcodec: remove remaining uses of avcodec_get_chroma_sub_sample
Replace them with av_pix_fmt_get_chroma_sub_sample.
Signed-off-by: James Almer
> htt
ffmpeg | branch: master | Lorenz Brun | Fri Oct 21
22:51:37 2016 +0200| [1cfd566324f4a9be066ea400685b81c0695e64d9] | committer:
Vittorio Giovara
dvbsubdec: Fixed segfault when decoding subtitles
This fixes a segfault (originally found in Movian, but traced to libav)
when decoding subtitles bec
ffmpeg | branch: master | James Almer | Mon Nov 6 18:46:05
2017 -0300| [7d1c79f533e0c80cbcda60d3cbd8216551a1bac5] | committer: James Almer
Merge commit 'a594f17f83a1ffdc1eec18818208fe39487dd5d7'
* commit 'a594f17f83a1ffdc1eec18818208fe39487dd5d7':
dvbsubdec: Free subrect memory on allocation
ffmpeg | branch: master | Vittorio Giovara | Tue
Jun 13 11:35:16 2017 -0400| [a594f17f83a1ffdc1eec18818208fe39487dd5d7] |
committer: Vittorio Giovara
dvbsubdec: Free subrect memory on allocation error
Signed-off-by: Vittorio Giovara
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:52
2017 +0200| [70e5e7c02232d1e51c362d5572c567a9e2a8dcc2] | committer: Luca Barbato
dxva: add declarative profile checks
Make supported codec profiles part of each dxva_modes entry. Every DXVA2
mode is representative for a codec with a subset of
ffmpeg | branch: master | Anton Khirnov | Thu Jun 22
20:05:12 2017 +0200| [3fdf50f9e864c88da2139cf066832944de81acaa] | committer:
Luca Barbato
hwframe: Allow hwaccel frame allocators to align surface sizes
Hardware accelerated decoding generally uses AVHWFramesContext for pool
allocation of ha
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:57
2017 +0200| [cfc9e7c94eafa33e7f109099664ec4fb57ac5ca3] | committer: Luca Barbato
hwcontext_d3d11va: add option to enable debug mode
Basically copied from VLC (LGPL):
http://git.videolan.org/?p=vlc.git;a=blob;f=modules/video_output/win32/direc
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:54
2017 +0200| [086321c612185469ebb85a1887527c8915b488b7] | committer: Luca Barbato
hwcontext_d3d11va: fix crash on frames_init failure
It appears in this case, frames_ininit is called twice (once by
av_hwframe_ctx_init(), and again by unreffing
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:56
2017 +0200| [5030e3856c2126fb829edb828f5aae011d178eb4] | committer: Luca Barbato
dxva: support DXGI_FORMAT_420_OPAQUE decoding
Some devices (some phones, apparently) will support only this opaque
format. Of course this won't work with CLI, bec
ffmpeg | branch: master | James Almer | Mon Nov 6 18:30:48
2017 -0300| [a82a10e08f5d4f206e1e6781653d75f82d3de6c6] | committer: James Almer
Merge commit '3fdf50f9e864c88da2139cf066832944de81acaa'
* commit '3fdf50f9e864c88da2139cf066832944de81acaa':
hwframe: Allow hwaccel frame allocators to a
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:59
2017 +0200| [068eaa534e7ddb2155e2830818d5c3f1069c68d8] | committer: Luca Barbato
dxva: verbose-log decoder GUID list
Helpful for debugging.
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=068eaa534e7d
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:53
2017 +0200| [752ddb45569ffe278393cd853b70f18ae017219e] | committer: Luca Barbato
dxva: fix some warnings
Some existed since forever, some are new.
The cast in get_surface() is silly, but unless we change the av_log
function signature, or all
ffmpeg | branch: master | wm4 | Thu Jun 22 14:52:55
2017 +0200| [98d73e4174333b37d961b79e1182be5a02156c02] | committer: Luca Barbato
hwcontext_d3d11va: allocate staging texture lazily
Makes dealing with formats that can not be used for staging textures
easier (DXGI_FORMAT_420_OPAQUE). It also s
ffmpeg | branch: master | James Almer | Mon Nov 6 18:14:15
2017 -0300| [d9e59029a1569c1dd8dafd160682fc4ea5f5bc33] | committer: James Almer
Merge commit '0e83e95c60892747f2f1bd8382f915f2397f99a5'
* commit '0e83e95c60892747f2f1bd8382f915f2397f99a5':
configure: Reset X86ASM_DEP(FLAGS) when prob
ffmpeg | branch: master | Diego Biurrun | Sat Jun 24
17:51:02 2017 +0200| [0e83e95c60892747f2f1bd8382f915f2397f99a5] | committer:
Diego Biurrun
configure: Reset X86ASM_DEP(FLAGS) when probing for the assembler program
These variables might be set from a previous probe run, but one or the
other
ffmpeg | branch: master | Ben Chang | Sat Jun 24 12:10:10
2017 +| [bb65eb62991e5165b9fad2702a8954a1fe3c6f1f] | committer: Luca Barbato
nvenc: Add an explicit auto alias
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb65eb62991e5165b9fad2702a8954a1fe3c6f1f
---
libavcodec/nven
ffmpeg | branch: master | James Almer | Mon Nov 6 18:10:49
2017 -0300| [29ba2900cb6cf5ab9c251561d913e53719bbbd66] | committer: James Almer
Merge commit '7cb053e4ddf258e2dbf52ccc586548680742d758'
* commit '7cb053e4ddf258e2dbf52ccc586548680742d758':
nvenc: Minimize the surface allocation
nve
ffmpeg | branch: master | Ben Chang | Sat Jun 24 12:17:14
2017 +| [7cb053e4ddf258e2dbf52ccc586548680742d758] | committer: Luca Barbato
nvenc: Minimize the surface allocation
The previous default sets the allocated surfaces to 32 unless it is
user-overridden or the lookahead parameter is set
ffmpeg | branch: master | Ben Chang | Sat Jun 24 12:14:22
2017 +| [2e8d88ad5281ab923e1d9772eb99fdfb483435c2] | committer: Luca Barbato
nvenc: Use a fifo to manage the free surface pool
Previously, if a session allocates x surfaces, only x-1 surfaces are
used (due to combination of output de
ffmpeg | branch: master | Janne Grunau | Tue Jun 20
19:25:43 2017 +0200| [857e26b655a769e5a56bada1a0d9adb44cc176b7] | committer:
Diego Biurrun
build: Add an option for passing linker flags to the shared library build
Also employ this mechanism to pass $libdir to the runtime library search
path
ffmpeg | branch: master | Diego Biurrun | Mon Jun 12
22:12:17 2017 +0200| [f519e131c101ae3948dabf1f7f598efbff5fb536] | committer:
Diego Biurrun
af_bs2b: Add missing casts to complex pointer assignments
Fixes several warnings of the type:
libavfilter/af_bs2b.c:171:22: warning: assignment from i
ffmpeg | branch: master | James Almer | Mon Nov 6 17:50:00
2017 -0300| [7a5a1c8c97d6c7db2efe534d17be5f33c1a30adb] | committer: James Almer
Merge commit '333a34da3a6d13155de480e7d16ec5fec7f4cd6c'
* commit '333a34da3a6d13155de480e7d16ec5fec7f4cd6c':
configure: Automatically add -isysroot for d
ffmpeg | branch: master | James Almer | Mon Nov 6 17:45:31
2017 -0300| [163e3bd097ea0ffba4f0f03bf11d92bb63e2ed19] | committer: James Almer
Merge commit 'f519e131c101ae3948dabf1f7f598efbff5fb536'
* commit 'f519e131c101ae3948dabf1f7f598efbff5fb536':
af_bs2b: Add missing casts to complex pointe
ffmpeg | branch: master | James Almer | Mon Nov 6 17:55:26
2017 -0300| [88d6f79ac087d2318f4e532ae99e0bc50bbc1929] | committer: James Almer
Merge commit '857e26b655a769e5a56bada1a0d9adb44cc176b7'
* commit '857e26b655a769e5a56bada1a0d9adb44cc176b7':
build: Add an option for passing linker flag
ffmpeg | branch: master | Martin Storsjö | Wed Jun 21
16:54:22 2017 +0300| [333a34da3a6d13155de480e7d16ec5fec7f4cd6c] | committer:
Martin Storsjö
configure: Automatically add -isysroot for darwin if --sysroot is specified
Check the existing flags in the cc/cflags/cppflags/ldflags for
occurranc
ffmpeg | branch: master | Paul B Mahol | Mon Nov 6 21:00:08
2017 +0100| [a29a0aba79dad35a80cfcdf6db6b506afb48dcaa] | committer: Paul B Mahol
avformat/ty: do not overread chunk
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a29a0aba79dad35a80cfcdf6db6b
ffmpeg | branch: master | Paul B Mahol | Mon Nov 6 20:50:16
2017 +0100| [cdd19e2c560397a72433425b1c5f781cc157a7cf] | committer: Paul B Mahol
avformat/ty: try harder to find stream signature
Search all chunks, not just first one.
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.c
ffmpeg | branch: master | James Almer | Mon Nov 6 13:25:18
2017 -0300| [f7c01ff24d706e2c7d645944227a5242e0f1203f] | committer: James Almer
avformat/rtpdec_asf: free the buffer pointed by the AVIOContext
Don't free the buffer allocated in ff_wms_parse_sdp_a_line() after
calling avformat_open_in
ffmpeg | branch: master | Paul B Mahol | Sun Oct 29 21:20:10
2017 +0100| [a6a6935ee8703f18fa21751ba291e003acd99ab8] | committer: Paul B Mahol
avformat: add TiVo ty demuxer
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6a6935ee8703f18fa21751ba291e003a
ffmpeg | branch: master | Ashish Pratap Singh | Mon Nov
6 07:49:33 2017 -0500| [7b7037e5b035d8805972982d54441663a25bb016] | committer:
Ronald S. Bultje
avfilter:vf_libvmaf: improve docs.
Signed-off-by: Ronald S. Bultje
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b7037e5b035
ffmpeg | branch: master | Ashish Pratap Singh | Mon Nov
6 07:49:19 2017 -0500| [4c38aa79ece4fa0ea7533774197d6408d7d3b9e5] | committer:
Ronald S. Bultje
avfilter/vf_libvmaf: fix errors while running with psnr=1.
This patch fixes the seg fault which ocuured while running libvmaf filter
with opt
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Nov 6
13:36:40 2017 +0100| [0a60cc909ed5c2b0fb6f58d9ae0bfc44b00060bf] | committer:
Carl Eugen Hoyos
lavf/amr: Do not set codec_tag for raw amr_nb and raw amr_wb.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a60cc909ed5c2b0fb6f58
42 matches
Mail list logo