March 2024 Archives by date
Starting: Fri Mar 1 02:41:04 EET 2024
Ending: Sun Mar 31 22:44:11 EEST 2024
Messages: 768
- [FFmpeg-cvslog] avcodec/Makefile: Add missing AV1 decoder->av1_parse.o dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Remove FF_CODEC_CAP_SETS_PKT_DTS cap
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Set AV_CODEC_CAP_DR1
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Avoid cloning AVPacket
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Deduplicate code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Reindent after the previous commit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Remove useless AVClass
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Use CODEC_LONG_NAME()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Improve included headers a bit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxevd: Fix "if (ret = ff_foo() < 0)" precedence problem
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libxeve: Use av_dict_iterate()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/refstruct: Don't use STRIDE_ALIGN for alignment
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/mem_internal: Remove unneeded headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/decode: Improve validity check a bit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mss[12]: Cleanup generically on init failure
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffplay: Fix output color_spaces of filter
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext: Don't assume device_uninit is reentrant
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext: Don't assume frames_uninit is reentrant
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Fix leaks when semaphore creation fails
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Fix leaks in map_from_drm
Zhao Zhili
- [FFmpeg-cvslog] avutil/vulkan: avoid overreads in ff_vk_count_images
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkan
Zhao Zhili
- [FFmpeg-cvslog] avfilter/vf_scale_vulkan: Fix typo
Zhao Zhili
- [FFmpeg-cvslog] avformat/mov: Update bits_per_coded_sample after read pcmC
Zhao Zhili
- [FFmpeg-cvslog] avcodec/encode: Fix default setting of bits_per_raw_sample
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_opencl: Fix missing linesize when map from opencl
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_opencl: Add map from Videotoolbox to OpenCL
Zhao Zhili
- [FFmpeg-cvslog] fftools/ffmpeg: remove options deprecated before 6.0
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: cosmetics, change option flags to (1 << N) style
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOption
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: document AVOption.flags
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: cosmetics, group (un)init and management functions together
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: cosmetics, group option setting function together
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: cosmetics, group option reading function together
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: simplify printing option type in opt_list()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: factor out printing option default from opt_list()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: drop useless handling of NULL return from get_bool_name()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: drop an always-NULL argument to get_number()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: simplify error handling in get_number()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: get rid of useless read_number() calls
Anton Khirnov
- [FFmpeg-cvslog] avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctx
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_cuda: Don't use AVHWFramesInternal.priv
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_cuda: Allocate public and internal device ctx jointly
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Allocate public and priv device hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bsf/mp3_header_decompress: Remove BSF
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avio: Make avio_print_string_array() accept const pointers
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/timestamp: Constify av_ts_make_time_string()
Andreas Rheinhardt
- [FFmpeg-cvslog] swresample/swresample: Constify swr_convert()
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_demux, sync_queue: Constify a bit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacenc: Move initializing DSP out of aacenc.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq1enc: Move initializing DSP out of svq1enc.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vvc/vvc_mvs: Add proper header include
Andreas Rheinhardt
- [FFmpeg-cvslog] checkasm/vvc_mc: Don't use declare_func_emms
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm: Improve included headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/rv40dsp, simple_idct: Remove remnants of MMX
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing vvc_decoder->cbs_h266 dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vvc/vvcdec: allow vvc_decode_close() on failed open
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav
Marth64
- [FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: track metadata sets by their type
Marton Balint
- [FFmpeg-cvslog] fate: never generate auto-generated references
Marton Balint
- [FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0
Marton Balint
- [FFmpeg-cvslog] fate/libswresample: force number of samples for the input of aresample async tests
Marton Balint
- [FFmpeg-cvslog] avformat/wavdec: dynamically set max_size by default
Marton Balint
- [FFmpeg-cvslog] avformat/iamf_writer: constify some function parameters
James Almer
- [FFmpeg-cvslog] avformat/dvdvideodec: Explicitly return 0 on success
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dvdvideodec: Don't store AVInputFormat*
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dvdvideodec: Only free allocated buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dvdvideodec: Reorder allocations to simplify freeing
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffprobe: Print dispositions generically
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_video: Don't use sparse table
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/fpel: Remove remnants of MMX
Andreas Rheinhardt
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 330fa73 web: Add spi.txt
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 52dd873 web/spi: Clarify what ffmpeg-devel refers to
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avutil/vulkan: Don't autoinclude vulkan_loader.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vulkan_loader: Avoid redundant strings and relocations
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vulkan_loader: Use smaller types
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vulkan_loader: Avoid relocations for strings
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vulkan: Avoid shadowing
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vulkan: Make ff_vk_set_descriptor_image() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler()
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_opencl: Allocate pub and priv device hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_opencl: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpegts: detect synchronous metadata KLV more reliably
Marton Balint
- [FFmpeg-cvslog] avcodec/lpc: Don't use AAC defines directly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lpc: Split inline functions into a header of their own
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec: Move buffer to reduce padding
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tables
Andreas Rheinhardt
- [FFmpeg-cvslog] aarch64: Use regular hwcaps flags instead of HWCAP_CPUID for CPU feature detection on Linux
Martin Storsjö
- [FFmpeg-cvslog] avformat/dvdvideodec: fix -pgc and -pg options
Marth64
- [FFmpeg-cvslog] Changelog: restore new line
Marth64
- [FFmpeg-cvslog] doc/demuxers: emphasize that DVD demuxer does not do decryption
Marth64
- [FFmpeg-cvslog] fftools/cmdutils: Inline print_error()
Andreas Rheinhardt
- [FFmpeg-cvslog] doc/ffprobe.xsd: add frameSideDatumType entry
Niklas Haas
- [FFmpeg-cvslog] doc/ffprobe.xsd: add <components> and <pieces>
Niklas Haas
- [FFmpeg-cvslog] avcodec/vvcdec: fix boundary strength when IBC involved
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: fix undefined behaviours for derive_affine_mvc
Nuo Mi
- [FFmpeg-cvslog] fftools/ffplay: stop printing non-public AVCodecContext fields
Anton Khirnov
- [FFmpeg-cvslog] avutil/hwcontext_vdpau: Allocate public and priv device hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_vdpau: Don't use AVHWFramesInternal.priv
Andreas Rheinhardt
- [FFmpeg-cvslog] fix /// comments that should be ///<
Andrew Sayers
- [FFmpeg-cvslog] avcodec/ivi: make comments more Doxygen-friendly
Andrew Sayers
- [FFmpeg-cvslog] avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment
Andrew Sayers
- [FFmpeg-cvslog] fix "param"s that should be "@param"
Andrew Sayers
- [FFmpeg-cvslog] fix "@param foo[in/out]" to "@param[in, out] foo"
Andrew Sayers
- [FFmpeg-cvslog] configure: do not specify -ldvdread, as pkg-config check is already done
Marth64
- [FFmpeg-cvslog] avformat/mov: fix setting disposition for the first iamf stream
James Almer
- [FFmpeg-cvslog] avformat/mov: don't mark an item referenced by a grid as dependent if it's the primary item
James Almer
- [FFmpeg-cvslog] avformat/mov: set stream index field in tile grids
James Almer
- [FFmpeg-cvslog] avformat/iamf_writer: update extradata from packet side data
James Almer
- [FFmpeg-cvslog] avformat/iamfenc: ensure updated extradata is written
James Almer
- [FFmpeg-cvslog] avutil/hwcontext_dxva2: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_d3d11va: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_qsv: Allocate public and priv device hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_qsv: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Move code specific to URLContexts to avio.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avio: Avoid function pointer casts
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avio: Avoid indirection in ffio_fdopen()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avio: Avoid av_strdup(NULL)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mediacodecenc: Add a hint message to use nv12 pix_fmt
Zhao Zhili
- [FFmpeg-cvslog] avformat/hlsenc: Redo checking for strftime %s support to avoid warnings
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dashenc, hlsenc: Return 0 on succes from write_header
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/iamf_writer: clear extradata_size on extradata allocation failure
James Almer
- [FFmpeg-cvslog] avformat/iamf_writer: constify some variables
James Almer
- [FFmpeg-cvslog] avformat/avformat: add a function to return the name of stream groups
James Almer
- [FFmpeg-cvslog] fftools/ffprobe: fix printing side data components and pieces
James Almer
- [FFmpeg-cvslog] fftools/ffprobe: add support for Stream Groups
James Almer
- [FFmpeg-cvslog] fate/iamf: print stream group information
James Almer
- [FFmpeg-cvslog] fate/mov: print stream group information for iamf tests
James Almer
- [FFmpeg-cvslog] avformat/mov: fix setting dependent disposition on ambisonic IAMF streams
James Almer
- [FFmpeg-cvslog] avutil/hwcontext_videotoolbox: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/mov: print stream group information for avif/heic tests
James Almer
- [FFmpeg-cvslog] fate/mov: use framecrc for the remaining avif/heic tests
James Almer
- [FFmpeg-cvslog] fate/mov: add a heic test with a derived image using a single item twice
James Almer
- [FFmpeg-cvslog] fate/iamf: print stream disposition
James Almer
- [FFmpeg-cvslog] avcodec/decode: remove HDR10+ from the global side data array
James Almer
- [FFmpeg-cvslog] avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_video: Remove unused array
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_video: Merge dec part of FFVkCodecMap and extension props
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_decode: Un-sparse extensions table
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_decode: Remove always-false check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqadata: Move data in a header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Make VLC tables static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_IDCT_NONE
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_SVTAV1_OPTS
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_AYUV_CODECID
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_VT_OUTPUT_CALLBACK
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_AVCODEC_CHROMA_POS
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXT
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBER
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_API_SLICE_OFFSET
James Almer
- [FFmpeg-cvslog] avcodec: remove deprecated FF_CODEC_CRYSTAL_HD
James Almer
- [FFmpeg-cvslog] avformat: remove deprecated FF_API_GET_END_PTS
James Almer
- [FFmpeg-cvslog] avformat: remove deprecated FF_API_AVIODIRCONTEXT
James Almer
- [FFmpeg-cvslog] avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSE
James Almer
- [FFmpeg-cvslog] avformat: remove deprecated FF_API_AVIO_WRITE_NONCONST
James Almer
- [FFmpeg-cvslog] avfilter: remove deprecated FF_API_LIBPLACEBO_OPTS
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_FIFO_PEEK2
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_FIFO_OLD_API
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_XVMC
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_AV_FOPEN_UTF8
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_PKT_DURATION
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_REORDERED_OPAQUE
James Almer
- [FFmpeg-cvslog] avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER
James Almer
- [FFmpeg-cvslog] avcodec/version_major: postpone some deprecations until the next bump
James Almer
- [FFmpeg-cvslog] avformat/version_major: postpone some deprecations until the next bump
James Almer
- [FFmpeg-cvslog] avutil/version_major: postpone some deprecations until the next bump
James Almer
- [FFmpeg-cvslog] Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec"
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinels
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/demux: Use enum AVCodecID for raw_codec_id
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfilter: Remove always-NULL pointers to internal contexts
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfilter: Reorder structure fields
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_d3d12va: Allocate pub and priv device hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext: Remove unused AVHWDeviceInternal.priv
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext: Allocate AVHWDevCtx jointly with its internals
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_d3d12va: Allocate pub and priv frames hwctx together
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_internal: Remove unused AVHWFramesInternal.priv
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Reorder AVCodecContext and AVSubtitleRect fields
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/codec_par: Reorder AVCodecParameters fields
James Almer
- [FFmpeg-cvslog] avformat/avformat: remove AVFormatContext.ts_id
James Almer
- [FFmpeg-cvslog] avformat/avformat: Reorder AVFormatContext fields
James Almer
- [FFmpeg-cvslog] lavc: move AVCodecContext.pts_correction* to DecodeContext
Anton Khirnov
- [FFmpeg-cvslog] libs: bump major version for all libraries
James Almer
- [FFmpeg-cvslog] lavf/matroskadec: add missing linebreaks in error messages
Anton Khirnov
- [FFmpeg-cvslog] avcodec/xvmc: Remove header
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_showinfo: add AVFilmGrainAOMParams support
Niklas Haas
- [FFmpeg-cvslog] fftools/ffprobe: add AVFilmGrainParams printing
Niklas Haas
- [FFmpeg-cvslog] avcodec/vdpau: Remove outdated comment
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vdpau: Deprecate redundant allocators and getter/setter
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ccaption_dec: Avoid relocations for strings
Andreas Rheinhardt
- [FFmpeg-cvslog] checkasm/hevc_deblock: Initialize buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/dict: Deduplicate freeing dictionary
Andreas Rheinhardt
- [FFmpeg-cvslog] lavfi/vulkan_filter: fix input format
Haihao Xiang
- [FFmpeg-cvslog] avformat/tests/movenc: Constify write functions
Andreas Rheinhardt
- [FFmpeg-cvslog] lavu/opt: factor per-type dispatch out of av_opt_get()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: factor per-type dispatch out of av_opt_set()
Anton Khirnov
- [FFmpeg-cvslog] libavutil/opt: rework figuring out option sizes
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: factor per-type dispatch out of av_opt_copy()
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: distinguish between native and foreign access for AVOption fields
Anton Khirnov
- [FFmpeg-cvslog] lavu/opt: add array options
Anton Khirnov
- [FFmpeg-cvslog] lavc: add a decoder option for configuring side data preference
Anton Khirnov
- [FFmpeg-cvslog] avcodec: add internal side data wrappers
Niklas Haas
- [FFmpeg-cvslog] lavc: add content light/mastering display side data wrappers
Anton Khirnov
- [FFmpeg-cvslog] avcodec/av1dec: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/cri: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/h264_slice: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()
Anton Khirnov
- [FFmpeg-cvslog] avcodec/hevcdec: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/libjxldec: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/mjpegdec: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/mpeg12dec: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/pngdec: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/tiff: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/webp: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/libdav1d: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] avcodec/dpx: respect side data preference
Niklas Haas
- [FFmpeg-cvslog] lavc/*dec: use side data preference for mastering display/content light metadata
Anton Khirnov
- [FFmpeg-cvslog] tests/fate/matroska: add tests for side data preference
Anton Khirnov
- [FFmpeg-cvslog] lavfi: deprecate avfilter_link_free()
Anton Khirnov
- [FFmpeg-cvslog] lavfi: deprecate avfilter_config_links()
Anton Khirnov
- [FFmpeg-cvslog] libavdevice: Fix the avfoundation device after switching to FFInputFormat
Martin Storsjö
- [FFmpeg-cvslog] avfilter/avfilter: Fix for Incorrect Parameter in ff_filter_config_links
联盟少侠
- [FFmpeg-cvslog] fate/flvenc: force the av1 decoder in all steps for fate-enhanced-flv-av1
James Almer
- [FFmpeg-cvslog] avformat/mxfenc: add h264_mp4toannexb bitstream filter if needed when muxing h264
Marton Balint
- [FFmpeg-cvslog] avcodec/xpmdec: Avoid unnecessary size_t->int conversion
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/xbmenc: Avoid snprintf() for data->hex conversion
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_ps: Fix shadowing
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/xbmdec: Use LUT for hex char->number conversion
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/xpmdec: Use LUT for hex char->number conversion
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/avstring: Use proper types
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dvdvideodec: assign mono channel layout explicitly
Marth64
- [FFmpeg-cvslog] MAINTAINERS: add myself as dvdvideo demuxer, rcwt muxer maintainer
Marth64
- [FFmpeg-cvslog] avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored
Marth64
- [FFmpeg-cvslog] avcodec/ccaption_dec: use consistent naming convention of Closed Captions
Marth64
- [FFmpeg-cvslog] doc/bitstream_filters: add filter_units practical examples for removing closed captions
Marth64
- [FFmpeg-cvslog] doc/bitstream_filters.texi: Document types used by filter_units
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/8bps: Consider width in the minimal size check
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concatdec: Check in and outpoints to be to produce a positive representable duration
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vorbisdec: Check remaining data in vorbis_residue_decode_internal()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/proresenc_kostya: Remove bug similarity text
Michael Niedermayer
- [FFmpeg-cvslog] makefile: Clean up missed object files with "make clean"
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Don't include libavcodec/x86/vvc/Makefile on any architecture
Martin Storsjö
- [FFmpeg-cvslog] avfilter: update filter timeline state only on main link
Gyan Doshi
- [FFmpeg-cvslog] avcodec/dovi_rpu: implement support for profile 10
Niklas Haas
- [FFmpeg-cvslog] avcodec/libdav1d: parse DV profile 10 T.35 OBU
Niklas Haas
- [FFmpeg-cvslog] avcodec/av1dec: parse DV profile 10 T.35 OBU
Niklas Haas
- [FFmpeg-cvslog] fftools/opt_common: show if muxer is device
Stefano Sabatini
- [FFmpeg-cvslog] lavf/dvenc: improve error messaging
Stefano Sabatini
- [FFmpeg-cvslog] lavf/fifo: fix typo
Stefano Sabatini
- [FFmpeg-cvslog] fftools/ffmpeg_filter: do not assume av_buffersrc_get_nb_failed_requests()>0
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: don't forward EOF in close_output()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: merge block with the enclosing one
Anton Khirnov
- [FFmpeg-cvslog] lavf/fifo: sort options by name
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers/fifo: review documentation
Stefano Sabatini
- [FFmpeg-cvslog] avformat/dvdvideodec: add CLUT utilities and subtitle color support
Marth64
- [FFmpeg-cvslog] avformat/dvdvideodec: add menu demuxing support
Marth64
- [FFmpeg-cvslog] doc/examples/qsv_decode: remove unused config.h header file
hung kuishing
- [FFmpeg-cvslog] avformat/aea: add aea muxer
asivery
- [FFmpeg-cvslog] lavc/vvcdec: Add missed chroma sampling factor for crop offset
Fei Wang
- [FFmpeg-cvslog] lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDR
Fei Wang
- [FFmpeg-cvslog] avcodec/tiff: Fix handling of av_strdup() failures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tiff: Avoid duplicating strings
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tiff: Don't check before av_freep()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tiff: Improve inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rcwtenc: canonize name and refresh documentation
Marth64
- [FFmpeg-cvslog] avformat/sccdec: remove unused bprint.h include
Marth64
- [FFmpeg-cvslog] fate/h264: add missing swscale dependency to h264-bsf-mp4toannexb-new-extradata
James Almer
- [FFmpeg-cvslog] avcodec/tiff: Use ff_tget_long() where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libjxlenc: add option to disable xyb encoding
Leo Izen
- [FFmpeg-cvslog] avformat/fifo_test: Move into tests/fifo_muxer.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Skip more parts of header to let parsing continue
Kristoffer Brånemyr
- [FFmpeg-cvslog] fate: fix generating references when sh=dash
Nicolas Gaullier
- [FFmpeg-cvslog] avformat/gopher: Add audio and video itemtypes
Christian Lee Seibold
- [FFmpeg-cvslog] avcodec/parser: Reset *buf_size on realloc failure
Reimar Döffinger
- [FFmpeg-cvslog] avcodec/x86/mathops: clip constants used with shift instructions within inline assembly
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/x86/mathops: clip constants used with shift instructions within inline assembly
Rémi Denis-Courmont
- [FFmpeg-cvslog] configure: add threads dep for vulkan
Gyan Doshi
- [FFmpeg-cvslog] fftools/cmdutils: fix printing group name in split_commandline()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: refactor setting input timebase
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: drop unused InputFilterPriv.ist
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_dec: move scheduler registration from dec_open() to dec_alloc()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_dec: factor opening the decoder out of dec_open()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: move filtergraph input type check to a better place
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: add logging for binding inputs to demuxer streams
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg: simplify propagating fallback parameters from decoders to filters
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg: remove unncessary casts for *_thread() return values
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: drop unnecessary parameter from forced_kf_apply()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: merge do_{audio,video}_out into frame_encode()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_sched: allow encoders to send to multiple destinations
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_sched: factor initializing nodes into separate function
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_sched: allow connecting encoder output to decoders
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg: prepare FrameData for having allocated fields
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg: add loopback decoding
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: set AV_PKT_FLAG_TRUSTED on encoded packets
Anton Khirnov
- [FFmpeg-cvslog] lavfi/atempo: avoid asendcmd assertion failure
Rajiv Harlalka
- [FFmpeg-cvslog] fftools/ffprobe: export Tile Grid Stream Group parameters
James Almer
- [FFmpeg-cvslog] fftools/ffprobe: export IAMF Stream Group parameters
James Almer
- [FFmpeg-cvslog] avcodec: Fix doxygen comment marker
Mark Thompson
- [FFmpeg-cvslog] avcodec/hevc_cabac: Let compiler count offsets
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vvcdec: Mark as experimental
Kieran Kunhya
- [FFmpeg-cvslog] avcodec/bsf/pcm_rechunk: reorder supported codec list
Marton Balint
- [FFmpeg-cvslog] avcodec/bsf/pcm_rechunk: add some more supported PCM formats
Marton Balint
- [FFmpeg-cvslog] avformat/daudenc: force 2000 sample packet size with a bsf
Marton Balint
- [FFmpeg-cvslog] fate: make filter-channelsplit test use a fixed frame size
Marton Balint
- [FFmpeg-cvslog] fate: use a fixed wav demux packet size for amix tests
Marton Balint
- [FFmpeg-cvslog] fate: use atrim filter instead of -frames:a 20 for fate-filter-tremolo
Marton Balint
- [FFmpeg-cvslog] aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mm
Martin Storsjö
- [FFmpeg-cvslog] checkasm: hevc_pel: Check the full output in hevc_epel/hevc_qpel
Martin Storsjö
- [FFmpeg-cvslog] checkasm: hevc_pel: Split a couple excessively long lines
Martin Storsjö
- [FFmpeg-cvslog] checkasm: hevc_pel: Use checkasm_check for printing failing output
Martin Storsjö
- [FFmpeg-cvslog] fate/ffmpeg: add a test for loopback decoding
James Almer
- [FFmpeg-cvslog] fate/ffmpeg: add a -threads input option to the loopback decoder
James Almer
- [FFmpeg-cvslog] avcodec/tiff_data: Avoid relocations for TiffGeoTagNameType
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tiff_data: Remove incorrect GeoTIFF entries
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ppc/h264dsp: Fix unaligned stores
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/ffmpeg: add missing idct decoder option to fate-ffmpeg-loopback-decoding
James Almer
- [FFmpeg-cvslog] avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lossless_videoencdsp: Fix unaligned access
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Align idct-block appropriately
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds access
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_sched: Remove set-but-unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/internal: Remove declaration for ff_format_io_close_default()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer
Christopher Degawa
- [FFmpeg-cvslog] doc/html: support texinfo 7.0
Frank Plowman
- [FFmpeg-cvslog] doc/html: fix styling issue with Texinfo 7.0
Frank Plowman
- [FFmpeg-cvslog] configure: Remove av_restrict
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/snowenc: Fix mixed declaration and code
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dvdvideodec: use int64_t for menu blocks_read and make format expressions portable
Marth64
- [FFmpeg-cvslog] fate/aac: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/ac3: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/adpcm: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/alac: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/amrnb: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/amrwb: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/atrac: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/audio: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/demux: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/fate-container: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/filter-audio: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/ffmpeg: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/ffprobe: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/gapless: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/hlsenc: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/iamf: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/libswresample: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/lossless-audio: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/monkeysaudio: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/mov: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/mp3: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/mpc: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/pcm: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/real: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/vorbis: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/voice: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/vqf: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] fate/wmavoice: add missing aresample filter dependency
James Almer
- [FFmpeg-cvslog] avfilter/vsrc_ddagrab: clear all flags of buffer texture
Timo Rothenpieler
- [FFmpeg-cvslog] tools/target_dec_fuzzer: force experimental flag for decoders that need it
James Almer
- [FFmpeg-cvslog] avformat/mpegtsenc: correct bitstream check
Gyan Doshi
- [FFmpeg-cvslog] avformat/pcm: factorize and improve determining the default packet size
Marton Balint
- [FFmpeg-cvslog] avformat/wavdec: use ff_pcm_default_packet_size for the default packet size
Marton Balint
- [FFmpeg-cvslog] avformat/pcm: decrease target audio frame per sec to 10
Marton Balint
- [FFmpeg-cvslog] avutil/channel_layout: add AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICAL
Marton Balint
- [FFmpeg-cvslog] avformat/mov_chan: simplify channel layout canonicalization
Marton Balint
- [FFmpeg-cvslog] avutil/tests/channel_layout: make printing results part of the tests
Marton Balint
- [FFmpeg-cvslog] avutil/tests/channel_layout: add some av_channel_from_string and av_channel_layout_from_string tests
Marton Balint
- [FFmpeg-cvslog] avutil/channel_layout: factorize parsing list of channel names
Marton Balint
- [FFmpeg-cvslog] avutil/channel_layout: fix some (un)initialization issues in av_channel_layout_from_string()
Marton Balint
- [FFmpeg-cvslog] avutil/channel_layout: add specific text versions for unknown and unused channels
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: signal channel layouts using the new channel layout api
Marton Balint
- [FFmpeg-cvslog] doc/filters: Change rdiv (vf_convolution) documentation to reflect actual behavior
Stone Chen
- [FFmpeg-cvslog] avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulation
Henrik Gramner
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check before accessing union member
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/iamf: Mark symbols as hidden
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3tab: Remove enum CustomChannelMapLocation
Andreas Rheinhardt
- [FFmpeg-cvslog] avdevice/alldevices: Mark devices as hidden
Andreas Rheinhardt
- [FFmpeg-cvslog] avdevice/alldevices: Mark iterators as av_cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dirac_arith: Only include x86/asm.h for ARCH_X86
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vorbis_data: Mark symbols as hidden
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudio(data|dsp): Mark symbols as hidden
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/lavf-audio: Test writing AIFF-native tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aiffenc: Simplify padding tag
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aiffenc: Usw avio_wb32() where possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hash: Avoid relocations for hash names
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mips/aaccoder_mips: Remove MIPS-specific aaccoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ccaption_dec: Use static_assert instead of _Static_assert
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aeaenc: Fix printf-specifier
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/crypto: Avoid cast, use proper printf specifier
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/qsvdec: Do not print warning when draining cached frames
Haihao Xiang
- [FFmpeg-cvslog] lavu/hwcontext_qsv: Join the download/upload session to the main session
Haihao Xiang
- [FFmpeg-cvslog] lavc/vaapi_encode: Enable block level bitrate control
Fei Wang
- [FFmpeg-cvslog] lavc/vaapi_decode: Don't update buffer number if allocataion fail
Fei Wang
- [FFmpeg-cvslog] avformat/flvdec: support enhanced flv PacketTypeMetadata
Zhu Pengfei
- [FFmpeg-cvslog] avformat/flvenc: support enhanced flv PacketTypeMetadata
Zhu Pengfei
- [FFmpeg-cvslog] fate/flvenc: support enhanced flv PacketTypeMetadata
Zhu Pengfei
- [FFmpeg-cvslog] Changelog: Add Support PacketTypeMetadata of PacketType in enhanced flv
Steven Liu
- [FFmpeg-cvslog] fate/lavf-container: correct operator; unbreak build
Gyan Doshi
- [FFmpeg-cvslog] tests/ref/lavf-fate/hevc.flv: Fix ref file
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_d3d11va: remove check for d3d11 debug layer dll
Timo Rothenpieler
- [FFmpeg-cvslog] avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when available
Timo Rothenpieler
- [FFmpeg-cvslog] avutil/hwcontext_d3d11va: add logging to dxgi debug interfaces
Timo Rothenpieler
- [FFmpeg-cvslog] avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when available
Timo Rothenpieler
- [FFmpeg-cvslog] avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when available
Timo Rothenpieler
- [FFmpeg-cvslog] doc/muxers: add ffmetadata
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers: add film_cpk
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers: add filmstrip
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers: add fits
Stefano Sabatini
- [FFmpeg-cvslog] lavu/hwcontext_vulkan: check PCI ID if possible
Haihao Xiang
- [FFmpeg-cvslog] avformat/aeadec: Export title
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aeadec: Use sample rate as time base
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/atrac: Add atrac->aea, atrac->matroska remux tests
Andreas Rheinhardt
- [FFmpeg-cvslog] doc/fate: advise on --assert-level=2
Nicolas Gaullier
- [FFmpeg-cvslog] tools/target_dem_fuzzer: add libavformat/demux.h
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: adjust threshold for AV_CODEC_ID_IFF_ILBM
Michael Niedermayer
- [FFmpeg-cvslog] libavfi/dnn: add LibTorch as one of DNN backend
Wenbin Chen
- [FFmpeg-cvslog] avcodec/av1dec: use named constants for ITU-T T.35 metadata
James Almer
- [FFmpeg-cvslog] avcodec/h2645_sei: use named constants for ITU-T T.35 metadata
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: use named constants for ITU-T T.35 metadata
James Almer
- [FFmpeg-cvslog] avformat/matroska: use named constants for ITU-T T.35 metadata
James Almer
- [FFmpeg-cvslog] avcodec/mpeg12dec: extract only one type of CC substream
Marth64
- [FFmpeg-cvslog] doc/muxers: add flac
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers/flv: apply misc consistency fixes
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers/gif: apply consistency fixes
Stefano Sabatini
- [FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors
Marton Balint
- [FFmpeg-cvslog] avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType
Marton Balint
- [FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0
Marton Balint
- [FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors
Marton Balint
- [FFmpeg-cvslog] avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType
Marton Balint
- [FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0
Marton Balint
- [FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function
Marton Balint
- [FFmpeg-cvslog] avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors
Marton Balint
- [FFmpeg-cvslog] avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly
Stone Chen
- [FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType
Marton Balint
- [FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0
Marton Balint
- [FFmpeg-cvslog] avformat/mpegts: detect synchronous metadata KLV more reliably
Marton Balint
- [FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters
Marton Balint
- [FFmpeg-cvslog] ffmpeg: set extra_hw_frames to account for frames held in queues
Mark Thompson
- [FFmpeg-cvslog] avformat/iamfenc: Remove always-false check
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/iamfenc: Align check and error message
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/iamfenc: Remove unused headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/codec2: Don't allocate Codec2Context for muxer
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/vvc: Fix check whether QG is in first tile col
Frank Plowman
- [FFmpeg-cvslog] avutil/frame: split side data list wiping out to non-AVFrame function
Jan Ekström
- [FFmpeg-cvslog] avutil/frame: add helper for freeing arrays of side data
Jan Ekström
- [FFmpeg-cvslog] avutil/frame: split side_data_from_buf to base and AVFrame func
Jan Ekström
- [FFmpeg-cvslog] avutil/frame: split side data removal out to non-AVFrame function
Jan Ekström
- [FFmpeg-cvslog] avutil/frame: add helper for adding side data to array
Jan Ekström
- [FFmpeg-cvslog] avutil/frame: add helper for adding existing side data to array
Jan Ekström
- [FFmpeg-cvslog] avutil/frame: add helper for getting side data from array
Jan Ekström
- [FFmpeg-cvslog] {avutil/version,APIchanges}: bump, document new AVFrameSideData functions
Jan Ekström
- [FFmpeg-cvslog] avcodec: add frame side data array to AVCodecContext
Jan Ekström
- [FFmpeg-cvslog] ffmpeg: pass first video AVFrame's side data to encoder
Jan Ekström
- [FFmpeg-cvslog] avcodec/libsvtav1: add support for writing out CLL and MDCV
Jan Ekström
- [FFmpeg-cvslog] avcodec/libx264: add support for writing out CLL and MDCV
Jan Ekström
- [FFmpeg-cvslog] avcodec/libx265: add support for writing out CLL and MDCV
Jan Ekström
- [FFmpeg-cvslog] configure: make the C and C++ standard settable
James Almer
- [FFmpeg-cvslog] configure: check for C17 by default
James Almer
- [FFmpeg-cvslog] avformat/movenc: only compile avif_write_trailer() when the avif muxer is enabled
James Almer
- [FFmpeg-cvslog] avformat/iamf_reader: propagate avio_skip() error values
James Almer
- [FFmpeg-cvslog] avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPS
James Almer
- [FFmpeg-cvslog] avcodec/hevc_ps: fix setting HEVCHdrParams fields
James Almer
- [FFmpeg-cvslog] avformat/flvenc: Avoid avio_write(pb, "", 0)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/decode: log hwaccel name
Zhao Zhili
- [FFmpeg-cvslog] avcodec/libx264: fix extradata when config annexb=0
Zhao Zhili
- [FFmpeg-cvslog] Changelog: mention ffplay with hwaccel decoding support
Zhao Zhili
- [FFmpeg-cvslog] avcodec/dovi_rpu: use OR instead of addition
Niklas Haas
- [FFmpeg-cvslog] avcodec/dovi_rpu: fix off-by-one in loop
Niklas Haas
- [FFmpeg-cvslog] avcodec/libdav1d: Stop mangling AVPacket.opaque
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/librav1e: Don't unnecessarily create new references
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libx264: Remove unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_enc: Don't call frame_data twice
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libx265: Don't use AVBPrint unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libx265: Pass logctx as void*, not AVClass**
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/frame: Constify av_frame_side_data_get()
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/frame: Rename av_frame_side_data_get and add wrapper for it
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/frame: Use av_realloc_array(), improve overflow check
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mp3enc: Improve query_codec
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/westwood_audenc: Use proper logcontext
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/amr: Move write_header closer to muxer definition
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux_utils: Don't report that AV_CODEC_ID_NONE can be muxed
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/filter-audio: Don't use pcm output for channelsplit test
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Add flag for "not more than one stream of each type"
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Enforce one-stream limit where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Add flag for "only default codecs allowed"
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/ttmlenc: Avoid unnecessary block
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Enforce codec_id where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Make init function out of write_header functions if possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: add av_jni_{get,set}_android_app_ctx() helpers
Matthieu Bouron
- [FFmpeg-cvslog] avformat: add Android content resolver protocol support
Matthieu Bouron
- [FFmpeg-cvslog] avcodec/jni: use size_t to store structure offsets
Matthieu Bouron
- [FFmpeg-cvslog] avcodec/jni: remove unnecessary NULL checks before calling DeleteLocalRef()
Matthieu Bouron
- [FFmpeg-cvslog] avcodec/mediacodec_wrapper: use an OFFSET() macro where relevant
Matthieu Bouron
- [FFmpeg-cvslog] avcodec/mediacodec_wrapper: remove unnecessary NULL checks before calling Delete{Global,Local}Ref()
Matthieu Bouron
- [FFmpeg-cvslog] lavf/gxfenc: consistently use snake_case in function names
Stefano Sabatini
- [FFmpeg-cvslog] lavf/gxfenc: return proper error codes in case of failure
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers: add gxf
Stefano Sabatini
- [FFmpeg-cvslog] doc/muxers: add hds
Stefano Sabatini
- [FFmpeg-cvslog] Changelog: add dnn libtorch backend entry
Wenbin Chen
- [FFmpeg-cvslog] avformat/jpegxl_anim_dec: set pos for generic index
Leo Izen
- [FFmpeg-cvslog] tests/fate/ffmpeg: evaluate thread count in fate-run.sh rather than make
Anton Khirnov
- [FFmpeg-cvslog] avcodec/cbs_h266_syntax_template: Check tile_y
Michael Niedermayer
- [FFmpeg-cvslog] lavc/vvc_parser: small cleanup for style
Jun Zhao
- [FFmpeg-cvslog] avutil/film_grain_params: add metadata to common struct
Niklas Haas
- [FFmpeg-cvslog] avutil/film_grain_params: initialize VCS to UNSPECIFIED
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_showinfo: adapt to new AVFilmGrainParams
Niklas Haas
- [FFmpeg-cvslog] ffprobe: adapt to new AVFilmGrainParams
Niklas Haas
- [FFmpeg-cvslog] avcodec/h2645_sei: signal new AVFilmGrainParams members
Niklas Haas
- [FFmpeg-cvslog] avcodec/av1dec: signal new AVFilmGrainParams members
Niklas Haas
- [FFmpeg-cvslog] avcodec/libdavv1d: signal new AVFilmGrainParams members
Niklas Haas
- [FFmpeg-cvslog] avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usage
Niklas Haas
- [FFmpeg-cvslog] avutil/film_grain_params: add av_film_grain_params_select()
Niklas Haas
- [FFmpeg-cvslog] avcodec/aom_film_grain: add AOM film grain synthesis
Niklas Haas
- [FFmpeg-cvslog] avcodec/aom_film_grain: implement AFGS1 parsing
Niklas Haas
- [FFmpeg-cvslog] avcodec/h2645_sei: decode AFGS1 T.35 SEI
Niklas Haas
- [FFmpeg-cvslog] avcodec/hevcdec: apply AOM film grain synthesis
Niklas Haas
- [FFmpeg-cvslog] x86: Avoid using 'd' as an argument name
Henrik Gramner
- [FFmpeg-cvslog] x86: Update x86inc.asm
Henrik Gramner
- [FFmpeg-cvslog] avutil/film_grain_params: remove unused variables
Leo Izen
- [FFmpeg-cvslog] avutil/film_grain_params: remove do loop in CHECK macro
Leo Izen
- [FFmpeg-cvslog] avformat/demux: Restore pkt->stream_index assert check
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/demux: Combine "Packet corrupt" logmessages
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Explicitly check for static_assert, _Static_assert
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov_chan: respect channel order when parsing and creating chan atom
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix error message if FL source channel was missing
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: disallow channel index 64
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: factorize checking indexes against a channel layout
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: add some additional checks for the mappings
Marton Balint
- [FFmpeg-cvslog] doc/filters: extend af_channelmap documentation
Marton Balint
- [FFmpeg-cvslog] lavc/cbs_av1: Save more frame ordering information
Mark Thompson
- [FFmpeg-cvslog] av1dec: add AV1_REF_FRAME_NONE
Lynne
- [FFmpeg-cvslog] vulkan_av1: port to the new stable API
Lynne
- [FFmpeg-cvslog] avutil/hwcontext_qsv: Fix mixed declaration and code
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/channel_layout: don't clear the opaque pointer on type conversion
James Almer
- [FFmpeg-cvslog] fate/source: Fix FATE reference file
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov_chan: Use anonymous enum
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/h264_idct: Fix incorrect xmm spilling on win64
Henrik Gramner
- [FFmpeg-cvslog] avutil/timestamp: introduce av_ts_make_time_string2 for better precision
Marton Balint
- [FFmpeg-cvslog] avutil/timestamp: change precision of av_ts_make_time_string()
Marton Balint
- [FFmpeg-cvslog] avutil/timestamp: introduce av_ts_make_time_string2 for better precision
Marton Balint
- [FFmpeg-cvslog] avutil/timestamp: change precision of av_ts_make_time_string()
Marton Balint
- [FFmpeg-cvslog] avformat/wady: Check >0 samplerate and channels 1 || 2.
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check sample_count and auxiliary_info_default_size to be 0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vmixdec: Check shift before use
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust RKA threshold up further
Michael Niedermayer
- [FFmpeg-cvslog] avformat/id3v2: read_uslt() check for the amount read
Michael Niedermayer
- [FFmpeg-cvslog] lavc/get_buffer: Add a warning on failed allocation from a fixed pool
Mark Thompson
- [FFmpeg-cvslog] avformat/avidec: support huge durations
Michael Niedermayer
- [FFmpeg-cvslog] avformat/cafdec: dont seek beyond 64bit
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dxa: Adjust order of operations around block align
Michael Niedermayer
- [FFmpeg-cvslog] avformat/iff: Saturate avio_tell() + 12
Michael Niedermayer
- [FFmpeg-cvslog] avformat/cafdec: Check that data chunk end fits within 64bit
Michael Niedermayer
- [FFmpeg-cvslog] lavf/movenc: small cleanup for style
Jun Zhao
- [FFmpeg-cvslog] avformat/jacosubdec: clarify code
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/osq: avoid several signed integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concatdec: clip outpoint - inpoint overflow in get_best_effort_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: don't use cur_item_id as array index
James Almer
- [FFmpeg-cvslog] fftools/ffmpeg_filter: remove unused struct from InputFilterPriv
James Almer
- [FFmpeg-cvslog] fftools/ffmpeg_filter: remove prototype for non existent function
James Almer
- [FFmpeg-cvslog] avcodec/mpegutils: Avoid allocations when using AVBPrint
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegutils: Simplify indenting
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/file: Constify android content protocol
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/file: Combine all CONFIG_ANDROID_CONTENT_PROTOCOL blocks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Remove check for AVFMT_ALLOW_FLUSH
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Make hls demuxer select AAC, AC3 and EAC3 demuxers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hls: Don't access FFInputFormat.raw_codec_id
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/fitsdec: Don't use AVBPrint for temporary storage
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/g722: Inline constants
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wvedec: Inline constant
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/fsb: Don't set data_offset manually
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avr: Combine skips
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wady: Combine skips
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/argo_cvg: Avoid relocations for ArgoCVGOverride
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lafdec: Fix shadowing
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/cdg: Don't store avio_size() return value in int
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/vqf: Return 0 on success in read_packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_mux_init: Fix double-free on error
Andreas Rheinhardt
- [FFmpeg-cvslog] aarch64: hevc: Reorder a misplaced function init line
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Don't iterate with sp in ff_hevc_put_hevc_qpel_uni_w_hv32/64_8_neon_i8mm
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Merge consecutive stores in put_hevc_\type\()_h16_8_neon
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Specialize put_hevc_\type\()_h*_8_neon for horizontal looping
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Use ld1r instead of ldr+dup in hevc_qpel_uni_w_h
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Implement a neon version of put_hevc_epel_h*_8
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Implement a neon version of hevc_epel_uni_w_h*_8
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Split the epel_*_hv functions into two parts
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Reorder epel_hv functions to prepare for templating
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce epel_hv functions for both plain neon and i8mm
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce epel_uni_hv functions for both neon and i8mm
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce epel_uni_w_hv functions for both neon and i8mm
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce epel_bi_hv functions for both neon and i8mm
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Implement a neon version of hevc_qpel_uni_w_h*_8
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Split the qpel_*_hv functions into two parts
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Deduplicate the hevc_put_hevc_qpel_uni_w_hv*_8_end_neon functions
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Reorder qpel_hv functions to prepare for templating
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce plain neon versions of qpel_hv
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce plain neon versions of qpel_uni_hv
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce plain neon versions of qpel_uni_w_hv
Martin Storsjö
- [FFmpeg-cvslog] aarch64: hevc: Produce plain neon versions of qpel_bi_hv
Martin Storsjö
- [FFmpeg-cvslog] doc: Add libtoch backend option to dnn_processing
Wenbin Chen
- [FFmpeg-cvslog] avcodec/cbs_vp8: Use little endian in fixed()
Dai, Jianhui J
- [FFmpeg-cvslog] avcodec/cbs_vp8: Improve the bitstream position check
Dai, Jianhui J
- [FFmpeg-cvslog] avformat/mov: free HEIFItem.name when cleaning items in mov_read_trak
James Almer
- [FFmpeg-cvslog] avformat/dvdvideodec: add explicit inttypes.h include
Marth64
- [FFmpeg-cvslog] avformat/mov: Do not deallocate heif_item in a input dependant way
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hcadec: do not set hfr_group_count to invalid values
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hcadec: do not allow code to continue after failed init
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/qoadec: Fix undefined overflow in lms_predict
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rtv1: fix undefined FFALIGN
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truemotion1: Height not being a multiple of 4 is unsupported
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavarc: Avoid signed integer overflow in sample
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavarc: avoid signed integer overflow in AC code
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concatdec: Check user_duration sum
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: Use 64bit for abs
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: use 64bit for intermediate for rounding
Michael Niedermayer
- [FFmpeg-cvslog] avformat/timecode: use 64bit for intermediate for rounding in fps_from_frame_rate()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rpl: Use 64bit for total_audio_size and check it
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check for negative duration
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: sanity check channels and bps before using them for block_align
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: satuarte next_tag_ofs, data_end
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check timescale
Michael Niedermayer
- [FFmpeg-cvslog] avformat/westwood_vqa: Fix 2g packets
Michael Niedermayer
- [FFmpeg-cvslog] doc/APIchange: Fill in some missing thingss
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: add Android content URIs protocol entry
Matthieu Bouron
- [FFmpeg-cvslog] Bump prior release/7.0 branch
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: Add 7.0 point
Michael Niedermayer
- [FFmpeg-cvslog] doc/APIchanges: Add 7.0 cut point
Michael Niedermayer
- [FFmpeg-cvslog] Bump after 7.0 branch point
Michael Niedermayer
- [FFmpeg-cvslog] doc/APIchanges: Add 7.0 cut point
Michael Niedermayer
- [FFmpeg-cvslog] lavu/frame: add side data descriptors
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: only promote first frame side data to global when meaningful
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: move decoded_side_data setup out of video-only block
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: simplify error handling for decoded_side_data setup
Anton Khirnov
- [FFmpeg-cvslog] tests: Remove fate-libx265-hdr10
Zhao Zhili
- [FFmpeg-cvslog] avcodec/h264_mp4toannexb: Fix heap buffer overflow
Zhao Zhili
- [FFmpeg-cvslog] tests: Remove fate-libx265-hdr10
Zhao Zhili
- [FFmpeg-cvslog] avcodec/h264_mp4toannexb: Fix heap buffer overflow
Zhao Zhili
- [FFmpeg-cvslog] doc/examples: Always use <> includes
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/fifo, file: Remove unused headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
James Almer
- [FFmpeg-cvslog] avfilter: properly reduce YUV colorspace format lists
Niklas Haas
- [FFmpeg-cvslog] fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() success
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmaprodec: Explicitly return 0 on success
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ratecontrol: Avoid function pointer casts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bfi: Remove unused AVCodecContext* from context
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mjpegenc: Inline chroma subsampling
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Don't call functions twice due to macro
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/profiles: Don't include avcodec.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Avoid av_strdup(NULL)
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Don't cast when the result might be misaligned
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/tests/.gitignore: Add side_data_array
Andreas Rheinhardt
- [FFmpeg-cvslog] doc/ffmpeg: mention how to pass options to loopback decoders
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder
Anton Khirnov
- [FFmpeg-cvslog] fftools/cmdutils: do not use a random codec's private options
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_dec: apply decoder options manually
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_dec: apply cropping manually
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: remove display matrix if we have applied it
Anton Khirnov
- [FFmpeg-cvslog] lavc: avoid leaking AVCodecContext.chroma_intra_matrix
Anton Khirnov
- [FFmpeg-cvslog] lavc/frame_thread_encoder: avoid assigning a whole AVCodecContext
Anton Khirnov
- [FFmpeg-cvslog] lavc/decode: move sd_global_map to avcodec
Anton Khirnov
- [FFmpeg-cvslog] lavc/encode: map AVCodecContext.decoded_side_data to coded_side_data
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: stop copying demuxer side data to the muxer
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_demux: make InputStream.autorotate private
Anton Khirnov
- [FFmpeg-cvslog] all: Don't use ATOMIC_VAR_INIT
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/audiogen: Fix total RIFF chunk size
Tobias Rapp
- [FFmpeg-cvslog] examples/decode_filter_audio: Add loop for draining the filtergraph
Tobias Rapp
- [FFmpeg-cvslog] examples/decode_filter_video: Add loop for draining the filtergraph
Tobias Rapp
- [FFmpeg-cvslog] Don't throw an error when attached picture isn't recognized.
Dale Curtis
- [FFmpeg-cvslog] avfilter/vf_signature: Dont crash on no frames
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flac_picture: print a warning when mimetype is unknown
James Almer
- [FFmpeg-cvslog] avcodec/Makefile: Remove redundant dependencies on hevc_data.o
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libvpxenc: Only search for side data when intending to use it
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/libvpxenc: Remove obsolete av_unused
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_sched: move sch_stop() to the bottom of the file
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_sched: make sure to always run task cleanup
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_sched: move sch_stop() to the bottom of the file
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_sched: make sure to always run task cleanup
Anton Khirnov
- [FFmpeg-cvslog] lavc: rename avpacket.c to packet.c
Anton Khirnov
- [FFmpeg-cvslog] lavc/packet: schedule AV_PKT_DATA_QUALITY_FACTOR for removal
Anton Khirnov
- [FFmpeg-cvslog] lavf/vf_setpts: unset output framerate
Anton Khirnov
- [FFmpeg-cvslog] lavfi/setpts: unset frame durations
Anton Khirnov
- [FFmpeg-cvslog] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness
Tong Wu
- [FFmpeg-cvslog] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness
Tong Wu
- [FFmpeg-cvslog] avcodec/hevc_ps: don't use a fixed sized buffer for parameter set raw data
James Almer
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer
Timo Rothenpieler
- [FFmpeg-cvslog] fate: fix sub2video_{basic, time_limited} on big-endian targets
Sean McGovern
- [FFmpeg-cvslog] postproc/postprocess: Don't generally include arch-specific headers
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/swscale_internal: Only include altivec header iff HAVE_ALTIVEC
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_refs: Rewrite code to make control flow clearer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_refs: Use smaller scope, don't use av_uninit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ratecontrol: Use forward declaration for AVExpr
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Avoid av_uninit
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/frame: use the same data information as the source entry when cloning side data
James Almer
- [FFmpeg-cvslog] avutil/frame: use the same data information as the source entry when cloning side data
James Almer
- [FFmpeg-cvslog] Revert "avformat/mov: ignore item boxes for animated heif"
James Almer
- [FFmpeg-cvslog] Revert "avformat/mov: ignore item boxes for animated heif"
James Almer
- [FFmpeg-cvslog] fate/image: Fix EXR tests on big endian
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
Marton Balint
- [FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix error message if FL source channel was missing
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: disallow channel index 64
Marton Balint
- [FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix error message if FL source channel was missing
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: disallow channel index 64
Marton Balint
- [FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix error message if FL source channel was missing
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified
Marton Balint
- [FFmpeg-cvslog] avfilter/af_channelmap: disallow channel index 64
Marton Balint
- [FFmpeg-cvslog] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
Marton Balint
- [FFmpeg-cvslog] avcodec/mips/ac3dsp_mips: Add missing includes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pcm-bluray/dvd: Use correct pointer types on BE
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/ppc/swscale_altivec: Fix build with -O0
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/ppc/swscale_altivec: Simplify macro
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec, avfilter: Don't use "" for system headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/msmpeg4: Don't include x86-specific header unconditionally
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/swscale_internal: Hoist branch out of loop
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/swscale_internal: Don't export internal function
Andreas Rheinhardt
- [FFmpeg-cvslog] lib*/version: Use static_assert for static asserts
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/common: Don't auto-include mem.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/arm/mpegvideo_arm: Use static_assert to check offsets
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/internal: Move libm inclusion to the beginning
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/internal: Move FF_MEMORY_POISON to its only user
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Include hwcontext.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/arm/vp8: Don't discard const
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvenc: stop using long deprecated format specifiers
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: support SDK 12.2 bit depth API
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: add support for HEVC temporal filtering
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: add support for lookahead_level
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: add support for uhq tune
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: add support for unidirectional b-frames
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: update minimum driver version list
Timo Rothenpieler
Last message date:
Sun Mar 31 22:44:11 EEST 2024
Archived on: Sun Mar 31 22:44:18 EEST 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).