This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 8f3c62cb6a tests/fate/hlsenc: don't write the segment output to
/dev/null
new c78350af98 avformat/hlsenc: Forward AVFormatContext.flags
new 1d92e85fcd tests/fate/hlsenc: Make hls-iframes-single-fmp4 bitexact
new d333beb8b5 avdevice: Remove deprecated FF_API_ALSA_CHANNELS
new 509c1f99a7 avfilter: Remove deprecated FF_API_BUFFERSINK_OPTS
new 7116138857 avfilter/avfilter: Remove FF_API_CONTEXT_PUBLIC
new 9f58e3014c avfilter: Remove FF_API_LIBNPP_SUPPORT
new 5aba289032 avformat: Remove FF_API_INTERNAL_TIMING
new 9549c9ad79 avformat/tls: Remove FF_API_NO_DEFAULT_TLS_VERIFY
new 6d2d1f3f32 avformat/oggenc: Remove deprecated pagesize option
new ca1d253621 avcodec/sonic: Remove sonic codecs
new f31675400b avcodec: Remove FF_CODEC_OMX
new e7858bb3bb avcodec: Remove FF_API_PARSER_CODECID
new e967ae98f4 avcodec: Remove FF_API_PARSER_PRIVATE
new 7fd9780ab2 avcodec: Remove FF_API_NVDEC_OLD_PIX_FMTS
new 0438966d84 avcodec: Remove FF_API_V408_CODECID
new c85b83f8df avcodec: Remove FF_API_CODEC_PROPS
new 861d17e0f0 avcodec/exr: Remove FF_API_EXR_GAMMA
new 1c2e630456 avcodec/nvenc_h264: Remove FF_API_NVENC_H264_MAIN
new 38221d0ec9 avcodec/codec: Remove deprecated AVCodec arrays
new e930e2e60a avcodec/exif: Remove avpriv_exif_decode_ifd()
new c03d6ba2eb avcodec/packet: Remove AVPacketList
new 191be14fb6 avcodec/packet: Accept const dictionaries in
av_packet_pack_dictionary()
new 51231c5588 avutil/common: Remove FF_API_MOD_UINTP2
new 46d52299f5 avutil/cpu: Remove FF_API_RISCV_FD_ZBA
new 38990c59d7 avutil/hwcontext_vulkan: Remove FF_API_VULKAN_FIXED_QUEUES
new c32a719cb2 avutil: Remove FF_API_OPT_INT_LIST
new 1c36aa8e33 avutil/opt: Remove FF_API_OPT_PTR
new 61693f6c35 hwcontext_vulkan: switch to VkAccessFlagBits2
new da0ea43984 avutil/hwcontext_vulkan: Move AVVkFrame.internal to the end
new fff992a5bc avutil/xga_font_data: Stop exporting font data directly
new 2d3776b8cc avutil/x86/emms: Unavpriv avpriv_emms_asm()
new 54849fe663 avcodec/avformat: Unavpriv avpriv_packet_list_*()
new 762b94e672 libs: Bump major version of all libraries
new d77b5234b5 fftools/ffmpeg_opt: Remove deprecated no-op -qphist option
new d09f5815d7 fftools/ffmpeg_opt: Remove disabled and deprecated
adrift_threshold
new 985ebb1749 fftools/ffmpeg_mux_init: Remove deprecated
FFMPEG_OPT_ENC_TIME_BASE_NUM
new 1c99ba791b fftools/ffmpeg_mux_init: Remove deprecated source_no_drop
new 687e061cb2 fftools/ffmpeg: Remove deprecated -vsync/fps_mode drop
new 7a6c1b19ab fftools/ffmpeg: Remove deprecated -top option
new 07407fff61 fftools/ffmpeg: Remove deprecated -filter_complex_script
option
new 927ffd0930 fftools/ffmpeg: Remove deprecated -vsync option
The 41 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:
MAINTAINERS | 2 -
configure | 38 +-
doc/APIchanges | 8 +-
doc/ffmpeg.texi | 20 +-
doc/filters.texi | 334 +------
doc/muxers.texi | 4 +-
doc/protocols.texi | 8 +-
ffbuild/library.mak | 2 -
fftools/ffmpeg.h | 34 +-
fftools/ffmpeg_dec.c | 7 -
fftools/ffmpeg_demux.c | 12 +-
fftools/ffmpeg_enc.c | 20 +-
fftools/ffmpeg_filter.c | 9 +-
fftools/ffmpeg_mux.c | 5 -
fftools/ffmpeg_mux.h | 3 -
fftools/ffmpeg_mux_init.c | 88 +-
fftools/ffmpeg_opt.c | 113 +--
fftools/textformat/avtextformat.c | 6 +-
fftools/textformat/tf_compact.c | 4 +-
fftools/textformat/tf_default.c | 3 +-
fftools/textformat/tf_flat.c | 3 +-
fftools/textformat/tf_ini.c | 4 +-
fftools/textformat/tf_json.c | 3 +-
fftools/textformat/tf_mermaid.c | 3 +-
fftools/textformat/tf_xml.c | 4 +-
libavcodec/Makefile | 5 -
libavcodec/allcodecs.c | 63 +-
libavcodec/av1dec.c | 9 -
libavcodec/avcodec.c | 15 +-
libavcodec/avcodec.h | 45 -
libavcodec/avdct.h | 3 +
libavcodec/codec.h | 22 -
libavcodec/codec_desc.c | 25 -
libavcodec/codec_id.h | 9 -
libavcodec/codec_internal.h | 29 +-
libavcodec/cuviddec.c | 28 -
libavcodec/exif.c | 17 -
libavcodec/exif_internal.h | 7 -
libavcodec/exr.c | 117 +--
libavcodec/h2645_sei.c | 11 -
libavcodec/hevc/hevcdec.c | 15 -
libavcodec/itut35.c | 6 -
libavcodec/jpeg2000dec.c | 7 -
libavcodec/libaomenc.c | 2 +-
libavcodec/libdav1d.c | 9 -
libavcodec/libvpxenc.c | 2 +-
libavcodec/libx265.c | 2 +-
libavcodec/mjpegdec.c | 10 -
libavcodec/mpeg12dec.c | 6 -
libavcodec/nvdec.c | 16 -
libavcodec/nvenc_h264.c | 4 -
libavcodec/omx.c | 986 ---------------------
libavcodec/packet.c | 78 +-
libavcodec/packet.h | 10 +-
libavcodec/packet_internal.h | 45 -
libavcodec/parser.c | 4 -
libavcodec/parser_internal.h | 26 -
libavcodec/parsers.c | 16 -
libavcodec/pthread_frame.c | 8 -
libavcodec/sonic.c | 831 -----------------
libavcodec/tests/avcodec.c | 29 +-
libavcodec/tests/encinfo.c | 9 +-
libavcodec/v210enc.h | 5 +-
libavcodec/v308dec.c | 82 --
libavcodec/v308enc.c | 84 --
libavcodec/v408dec.c | 82 --
libavcodec/v408enc.c | 83 --
libavcodec/v410dec.c | 125 ---
libavcodec/v410enc.c | 88 --
libavcodec/version.c | 2 +-
libavcodec/version.h | 4 +-
libavcodec/version_major.h | 26 +-
libavcodec/vp9.c | 6 -
libavcodec/webp.c | 10 -
libavcodec/x86/Makefile | 4 +
{libavutil => libavcodec}/x86/emms.asm | 13 +-
libavdevice/Makefile | 4 +-
libavdevice/alsa.h | 3 -
libavdevice/alsa_dec.c | 10 -
libavdevice/decklink_common.cpp | 6 +-
libavdevice/decklink_common.h | 2 +-
libavdevice/decklink_dec.cpp | 2 +-
libavdevice/dshow_capture.h | 2 +-
.../version_major.h => libavdevice/packet_list.c | 11 +-
libavdevice/version.h | 2 +-
libavdevice/version_major.h | 4 +-
libavdevice/vfwcap.c | 2 +-
libavfilter/Makefile | 4 -
libavfilter/allfilters.c | 4 -
libavfilter/avfilter.h | 28 -
libavfilter/buffersink.c | 186 ----
libavfilter/version.h | 2 +-
libavfilter/version_major.h | 6 +-
libavfilter/vf_sharpen_npp.c | 277 ------
libavfilter/vf_transpose_npp.c | 482 ----------
libavfilter/x86/Makefile | 4 +
{libavutil => libavfilter}/x86/emms.asm | 13 +-
libavformat/Makefile | 1 +
libavformat/aiffenc.c | 6 +-
libavformat/async.c | 4 +-
libavformat/avformat.c | 82 +-
libavformat/avformat.h | 26 -
libavformat/bluray.c | 1 +
libavformat/cache.c | 4 +-
libavformat/crypto.c | 4 +
libavformat/demux.c | 20 +-
libavformat/demux_utils.c | 4 +-
libavformat/dump.c | 5 -
libavformat/file.c | 3 +
libavformat/flacenc.c | 8 +-
libavformat/hlsenc.c | 2 +
libavformat/internal.h | 6 +-
libavformat/ipfsgateway.c | 3 +
libavformat/isom_tags.c | 5 -
libavformat/libsmbclient.c | 2 +
libavformat/matroskadec.c | 12 +-
libavformat/movenc.c | 12 +-
libavformat/movenc.h | 2 +-
libavformat/movenc_ttml.c | 14 +-
libavformat/mp3enc.c | 8 +-
libavformat/mux.c | 4 +-
libavformat/mxfenc.c | 4 +-
libavformat/network.c | 2 +
libavformat/oggenc.c | 14 -
libavformat/options.c | 3 -
{libavcodec => libavformat}/packet_internal.h | 24 +-
libavformat/packet_list.c | 114 +++
libavformat/riff.c | 5 -
libavformat/shared.c | 3 +
libavformat/subfile.c | 2 +
libavformat/tls.h | 11 +-
libavformat/ttaenc.c | 8 +-
libavformat/version.h | 4 +-
libavformat/version_major.h | 10 +-
libavutil/avutil.h | 24 -
libavutil/common.h | 11 -
libavutil/cpu.h | 7 -
libavutil/emms.h | 5 +-
libavutil/hwcontext_vulkan.c | 101 ---
libavutil/hwcontext_vulkan.h | 64 +-
libavutil/internal.h | 6 -
libavutil/opt.c | 13 -
libavutil/opt.h | 34 -
libavutil/utils.c | 21 -
libavutil/version.h | 17 +-
libavutil/x86/Makefile | 3 +-
libavutil/x86/emms.asm | 4 +-
libavutil/xga_font_data.c | 14 +-
libavutil/xga_font_data.h | 7 -
libswresample/version.h | 2 +-
libswresample/version_major.h | 2 +-
libswscale/version.h | 2 +-
libswscale/version_major.h | 2 +-
libswscale/x86/Makefile | 4 +
{libavutil => libswscale}/x86/emms.asm | 13 +-
tests/fate/hlsenc.mak | 4 +-
tests/fate/video.mak | 6 +-
tests/ref/fate/hls-iframes-single-fmp4 | 8 +-
tests/ref/fate/v410enc | 2 +-
159 files changed, 430 insertions(+), 5319 deletions(-)
delete mode 100644 libavcodec/omx.c
delete mode 100644 libavcodec/sonic.c
delete mode 100644 libavcodec/v308dec.c
delete mode 100644 libavcodec/v308enc.c
delete mode 100644 libavcodec/v408dec.c
delete mode 100644 libavcodec/v408enc.c
delete mode 100644 libavcodec/v410dec.c
delete mode 100644 libavcodec/v410enc.c
copy {libavutil => libavcodec}/x86/emms.asm (74%)
copy libavutil/version_major.h => libavdevice/packet_list.c (75%)
delete mode 100644 libavfilter/vf_sharpen_npp.c
delete mode 100644 libavfilter/vf_transpose_npp.c
copy {libavutil => libavfilter}/x86/emms.asm (74%)
copy {libavcodec => libavformat}/packet_internal.h (78%)
create mode 100644 libavformat/packet_list.c
copy {libavutil => libswscale}/x86/emms.asm (74%)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]