ffmpeg | branch: master | Gyan Doshi | Thu May 2 15:18:02
2019 +0530| [6223d076e3d0b887282a3ac67213a6a1563b71df] | committer: Gyan Doshi
avformat/mov: set AVFMT_SEEK_TO_PTS flag
Ever since 59ad504696, the demuxer expects its seek arg to be PTS
and adjusts internally to search index by DTS.
>
ffmpeg | branch: master | James Almer | Fri May 3 01:09:46
2019 -0300| [abf1aa87ab1a66095919079de98fb501614d6e6a] | committer: James Almer
x86/v210dec: don't reserve more xmm regs than needed
Prevents pointless register saving on win64 for the sse3 and avx
versions of the function.
Signed-off
ffmpeg | branch: master | James Almer | Fri May 3 01:17:12
2019 -0300| [b41d8ab2e6360d48c36f18cca68419f0e544a5a8] | committer: James Almer
x86/v210dec: use named registers
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b41d8ab2e6360d48c36f18cca68419f0e
ffmpeg | branch: master | James Almer | Fri May 3 01:08:34
2019 -0300| [b0e29357ba823f263526a3e6bd499430a91ea760] | committer: James Almer
x86/v210dec: remove duplicate load instruction
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e29357ba823f26352
ffmpeg | branch: master | James Almer | Fri May 3 01:07:38
2019 -0300| [f60ddb7310723a9472593b7c285a3e720f701c2e] | committer: James Almer
fate/checkasm: add missing v210dec test
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f60ddb7310723a9472593b7c28
ffmpeg | branch: master | James Darnley | Thu May 2 21:16:58
2019 +0200| [46f1718cd97c7ecb824cff29f6bc3f311046ff8d] | committer: James
Darnley
avcodec/x86/v210: fix operands of vpblendd used in new avx2 code
Assembly failed when using yasm rather than nasm.
> http://git.videolan.org/gitweb.c
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Apr 20 00:03:14 2019 +0200| [73ef1f47f5928264a968c8fbbcfb0bf0643f] |
committer: Michael Niedermayer
lavf/webm_chunk: Respect buffer size
The last argument of av_strlcpy is supposed to contain the size of the
destination buffer, but it was
ffmpeg | branch: master | James Darnley | Mon Mar 4 19:50:35
2019 +0100| [76c370af64e4e2cb582c678438c91a39ee49ac2e] | committer: James
Darnley
checkasm: add test for v210dec
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76c370af64e4e2cb582c678438c91a39ee49ac2e
---
tests/checka
ffmpeg | branch: master | James Darnley | Mon Mar 4 23:54:58
2019 +0100| [e2cbf24f2738e9ead5d97977e7aaf096d7954ae3] | committer: James
Darnley
avcodec/v210dec: move DSP function setting into dedicated function
Prepare for checkasm test.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
ffmpeg | branch: master | Michael Stoner | Sat Mar 16
09:24:47 2019 -0700| [ebd6fb23c5373858343816a4dd53726929cc36f7] | committer:
James Darnley
libavcodec Adding ff_v210_planar_unpack AVX2
Replaced VSHUFPS with VPBLENDD to relieve port 5 bottleneck
AVX2 is 1.4x faster than AVX
> http://git.v
ffmpeg | branch: master | James Almer | Thu May 2 13:48:43
2019 -0300| [e645d7a6d452df83cedcbb1d6708429ceea156da] | committer: James Almer
Merge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
* commit '9485cce6d55baf547e92ef1f54cad117f2a38287':
time_internal: Do not attempt to override *t
ffmpeg | branch: master | James Almer | Thu May 2 13:50:31
2019 -0300| [e427ba5c68a522b26a45bf7c61016d9349fab43d] | committer: James Almer
Merge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
* commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d':
time_internal: Prefix fallback versions of g
ffmpeg | branch: master | James Almer | Thu May 2 13:11:21
2019 -0300| [0084eed5bffebd7f3915bc0f9eba7350e8bc0ef7] | committer: James Almer
Merge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
* commit 'c0bd865ad60da31282c5d8e1000c98366249c31e':
configure: Add -D_POSIX_C_SOURCE=200112 -D_X
ffmpeg | branch: master | James Almer | Thu May 2 13:46:31
2019 -0300| [67d466d09b105b2b1d3d8da4c21d8975925741ae] | committer: James Almer
Merge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
* commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4':
configure: Include time.h when checking for
ffmpeg | branch: master | Tristan Matthews | Thu Apr 11
00:07:15 2019 -0400| [1e56173515826aa4d680d3b216d80a3879ed1c68] | committer:
Martin Storsjö
rtsp: add pkt_size option
This allows users to specify an upper limit on the size of outgoing packets
when publishing via RTSP.
Signed-off-by: Ma
ffmpeg | branch: master | Martin Storsjö | Wed Apr 10
11:39:01 2019 +0300| [c4642788e83b0858bca449f9b6e71ddb015dfa5d] | committer:
Martin Storsjö
time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_
Use a macro to redirect calling code from the official name to the
ff_ pref
ffmpeg | branch: master | James Almer | Thu May 2 13:01:36
2019 -0300| [3e076faf3b86bb16f746e7c9b0cf3dac5f9a851a] | committer: James Almer
Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
* commit '1e56173515826aa4d680d3b216d80a3879ed1c68':
rtsp: add pkt_size option
Merged-by: James
ffmpeg | branch: master | Martin Storsjö | Wed Apr 10
11:28:57 2019 +0300| [c93e92f2b25f4174350ded3f59ad117ec8eb1fe4] | committer:
Martin Storsjö
configure: Include time.h when checking for gmtime_r and localtime_r
These functions are available in time.h (conditional on posix thread
safe funct
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 5
18:44:15 2014 +0100| [9485cce6d55baf547e92ef1f54cad117f2a38287] | committer:
Martin Storsjö
time_internal: Do not attempt to override *time_r() macros
In case these already are defined as macros, we shouldn't try to
redefine them.
Sig
ffmpeg | branch: master | Martin Storsjö | Wed Apr 10
11:27:06 2019 +0300| [c0bd865ad60da31282c5d8e1000c98366249c31e] | committer:
Martin Storsjö
configure: Add -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 for mingw as well
Mingw headers have got header inline implementations of localtime_r
an
ffmpeg | branch: master | Paul B Mahol | Thu May 2 15:35:09
2019 +0200| [bf5d814f1082ea330ba78a591eb426c6c4263c0c] | committer: Paul B Mahol
avcodec/wavpackenc: use ff_clz()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf5d814f1082ea330ba78a591eb426c6c4263c0c
---
libavcodec/wa
21 matches
Mail list logo