ffmpeg | branch: master | Andreas Rheinhardt |
Fri Feb 26 08:38:26 2021 +0100| [5ad0eb936c5de04d731c5e2033bc5639be8057a7] |
committer: Andreas Rheinhardt
fftools/ffmpeg_filter: Don't use deprecated function
avcodec_find_best_pix_fmt_of_2 has been moved to libavutil in
617e866e25b72fa5d9f9d6bbc
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Feb 26 07:38:33 2021 +0100| [169259d9a381a3c2132672da5c5f250fa194fb4d] |
committer: Andreas Rheinhardt
avcodec: Add missing FF_API define for libavcodec pix fmt API
avcodec_find_best_pix_fmt2 has been deprecated and replaced by
avcodec_find_be
ffmpeg | branch: master | James Almer | Fri Feb 26 19:22:42
2021 -0300| [f1a894f9d3767eca9a4fbd10ac4312262d3f2968] | committer: James Almer
avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functions
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co
ffmpeg | branch: master | Paul B Mahol | Sat Feb 27 00:28:54
2021 +0100| [f9cb557d66ffb90152db3efa0e51b468ab1e414c] | committer: Paul B Mahol
avcodec/exrenc: add half-float support
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9cb557d66ffb90152db3efa0e51b468ab1e414c
---
libavco
ffmpeg | branch: master | Lynne | Sat Feb 27 04:19:55 2021
+0100| [9ddaf0c9f06fab9194161425a32615c4cfc2ec20] | committer: Lynne
lavu/tx: simplify in-place permute search function
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ddaf0c9f06fab9194161425a32615c4cfc2ec20
---
libavutil
ffmpeg | branch: master | Lynne | Sat Feb 27 04:11:04 2021
+0100| [8e94b7cff03539bcb4c360d2550a031a5378df03] | committer: Lynne
lavu/tx: invert permutation lookups
out[lut[i]] = in[i] lookups were 4.04 times(!) slower than
out[i] = in[lut[i]] lookups for an out-of-place FFT of length 4096.
The
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Feb 22 08:31:50 2021 +0100| [19ae873252c35a78b9bc1918f2878f47a1f4dc2d] |
committer: Andreas Rheinhardt
avformat/wavenc: Fix leak and segfault on reallocation error
Up until now, the wav muxer used a reallocation of the form ptr =
av_realloc(pt
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Feb 22 09:10:40 2021 +0100| [e38cbb8d19e21af9ea3f947e64bee1d4d362e492] |
committer: Andreas Rheinhardt
avformat/spdifenc: Fix leak upon error
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e38cb
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Feb 22 09:54:23 2021 +0100| [963d4b76debd3b7577a8e35fb40662974d52fe28] |
committer: Andreas Rheinhardt
avformat/concat: Remove unnecessary check
This code was written when the allocation functions used parameters of
type unsigned. This is no l
ffmpeg | branch: master | Lynne | Sat Feb 27 04:59:21 2021
+0100| [e20a39a375a9b06821d0e4907ebb327827da192f] | committer: Lynne
lavu/tx: do not invert permutes on MDCTs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e20a39a375a9b06821d0e4907ebb327827da192f
---
libavutil/tx_templa
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Dec 28 04:05:44 2019 +0100| [173d902cd154efe239117a728749ea476c47b638] |
committer: Andreas Rheinhardt
avformat/matroskadec: Add webm file extension
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;
11 matches
Mail list logo