This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from c1be2107c9 aarch64/vvc: Optimisations of put_luma_h() functions for
10/12-bit
new 0992c19c30 avfilter/avf_showspectrum: Fix allocation check
new df7b8cae7b avutil/slicethread: Fix shadowing
new 3fbe80d17e avutil/aes: Fix shadowing
new 999c04db35 avutil/channel_layout: Fix shadowing
new 6a78db80f0 avformat/hlsenc: Fix shadowing
new 33971e6c4e avformat/apetag: Fix shadowing
new 61c22c71c2 avformat/yuv4mpegdec: Fix shadowing
new 0037c5abdd avformat/webpenc: Fix shadowing
new a2a42aa404 avformat/vorbiscomment: Fix shadowing
new 034b37a51d avformat/vividas: Fix shadowing
new 619839ac16 avformat/tee: Fix shadowing
new b53752dc4c avformat/tcp: Fix shadowing
new 54672d194c avformat/srtpproto: Fix shadowing
new 6aa367b9b3 avformat/smacker: Fix shadowing
new 7a0ae45bcf avformat/rmenc: Fix shadowing
new fd88a52be0 avformat/matroskaenc: Fix shadowing
new 5198d8802c avformat/matroskadec: Fix shadowing
new 4014d35dda avformat/bonk: Fix shadowing
new a49eed2fb1 avformat/oggenc: Fix shadowing
new 968511ad03 avformat/dhav: Fix shadowing
new 378928e79f avformat/mpegtsenc: Fix shadowing
new 8f9239a869 avformat/mpc8: Fix shadowing
new 5962ca0c20 avformat/avidec: Fix shadowing
new 1778991846 avformat/avio: Fix shadowing
new 9c0f942293 avformat/aviobuf: Fix shadowing
new 1e440f2745 avformat/dovi_isom: Fix shadowing
new 615d5c2715 avformat/dsfdec: Fix shadowing
new 51ae4f443d avcodec/cbs_av1_syntax_template: Fix shadowing
new 422ad600cd avformat/oggparseopus: Fix shadowing
new 6de2565b8e avformat/rtpdec_xiph: Fix shadowing
new 2ed4660960 avformat/rtpenc_mpegts: Fix shadowing
new 1617feef50 avformat/asfdec_f: Fix shadowing
new 8ddb82fd75 avformat/lafdec: Fix shadowing
new 90dae166b5 avformat/http: Fix shadowing
new ba57a33351 avformat/id3v2: Fix shadowing
new c0ba18c527 avcodec/dv_tablegen: Fix shadowing
new 78f8ef341e avcodec/wmaenc: Fix shadowing
new bffaa6aaab avcodec/utvideodec: Fix shadowing
new 06ea751c51 avcodec/mpegaudioenc: Fix shadowing
new 92046bcd7b avcodec/cbs: Fix shadowing
new 0a1606f86c avcodec/hpeldsp: Fix shadowing
new 7950e5d1a5 avcodec/rka: Fix shadowing
new 1bbac3643b avfilter/avf_showspectrum: Avoid allocation
new b0839506d7 avfilter/vf_blurdetect: Fix shadowing
new a4efdcaa53 avfilter/af_apsyclip: Fix shadowing
new 380e1cdb0c avfilter/af_afftfilt: Don't get max align multiple times
new 2d9cf94283 avfilter/vf_chromanr: Fix shadowing
new ac25aed6b3 avcodec/eatgq: Fix shadowing
new 3343567482 avcodec/motion_est: Fix shadowing
new 67217549c8 avcodec/get_bits: Rename macro variables to avoid shadowing
new 7e70503ed4 avcodec/vp5: Fix shadowing
new 0afa879a69 avcodec/aac/aacdec_usac: Fix shadowing
The 52 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libavcodec/aac/aacdec_usac.c | 10 +++---
libavcodec/cbs.c | 4 +--
libavcodec/cbs_av1_syntax_template.c | 13 +++----
libavcodec/dv_tablegen.h | 7 ++--
libavcodec/eatgq.c | 2 +-
libavcodec/get_bits.h | 68 ++++++++++++++++--------------------
libavcodec/hpeldsp.c | 24 ++++++-------
libavcodec/motion_est.c | 12 +++----
libavcodec/mpegaudioenc.c | 8 ++---
libavcodec/rka.c | 3 +-
libavcodec/utvideodec.c | 3 +-
libavcodec/vp5.c | 2 +-
libavcodec/wmaenc.c | 13 ++++---
libavfilter/af_afftfilt.c | 3 +-
libavfilter/af_apsyclip.c | 12 +++----
libavfilter/avf_showspectrum.c | 23 ++++++------
libavfilter/vf_blurdetect.c | 11 +++---
libavfilter/vf_chromanr.c | 53 ++++++++++++++--------------
libavformat/apetag.c | 2 +-
libavformat/asfdec_f.c | 33 +++++++++--------
libavformat/avidec.c | 50 +++++++++++++-------------
libavformat/avio.c | 4 +--
libavformat/aviobuf.c | 4 +--
libavformat/bonk.c | 3 +-
libavformat/dhav.c | 3 +-
libavformat/dovi_isom.c | 6 ++--
libavformat/dsfdec.c | 2 +-
libavformat/hlsenc.c | 22 ++++++------
libavformat/http.c | 6 ++--
libavformat/id3v2.c | 6 ++--
libavformat/lafdec.c | 9 ++---
libavformat/matroskadec.c | 12 +++----
libavformat/matroskaenc.c | 6 ++--
libavformat/mpc8.c | 2 +-
libavformat/mpegtsenc.c | 12 +++----
libavformat/oggenc.c | 6 ++--
libavformat/oggparseopus.c | 2 +-
libavformat/rmenc.c | 3 +-
libavformat/rtpdec_xiph.c | 2 +-
libavformat/rtpenc_mpegts.c | 12 +++----
libavformat/smacker.c | 32 ++++++++---------
libavformat/srtpproto.c | 4 +--
libavformat/tcp.c | 2 +-
libavformat/tee.c | 4 +--
libavformat/vividas.c | 2 +-
libavformat/vorbiscomment.c | 8 ++---
libavformat/webpenc.c | 1 -
libavformat/yuv4mpegdec.c | 14 ++++----
libavutil/aes.c | 8 ++---
libavutil/channel_layout.c | 10 +++---
libavutil/slicethread.c | 1 -
51 files changed, 265 insertions(+), 299 deletions(-)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]