ffmpeg-cvslog
Thread
Date
Earlier messages
Later messages
Messages by Thread
[FFmpeg-cvslog] [ffmpeg] branch master updated (fc8a614f3d -> 387a522106)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avcodec/libvpxenc: log the error message from the correct encoder
Marton Balint via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avcodec/libvpxdec: cache the decoder interface
Marton Balint via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avcodec/libvpxdec: use codec capabilities to determine if external frame buffer can be used
Marton Balint via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/omx: Check extradata size and nFilledLen (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/exr: use av_realloc_array() (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (850436a517 -> 3ccafa5906)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/04: vulkan: remove IS_WITHIN macro
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/04: vulkan_decode: do not align single-plane images to subsampling
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/04: ffv1_vulkan: generate a CRC table during runtime
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/04: vulkan_dpx: remove host image upload path
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/amfenc: fix async_depth deadlock with lookahead (branch master)
Araz Iusubov via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] configure: fix scale_vulkan_filter dependency (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (d15a9d5961 -> 8bd5594a0f)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avfotmat/whip: remove ssl_error_message since it's no longer in use
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avformat/whip: fix parameter order of ELAPSED
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avformat/whip: fix potential out of bound read in is_dtls_packet
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/whip: fix memleak when avio_alloc_context() fails (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (6972b127de -> 43dbc011fa)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/bsf/setts: rescale TS when changing TB
Gyan Doshi via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avcodec/bsf/setts: add option prescale
Gyan Doshi via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter: Add vsrc_amf - AMF based screen capture (branch master)
Dmitrii Ovchinnikov via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter/formats: add type-safe functions for AVSampleFormat/AVPixelFormat lists (branch master)
niyinghao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/d3d12va_encode_h264: simplify deblock option to bool type (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/mlp: Don't use internals of CRC API (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/prores_raw: use av_popcount instead of limited lookup table (branch master)
Timo Rothenpieler via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/whip: add new option ts_buffer_size to deprecate buffer_size (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] doc: fix typos (branch master)
AnandajithS via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (685ceebd42 -> 3b4ff18efe)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avformat/tls_gnutls: fix build error on linux
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avformat/tls_gnutls: fix build error on linux
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/vc1dec: fix memory leak on error (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mov: fix memory leak on error (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hcom: check that all extradata bytes were read from the input (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] vulkan/prores: reduce push constants size (branch master)
averne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/mov: add overflow checks to item offset values (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/hevc/ps: add missing check for profile tier level count (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (bb29b51876 -> f311969c03)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/mimic: check return value of init_get_bits()
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avcodec/qdm2: propagate error values in the entire decoder
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/vc1dec: don't overwrite error codes returned by init_get_bits8() (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/d3d12va_encode: Add H264 deblock filter parameter support (branch master)
Ling
[FFmpeg-cvslog] [ffmpeg] lavc/aacdec_usac: fix CPE channel index in ff_aac_usac_reset_state() (branch master)
Ruikai Peng via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/vc1dec: check return values of all init_get_bits() calls (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] tools/target_dec_fuzzer: Adjust threshold for ZMBV (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter/vf_blackframe: add slice threading using stdatomic (branch master)
Raja Rathour via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] arm/timer: disable PMCCNTR timer for Android (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avutil/hwcontext_vulkan: fix vulkan callback function prototype (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (e51c549f6e -> 6c878f8b82)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: lavc/av1_parser: Extract SAR from render_size
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: lavf/movenc: fix missing padding for AV1 extradata
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] vulkan/dpx: drop using the nontemporal extension (branch master)
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (23c8123d5b -> 805931dfc8)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avfilter/scale_eval: Use 64bit for factor_w/h
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avfilter/scale_eval: Avoid undefined behavior with double to int cast
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (80a3ba7d79 -> 23c8123d5b)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avformat/http: Check that the protocol of redirects is http or https
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avformat/http: Check white and blacklists on redirects
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] configure: add missing vulkan_1_4 check (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch release/7.1 updated (4771a9dd75 -> 09dc319bf3)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/10: avcodec/lcevcdec: support LCEVCdec version 4
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/10: avcodec/decode: Don't allocate LCEVC context for non-video
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/10: avcodec/decode: Put lcevc fields into structure of their own
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/10: avcodec/decode: Optimize lcevc away if disabled
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/10: avcodec/lcevcdec: fix input dimensions for the base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/10: avcodec/lcevcdec: avoid copying the input frame
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/10: avcodec/lcevcdec: free pictures on error
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/10: avcodec/lcevc: attach a reference to the source frame to each passed in base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/10: avfilter/vf_lcevc: support LCEVCdec version 4
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/10: avfilter/vf_lcevc: attach a reference to the source frame to each passed in base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch release/8.0 updated (abb609bb58 -> 0592be14ff)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/08: avcodec/decode: Put lcevc fields into structure of their own
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/08: avcodec/decode: Don't allocate LCEVC context for non-video
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/08: avcodec/decode: Optimize lcevc away if disabled
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/08: avcodec/lcevcdec: avoid copying the input frame
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/08: avcodec/lcevcdec: fix input dimensions for the base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/08: avcodec/lcevcdec: free pictures on error
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/08: avfilter/vf_lcevc: attach a reference to the source frame to each passed in base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/08: avcodec/lcevc: attach a reference to the source frame to each passed in base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] configure: fix glslc checks and add missing dependencies to relevant modules (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] Makefile: add missing vpath for glsl/spv (branch master)
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] doc/mailing-list-faq.texi: Fix typo in link anchor (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg-web] web: fix typos in link fragment identifier (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] .forgejo/CODEOWNERS: get notified for vf_find_rect (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (ecfabc25c2 -> 80229c161b)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/22: vulkan: switch to static allocation for temporary descriptor data
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/22: configure: remove unused X86ASM dependency flag variables
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/22: configure/make: support compile-time SPIR-V generation
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/22: configure: rename spirv_compiler to spirv_library
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/22: vulkan: add support for precompiled shaders
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/22: configure: rename PTX_COMPRESSION to SHADER_COMPRESSION
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/22: configure: add zlib to suggests for shader_compression
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/22: cuda/load_helper: move zlib decompression into a separate file
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/22: vulkan: support shader compression
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/22: vulkan_filter: don't use lg_size[2] as the number of workgroup.z
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/22: hwcontext_vulkan: enable the VK_EXT_shader_replicated_composites extension
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 12/22: hwcontext_vulkan: enable non-uniform features we were already using
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 13/22: hwcontext_vulkan: enable long vector extension
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 14/22: bwdif_vulkan: use compile-time SPIR-V
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 15/22: avgblur_vulkan: generate SPIR-V during compilation
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 17/22: vulkan_prores: generate SPIR-V at compile-time
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 18/22: vulkan/dct: embed DCT scaling values during SPIR-V generation
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 16/22: vulkan_prores_raw: use compile-time SPIR-V generation
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 20/22: vulkan_prores_raw: clean up and optimize
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 21/22: vulkan_dpx: switch to compile-time SPIR-V generation
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 19/22: vulkan/prores: fix buffer alignments
averne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 22/22: scale_vulkan: use compile-time SPIR-V generation for debayering
Lynne via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/get_bits: mark unused VLC parameters (branch master)
Soham via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/d3d12va_encode: add Region of Interest (ROI) support (branch master)
stevxiao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter/vf_find_rect: Fix handling odd sized images (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (cd03e0a001 -> 06d799ce1a)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avfilter/dnn_backend_torch: add async infrastructure
Raja Rathour via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avfilter/dnn_backend_torch: implement async execution logic
Raja Rathour via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avfilter/dnn_backend_torch: handle lifecycle of worker thread
Raja Rathour via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] libavformat/evcdec.c: add a check to ensure evc_frame_merge_bsf is present (branch master)
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (af136db1c3 -> 96e8f3b8cc)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avformat/aviobuf: return error for ffio_close_null_buf() if written bytes exceed INT_MAX
Marton Balint via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avformat/vorbiscomment: use null buf to calculate vorbis comment length
Marton Balint via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avformat/vorbiscomment: fix writing huge chapter numbers and time offets to vorbiscomment
Marton Balint via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (24213d5db3 -> af136db1c3)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/lcevc: attach a reference to the source frame to each passed in base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avfilter/vf_lcevc: attach a reference to the source frame to each passed in base picture
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] MAINTAINERS: add myself as whip maintainer (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/tls_gnutls: add gnutls_pull_timeout() for dtls (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/pngenc: disable background disposal for non-alpha formats (branch master)
Hassan Hany via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (8777fa60e6 -> 685011003f)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/04: avcodec/pngdec: Move ff_add_png_paeth_prediction() to pngdsp.c
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/04: avcodec/pngdsp: Use proper prefix ff_add_png->ff_png_add
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/04: avcodec/pngdsp: Constify
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/04: avcodec/x86/pngdsp: Remove MMXEXT function overridden by SSSE3
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/bswapdsp: improve performance by remove manually unroll (branch master)
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (6f2d23a009 -> bba42ce036)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/05: checkasm/riscv: factor out the vector clobbers
Rémi Denis-Courmont via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/05: checkasm/riscv: restore stack before failure reporting
Rémi Denis-Courmont via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/05: checkasm/riscv: print clobbered register name
Rémi Denis-Courmont via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/05: checkasm/riscv: handle other float ABIs than double
Rémi Denis-Courmont via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/05: checkasm/riscv: add call checks for riscv32
Rémi Denis-Courmont via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/tls_gnutls: implement dtls handshake logic (branch master)
Jack Lau via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] forgejo/workflows: don't cancel concurrent CI builds for non-PR pushes (branch master)
Timo Rothenpieler via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (91ae6d10ab -> f59968720c)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: doc/examples/hw_decode: fix memory leak in codec context initialization
0xBat via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: doc/examples/extract_mvs: fix memory leak in codec context initialization
0xBat via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: doc/examples/qsv_transcode: check for allocation failure
0xBat via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] lavfi/nlmeans: add aarch64 neon for compute_weights_line (branch master)
Jun Zhao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] fftools/ffmpeg_demux: Fix readrate sleep calculation (branch master)
Desmond Liu via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] Revert "avcodec/jpeglsdec: Check get_bits_left() before decoding a picture" (branch master)
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] Revert "avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()" (branch master)
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] aarch64/vvc: Optimisations of put_luma_v() functions for 10/12-bit (branch master)
Georgii Zagoruiko via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/mjpegdec: remove buggy_avid field from MJpegDecodeContext (branch master)
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (f1dbef3e38 -> af6a1dd0b2)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/03: avformat/demux: use a stream specific temporary packet for the parser
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/03: avformat/demux: duplicate side_data in parse_packet()
Nicolas Gaullier via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/03: avformat/demux: prevent the loss of packet side data when using an parser
James Almer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/mjpegdec: avoid negative len in APP parser (branch master)
Ruikai Peng via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/amfdec: Check correct value, return error upon error (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (41342aea22 -> d595a18287)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/04: fftools/textformat/avtextformat: Separate mutable and immutable data
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/04: fftools/textformat/avtextformat: Move avtext_print_integers to ffprobe.c
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/04: fftools/graph/graphprint: Remove always-false checks
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/04: fftools/graph/graphprint: Replace always-false check by assert
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] configure: bump CONFIG_THIS_YEAR to 2026 (branch master)
Vann Harl via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (ec42a0aec0 -> 3474ec01e7)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/dovi_rpu(enc|dec) - fix parsing and writing of L11 DoVi metadata
Cosmin Stejerean via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avutil/dovi_meta - fix L11 dovi metadata definition
Cosmin Stejerean via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/exif: avoid overflow with supplemental extra IFDs (branch master)
Leo Izen via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] .forgejo/CODEOWNERS: Add myself for jpeg2000htdec (branch master)
cae via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/hls: show stream IDs (branch master)
Gyan Doshi via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] .forgejo/CODEOWNERS: Add myself for mjpeg (branch master)
Michael Niedermayer via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avcodec/vc1dec: Reduce size of allocation (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avfilter/src_movie: fix support multiple frames per packet (branch master)
Nicolas Gaullier via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] forgejo/CODEOWNERS: add myself to d3d12va related files (branch master)
stevxiao via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (1debadd58e -> b5d6cfd55b)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/02: avcodec/notchlc: actually use HISTORY_SIZE to initialize history
Timo Rothenpieler via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/02: avcodec/notchlc: zero-initialize history buffer
Timo Rothenpieler via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (2892815c45 -> 1debadd58e)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/05: avcodec/mjpegdec: add mjpeg_parse_len() helper
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/05: avcodec/mjpegdec: improve check for length in ff_mjpeg_decode_dqt()
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/05: avcodec/mxpegdec: remove unnecessary scope and indentation
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/05: avcodec/mjpegdec: fix indentation for previous commit
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/05: avcodec/mjpegdec: use GetByteContext instead of GetBitContext where possible
Ramiro Polla via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] avformat/pcmdec: Mark raw PCM stream as having no timestamps (branch master)
wangwenchao10 via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] doc/APIchanges: Fix typo (branch master)
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (120987543a -> 66f7e9db71)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/11: avutil/crc: Don't assert AVCRCId to be valid
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/11: avutil/cpu: add x86 CPU feature flag for clmul
Shreesh Adiga via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/11: tests/checkasm: Add support for using opaques to decide whether to test
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/11: tests/checkasm: Add CRC test
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/11: avutil/crc: add x86 SSE4.2 clmul SIMD implementation for av_crc
Shreesh Adiga via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 07/11: configure: Use a different aarch64 feature in Clang workaround
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 06/11: avutil/crc: Use x86 clmul for CRC when available
Andreas Rheinhardt via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 09/11: configure: Check for the AArch64 CRC extension
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 11/11: avutil/crc: use arm64 crc32 instruction
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 08/11: configure: Support aarch64 arch_extension with a different name than the feature
Martin Storsjö via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 10/11: avutil/cpu: add CPU feature flag for arm crc32
Zhao Zhili via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] branch master updated (840183d823 -> 120987543a)
ffmpeg-git via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 02/05: avfilter/vf_drawvg: support color expressions as setvar/call arguments.
Ayose via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 01/05: avfilter/vf_drawvg: skip conversions when a color is assigned to a variable.
Ayose via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 04/05: doc/drawvg-reference: changes on color syntax.
Ayose via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 03/05: avfilter/vf_drawvg: values from the p() function can be used as colors.
Ayose via ffmpeg-cvslog
[FFmpeg-cvslog] [ffmpeg] 05/05: avfilter/tests/drawvg: fix warnings on WIN32
Ayose via ffmpeg-cvslog
Earlier messages
Later messages