ffmpeg | branch: master | James Almer | Thu Mar 17 22:41:12
2022 -0300| [efdde028bb420b7bd96d61aad33f6ef549ee07bd] | committer: James Almer
avcodec/opus: always use ambisonic layout for mapping family 2
No need to use a Custom layout when the non diegetic channels can be
described as a standard
ffmpeg | branch: master | Zhao Zhili | Wed Mar 16
01:06:01 2022 +0800| [92053aa26053b941a027a4fc56674d7d86ba1e58] | committer:
Marton Balint
avformat/hls: add AVFMT_NO_BYTE_SEEK flag
After d6ac6650b91, ffplay failed to seek HLS stream with AVSEEK_FLAG_BYTE
enabled by default.
Signed-off-by: M
ffmpeg | branch: master | Zhao Zhili | Wed Mar 16
01:06:02 2022 +0800| [269ed0a4138790285b29be9a7f4cb7237c7b6215] | committer:
Marton Balint
ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes
Signed-off-by: Marton Balint
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=269ed0
ffmpeg | branch: master | Zhao Zhili | Wed Mar 16
10:14:11 2022 +0800| [117672c8144b55452dbbecca5bbad88a292430e4] | committer:
Marton Balint
ffplay: don't shadow global variable
Signed-off-by: Marton Balint
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=117672c8144b55452dbbecca5
ffmpeg | branch: master | Marton Balint | Wed Jan 19 22:25:27
2022 +0100| [5b3732227ed3179c6c07a07eca3242ac82c21011] | committer: Marton
Balint
avfilter/x86/vf_blend: use unaligned movs for output
Fixes crashes with:
ffmpeg -f lavfi -i allyuv=d=1 -vf tblend=difference128,pad=5000:ih:1 -f null
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Mar 16 21:09:54 2022 +0100| [20f972701806be20a77f808db332d9489343bb78] |
committer: Andreas Rheinhardt
avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec
Up until now, codec.h contains both public and private parts
of AVCodec.
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Mar 16 21:26:11 2022 +0100| [5aabb2596f409e5871d11e99acdda214f11b400f] |
committer: Andreas Rheinhardt
avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault
This structure is no longer declared in a public header,
so using an FF-prefix