ffmpeg | branch: master | James Almer | Sun Dec 8 11:58:18
2019 -0300| [2383021a7a1ca0456e93440539349cc918c77a73] | committer: James Almer
avcodec/aptx: split decoder and encoder into separate files
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=238302
ffmpeg | branch: master | Marton Balint | Mon Dec 23 01:36:41
2019 +0100| [a8a05340de722f0b637b2aee6037bad3bc682bea] | committer: Marton
Balint
avformat/hlsenc: allow a custom SDT and PAT period
The default is not to write SDT and PAT periodically, only in the beginning of
every segment. After
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Jan 1 01:58:23 2020 +0100| [b4f300f8ea209b861865ef495b298a88b48f3913] |
committer: Michael Niedermayer
avformat/matroskaenc: Check functions that can fail
Sometimes it has not been checked whether opening the dynamic buffer for
writing Tags f
ffmpeg | branch: master | Ting Fu | Sun Jan 19 11:51:03
2020 +0800| [e934194b6a4159b7960cabefb0dd8b998c1961e8] | committer: Michael
Niedermayer
libswscale/x86/yuv2rgb: Change inline assembly into nasm code
The original inline assembly and nasm code have the same fps when called by
command.
NA
ffmpeg | branch: master | Paul B Mahol | Wed Feb 5 16:52:30
2020 +0100| [2d58fa6d9e2d236a8d556cdd8ea6125ce4a82174] | committer: Paul B Mahol
avfilter/vf_xfade: add horzopen/close transition
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d58fa6d9e2d236a8d556cdd8ea6125ce4a82174
---
ffmpeg | branch: master | Paul B Mahol | Wed Feb 5 16:44:50
2020 +0100| [10f4441acb144d3857c88294b666dfc55f7d4fe6] | committer: Paul B Mahol
avfilter/vf_xfade: add vertopen/close transition
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10f4441acb144d3857c88294b666dfc55f7d4fe6
---
ffmpeg | branch: master | James Almer | Wed Feb 5 11:50:20
2020 -0300| [ca9bbfb8e5d0fae2eba48883ff05d9485270e158] | committer: James Almer
avcodec/av1_parse: don't look for trailing bits in Tile List OBUs
The spec states there aren't any.
Signed-off-by: James Almer
> http://git.videolan.org
ffmpeg | branch: master | Martin Storsjö | Wed Feb 5
13:29:32 2020 +0200| [0815a22dccbb67970ea84559f22afacee4219192] | committer:
Martin Storsjö
vf_ssim: Fix loading doubles to float registers on i386
This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb
on i386 after breakin