Timeline
Jul 20, 2025:
- 11:27 PM Changeset in ffmpeg [8cdb47e4] by
- avformat/concatdec: Clip duration in one more case in …
- 5:50 PM Ticket #11671 (enable TCP keepalive socket options) updated by
- I would like to clarify the problem once again because it might not …
- 12:17 PM Ticket #11668 ("-shortest" malfunction with audio much longer than video?) updated by
- > Does it reproduce? Trying this command did *not* reproduce the …
- 10:21 AM Ticket #11671 (enable TCP keepalive socket options) updated by
-
Cc changed
͏ Perhaps not really meaningful: ͏ … - 9:29 AM Ticket #11668 ("-shortest" malfunction with audio much longer than video?) updated by
-
Summary, Component, Analyzed by developer, Cc changed
͏ Does it reproduce? ͏ `ffmpeg -y -v debug -hide_banner -nostdin … - 7:48 AM Ticket #11653 (-c copy does not copy track names) updated by
-
Component, Keywords, Cc changed
͏ I believe "-c copy" alike (Streamcopy) is supposed to only handle … - 7:02 AM Ticket #11268 ([Regression] "-use_wallclock_as_timestamps" ineffective) updated by
- ͏ The peculiar writing for boolean interpretation coercion: ͏ …
Jul 19, 2025:
- 11:05 PM Changeset in ffmpeg [749aaf27] by
- avcodec/smacker: cleanup on bet buffer failure Fixes: memleak (of …
- 11:05 PM Changeset in ffmpeg [051e0d77] by
- avcodec/ffv1dec: Check k in get_vlc_symbol() The true problem happens …
- 11:05 PM Changeset in ffmpeg [c0f1c3e1] by
- avcodec/ivi: Check luma/chroma mb_size Fixes: shift exponent -1 is …
- 11:05 PM Changeset in ffmpeg [2d72bf6f] by
- avcodec/cfhd: Check idwt_buf size before allocation Fixes: OOM Fixes: …
- 11:05 PM Changeset in ffmpeg [f7a69653] by
- fftools/cmdutils: Add av_freep() to avoid memory leak Add av_freep() …
- 11:01 PM Changeset in ffmpeg [85ac5892] by
- avformat/apv: use memset to zero initialize frame_info Don't rely on …
- 8:37 PM Ticket #8349 (Dolby AC-4 Support) updated by
- MPC-HC v2.5.1 was released today, it added support for AC-4.
- 11:56 AM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by
-
Summary, Analyzed by developer changed
͏ Understandable, we may have other affairs. ͏ Spotted caveat: … - 6:52 AM Ticket #8349 (Dolby AC-4 Support) updated by
- i collected a few samples from this ticket and put them here: …
- 4:29 AM Ticket #8349 (Dolby AC-4 Support) updated by
- Two short recordings of the broadcast: …
- 3:07 AM Changeset in ffmpeg [722a217] by
- avfilter/vf_curves: don't add offsets to NULL pointers Signed-off-by: …
- 12:35 AM Changeset in ffmpeg [11032d81] by
- swscale/swscale_unscaled: don't add offsets to more NULL pointers …
Jul 18, 2025:
- 10:36 PM Changeset in ffmpeg [6302ff1] by
- avfilter/vaf_spectrumsynth: don't use uninitialized variable as scale …
- 10:36 PM Changeset in ffmpeg [806186e9] by
- avcodec/sonic: move code closer to use to avoid unused warnings Put …
- 10:36 PM Changeset in ffmpeg [39e11fa7] by
-
avcodec/sonic: remove dead code
This was in else branch of
#if 1… - 10:36 PM Changeset in ffmpeg [bf2bb119] by
- configure: remove ossfuzz sanitizer flags In OSS-Fuzz build …
- 10:36 PM Changeset in ffmpeg [e1665fd7] by
- configure: add -fuzz support to --toolchain libFuzzer is linked only …
- 10:32 PM Changeset in ffmpeg [c6ce05ce] by
- configure: allow -ubsan in toolchain It's is commonly called UBSAN …
- 10:32 PM Changeset in ffmpeg [1bed76cd] by
- configure: add -fno-omit-frame-pointer when sanitizers are used All …
- 10:32 PM Changeset in ffmpeg [85ae1057] by
- configure: allow multiple sanitizers in --toolchain For example this …
- 8:41 PM Changeset in ffmpeg [36b8c200] by
- avformat/hevc: don't print parameter_set_id for SEI NALUs The field …
- 7:00 PM Changeset in ffmpeg [ade02f99] by
- tests/fate/mov: add a test for HEIF files with multiple thumbnails As …
- 6:17 PM Changeset in ffmpeg [85f29118] by
- avfilter/x86/vf_blackdetect: add missing preprocessor check …
- 5:57 PM Changeset in ffmpeg [e32264a1] by
- avformat/mov: don't assume iloc and iinf entries for each item_id will …
- 5:55 PM Changeset in ffmpeg [3cd5672b] by
- fate/lavf-container: add test for APV in MP4 Signed-off-by: James …
- 5:54 PM Changeset in ffmpeg [8baa691e] by
- avformat/mov_muxer: Extended MOV muxer to handle APV video content - …
- 5:23 PM Changeset in ffmpeg [585a8d53] by
- avcodec/motion_est: don't add offsets to NULL pointers Fixes: …
- 5:23 PM Changeset in ffmpeg [af9b4345] by
- swscale/swscale_unscaled: don't add offsets to NULL pointers Fixes: …
- 4:05 PM Changeset in ffmpeg [ee4ff3f7] by
- avfilter/x86/vf_blackdetect_init: don't enable the ASM functions on …
- 4:05 PM Changeset in ffmpeg [f263192f] by
- avfilter/x86/vf_blackdetect: don't use rax to return a 32bit integer …
- 11:44 AM Changeset in ffmpeg [a218cafe] by
- avfilter/vf_blackdetect: Fix header guard Fix fate-source failure.
- 8:47 AM Changeset in ffmpeg [bfab0262] by
- tests/checkasm: add test for vf_blackdetect
- 8:47 AM Changeset in ffmpeg [75cd42c4] by
- avfilter/vf_blackdetect: add AVX2 SIMD version Requested by a user. …
- 6:45 AM Changeset in ffmpeg [fa0080bf] by
- avcodec/ohenc: Add h264/hevc OpenHarmony encoders
- 6:45 AM Changeset in ffmpeg [e7f44f8c] by
- avcodec/ohdec: Add h264/hevc OpenHarmony decoders
- 6:44 AM Changeset in ffmpeg [fbda5ffb] by
- avutil/hwcontext: Add ohcodec device and pixel format Signed-off-by: …
- 2:37 AM Changeset in ffmpeg [7b13d17b] by
- avdevice/android_camera: Set image linesize aligment to 1 Can't read …
- 1:56 AM Ticket #11673 (Incorrect written MP4 Sample Description Entry for DTS codec family) created by
- Summary of the bug: According to ETSI TS 102 114 Annex E, and ETSI TS …
- 12:54 AM Changeset in ffmpeg [291ec0fa] by
- avformat/mov: Enable jpeg streams in HEIF MOVContext Nikon HEIFs from …
- 12:54 AM Changeset in ffmpeg [fb163eb2] by
- avformat/mov: Support multiple thumbnails in HEIF Prevents …
Jul 17, 2025:
- 12:33 PM Changeset in ffmpeg [25e710c6] by
- avformat/whip: force NONBLOCK for rtp We need to ensure rtp sets …
- 12:06 PM Changeset in ffmpeg [e6d2c67c] by
- avformat/tls_openssl: avoid unusual inline-if style
- 12:04 PM Changeset in ffmpeg [abb274b1] by
- avformat/tls_openssl: make tls and dtls use one close function …
- 10:33 AM Changeset in ffmpeg [bc8d06d5] by
- avfilter/vf_thumbnail: unroll and use multiple histograms This naive …
- 10:26 AM Changeset in ffmpeg [e44a1aae] by
- avfilter/x86/scene_sad: add high bit depth AVX2/AVX512 version Since …
- 10:26 AM Changeset in ffmpeg [91f2d146] by
- avfilter/x86/scene_sad: add AVX512 implementation Trivial to add, but …
- 10:26 AM Changeset in ffmpeg [9251af05] by
- tests/checkasm: add scene_sad checkasm test
- 10:26 AM Changeset in ffmpeg [dc61b74c] by
- avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn() I need …
- 12:35 AM Changeset in ffmpeg [e6af82c4] by
- avformat/tls_openssl: remove all redundant "TLS: " in log with AVClass …
- 12:35 AM Changeset in ffmpeg [dda91b8] by
- avformat/tls_openssl: replace 1 with TLS_ST_OK to be more clear …
- 12:35 AM Changeset in ffmpeg [7bd3bdbd] by
- avformat/whip: free udp socket after dtls free the SSL_shutdown in …
- 12:20 AM Changeset in ffmpeg [95eae5dd] by
- avformat/tls_openssl: unset nonblock flag on correct URLContext during …
- 12:04 AM Changeset in ffmpeg [7afe1167] by
- avformat/tls_openssl: set tlsext host name after init ssl …
Jul 16, 2025:
- 10:28 PM Changeset in ffmpeg [2869cce1] by
- configure: add -Wl when linker is called indirectly It's possible to …
- 10:28 PM Changeset in ffmpeg [ec51162b] by
- checkasm/swscale: fix function prototypes This aligns declared …
- 5:05 PM Changeset in ffmpeg [9015d595] by
- avformat/flvdec: don't skip backwards or over EOF Skipping backwards …
- 4:46 PM Changeset in ffmpeg [483e5091] by
- avformat/tls_openssl: automatically generate self-signed certificate …
- 4:46 PM Changeset in ffmpeg [454f161b] by
- avformat/tls_openssl: make generating fingerprints optional
- 4:46 PM Changeset in ffmpeg [40ce64ea] by
- avformat/tls_openssl: don't expose deprecated EC_KEY outside of its …
- 4:46 PM Changeset in ffmpeg [5339db2c] by
- avformat/tls_openssl: properly free generated/read keys and certificates
- 4:46 PM Changeset in ffmpeg [49badc86] by
- avformat/tls_openssl: don't enable read_ahead in dtls mode OpenSSL …
- 4:46 PM Changeset in ffmpeg [31abcc15] by
- avformar/tls_openssl: use correct info callback in DTLS mode
- 4:46 PM Changeset in ffmpeg [5edbfc4b] by
- avformat/tls_openssl: clean up peer verify logic in dtls mode
- 4:46 PM Changeset in ffmpeg [95fd0840] by
- avformat/tls_openssl: don't hardcode ciphers and curves for dtls
- 4:46 PM Changeset in ffmpeg [f3355a1f] by
- avformat/tls_openssl: properly limit written size to data mtu
- 4:46 PM Changeset in ffmpeg [576f4401] by
- avformat/tls_openssl: set default MTU if none is set
- 4:46 PM Changeset in ffmpeg [b6e808d2] by
- avformat/tls_openssl: initialize DTLS context with correct method
- 4:46 PM Changeset in ffmpeg [db0adbbd] by
- avformat/tls_openssl: don't abort if dtls has no key/cert set
- 4:46 PM Changeset in ffmpeg [951013e6] by
- avformat/tls_openssl: force dtls handshake to be blocking There is no …
- 4:46 PM Changeset in ffmpeg [87b09f39] by
- avformat/tls_openssl: set dtls remote addr in listen mode Taken from …
- 2:36 PM Ticket #11669 (Compatibility issue with RTMP push from Dahua cameras) updated by
- This is regarding RTMP push. If ffmpeg is the client then rtsp/rtmp …
- 2:33 PM Ticket #11669 (Compatibility issue with RTMP push from Dahua cameras) updated by
- Does it work to use the camera as RTMP server? Use ffmpeg/ffplay as …
- 10:12 AM Ticket #11671 (enable TCP keepalive socket options) updated by
- The options handling should be extended in the tcp.c file to support …
- 9:51 AM Ticket #11672 ([bug] colorspace bt709 error for ycgco) updated by
- YCgCo is not supported by our code. …
- 7:37 AM Ticket #11672 ([bug] colorspace bt709 error for ycgco) created by
- ffmpeg 7.1.1 command: […] de.mp4: […] get error: […] …
- 7:05 AM Ticket #11671 (enable TCP keepalive socket options) created by
- I would like to kindly request that the TCP keepalive socket option be …
- 4:35 AM Ticket #11669 (Compatibility issue with RTMP push from Dahua cameras) updated by
- I can set my camera to sent the stream to whatever url is provided. …
- 2:39 AM Ticket #11669 (Compatibility issue with RTMP push from Dahua cameras) updated by
-
Priority changed
Without the camera, I don't know how to move forward.
Jul 15, 2025:
- 6:08 PM Ticket #11418 (stack-buffer-overflow on libavcodec/aacenc_tns.c) closed by
- fixed: Fixed in bedfb6eca402037f5cbb115fa767d106b8c14f1c
- 1:24 PM Changeset in ffmpeg [9c55f22e] by
- avcodec/ffv1dec: don't add offsets to NULL pointers Fixes: …
- 1:24 PM Changeset in ffmpeg [307983b2] by
- avformat/tls_schannel: add check for Windows 10 only types and defines …
- 1:03 PM Ticket #11670 (Allow partial matching for audio input device names in DirectShow) created by
- Currently, FFmpeg requires an exact match of the audio input device …
- 10:46 AM Changeset in ffmpeg [053a113a] by
- avutil/hwcontext_vulkan: don't over-map buffers with prior padding If …
- 7:27 AM Changeset in ffmpeg [bedfb6ec] by
- aacenc_tns: clamp filter direction energy measurement The issue is …
Jul 14, 2025:
- 10:59 PM Changeset in ffmpeg [e9cd280d] by
- MAINTAINERS: add myself Signed-off-by: Kacper Michajłow …
- 8:05 PM Changeset in ffmpeg [fba1913d] by
- tests/fate: add fate test for excessive frame buffering when using …
- 8:05 PM Changeset in ffmpeg [7d54fad8] by
- fftools/ffmpeg: add support for setting maximum buffered frames in a …
- 8:05 PM Changeset in ffmpeg [b24155ca] by
- avfilter/avfilter: add AVFilterGraph->max_buffered_frames to limit …
- 8:03 PM Changeset in ffmpeg [71468e85] by
- avfilter/framequeue: add support for limiting and tracking buffered …
Jul 13, 2025:
Note:
See TracTimeline
for information about the timeline view.
