Timeline
Feb 15, 2024:
- 11:53 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- Replying to Niklas Haas: > Looking at this problem again, …
- 10:07 PM Changeset in ffmpeg [ebb7dffa] by
- swscale/tests/swscale: Add help text Signed-off-by: Michael …
- 10:07 PM Changeset in ffmpeg [6ebe4ebe] by
- swscale/tests/swscale: Highlight cases that worsened also highlight …
- 10:07 PM Changeset in ffmpeg [f7770ec9] by
- swscale/tests/swscale: Allow comparing a subset of cases to a …
- 10:07 PM Changeset in ffmpeg [885a802f] by
- swscale/tests/swscale: Test a wider range of flag combinations …
- 10:07 PM Changeset in ffmpeg [35ab103c] by
- swscale/tests/swscale: Compute chroma and alpha between gray and …
- 10:07 PM Changeset in ffmpeg [247f4854] by
- swscale/tests/swscale: Split sws_getContext() Signed-off-by: Michael …
- 10:07 PM Changeset in ffmpeg [1055ece] by
- swscale/tests/swscale: Implement isALPHA() using AVPixFmtDescriptor …
- 6:54 PM Ticket #10865 (xdcam mxf tracks are not identified) created by
- Summary of the bug: Audio and video isn't identified for MXF files …
- 6:41 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- Looking at this problem again, I do agree that the logic is clearly …
- 6:07 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- Replying to Niklas Haas: > Michael, the change in …
- 5:42 PM Ticket #10861 (hls video timing issue groups of frames play back early) updated by
- This flag removes the Non-monotonic DTS warnings but playing back the …
- 4:49 PM Ticket #10861 (hls video timing issue groups of frames play back early) updated by
- I've been trying to understand the issue and read that timestamp …
- 2:54 PM Ticket #10640 (Incorrect interpretation of PNG data in "monob" pixel format) updated by
-
Keywords changed
- 11:36 AM Ticket #7503 (Support Dash Encrypted) updated by
- Another link example: …
- 11:35 AM Ticket #10838 (RTMP protocol, ffmpeg to ffmpeg, always ends with a connection reset ...) updated by
- Fix available: …
- 8:49 AM Encode/FFV1 edited by
- GOP-size tradeoff (diff)
- 8:39 AM Ticket #10864 (amr_nb not muxable into 3gpp, mov, mp4) created by
- Summary of the bug: How to reproduce: […] file (22 mb) …
- 7:56 AM Changeset in ffmpeg [a2cfd606] by
- av_tx_init: accept NULL scale for RDFT Make av_tx_init() agree with …
- 6:33 AM Ticket #10855 (Huge RTSP latency achieved over long time of streaming from specific ...) updated by
-
I've left four instances of ffplay 4.3.6 on Linux with
-vf setpts=0… - 5:44 AM Ticket #1258 (Codec support request : MPEG Multichannel Audio) updated by
- yeah .... not very widely supported (I guess hw encoders/decoders were …
- 12:51 AM Ticket #10809 (libvulkan.so not linked when `--enable-vulkan`.) updated by
- (Further investigation revealed that the actual issue is libavcodec.so …
- 12:31 AM Ticket #10863 (Bug with arnndn filter) created by
- Summary of the bug: If audio input is stereo [more channels not …
- 12:22 AM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- here it seems working if i revert …
- 12:21 AM Ticket #10809 (libvulkan.so not linked when `--enable-vulkan`.) updated by
- Using patchelf to add libvulkan.so to the ffmpeg binary's NEEDED …
Feb 14, 2024:
- 11:34 PM Changeset in ffmpeg [86128bd0] by
- avformat/libsrt: Fix srt:// URL query string parsing Add missing NULL …
- 8:17 PM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by
-
Fixed
vf_setparams, so now the only thing that can be done to … - 7:25 PM Ticket #10861 (hls video timing issue groups of frames play back early) updated by
- Yes there is an fps diff between them: mp4: Stream #0:0[0x1](und): …
- 5:15 PM Ticket #10858 (Break in [concat] when using filter_complex between 6.0 and 6.1) closed by
- fixed
- 5:14 PM Ticket #10858 (Break in [concat] when using filter_complex between 6.0 and 6.1) updated by
-
Summary changed
I was looking at the logs a little closer and discovered that it made … - 4:05 PM Ticket #10861 (hls video timing issue groups of frames play back early) updated by
- 29.99 fps? No, Frame rate : 30.000 FPS
- 3:37 PM Ticket #10862 (Register AV1-related Dolby Vision codec tag - 'dav1') updated by
-
Cc, Version changed
- 3:35 PM Ticket #10862 (Register AV1-related Dolby Vision codec tag - 'dav1') created by
- FFmpeg does not recognize 'dav1' codec tag and rejects such streams …
- 3:30 PM Ticket #10861 (hls video timing issue groups of frames play back early) updated by
-
Description changed
- 3:23 PM Ticket #10861 (hls video timing issue groups of frames play back early) created by
- Summary of the bug: I am trying to transcode anything to mp4/libx264 …
- 2:35 PM Changeset in ffmpeg [e7f9edb4] by
- avfilter/avfilter: Fix build with ASSERT_LEVEL >= 1 Broken in …
- 2:08 PM Changeset in ffmpeg [86417b75] by
- lavfi: get rid of FF_INTERNAL_FIELDS This hack is used to limit the …
- 1:53 PM Changeset in ffmpeg [1e7d2007] by
- all: use designated initializers for AVOption.unit Makes it robust …
- 1:33 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- This still fails without the patch: libswscale/tests/swscale -src …
- 1:15 PM Ticket #10860 (timestamp discontinuity error on TS input) created by
- Summary of the bug: when decoding the attached sample file, we get the …
- 1:11 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- Looking at it some more, it appears to be a regression. The patch in …
- 12:36 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- Michael, the change in behavior is caused by "swscale: don't assign …
- 12:24 PM Changeset in ffmpeg [8a2c8687] by
- avfilter/af_hdcd: Drop a redundant log avfilter_insert_filter() …
- 12:18 PM Changeset in ffmpeg [b84d286a] by
- avfilter/vf_(bwdif|yadif)_cuda: Remove unused variables Forgotten in …
- 12:18 PM Changeset in ffmpeg [80666fdd] by
- avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algo It is …
- 12:18 PM Changeset in ffmpeg [96469332] by
- avformat/avformat: Remove reference to removed setter Removed in …
- 12:15 PM Ticket #10855 (Huge RTSP latency achieved over long time of streaming from specific ...) updated by
-
is
-vf setpts=0same assync=falsein GStreamer? Most of cameras … - 12:12 PM Ticket #10855 (Huge RTSP latency achieved over long time of streaming from specific ...) updated by
- Thanks for suggestion! I've launched couple of instances for testing, …
- 12:03 PM Ticket #10855 (Huge RTSP latency achieved over long time of streaming from specific ...) updated by
- because you forgot -vf setpts=0 in your commandline
- 4:41 AM Ticket #10858 (Break in [concat] when using filter_complex between 6.0 and 6.1) updated by
- This seems similar to #10803. Test with a current git master build.
- 3:01 AM Ticket #10786 (CODECS for HLS mux hard coded to 4) updated by
- It appears that the logic is in section 5.2.1 of this document: …
- 2:09 AM Changeset in ffmpeg [1e17412] by
- avcodec/vvcdec: frame_context_setup, set fc->ref to NULL fc->ref …
Feb 13, 2024:
- 11:51 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- I mean the patch does make sense: the floating point doesn't have a …
- 11:43 PM Ticket #10858 (Break in [concat] when using filter_complex between 6.0 and 6.1) updated by
- I suggest you try simplifying your command line and your filter …
- 11:32 PM Changeset in ffmpeg [eb5b4e60] by
- avcodec/avcodec: don't print coded dimensions if not set The avctx …
- 11:25 PM Changeset in ffmpeg [6106fb2b] by
- avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing …
- 10:45 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- Reverting cedf589c09c567b72bf4c1a58db53d94622567e1 results in: …
- 9:17 PM Changeset in ffmpeg [40c5c19e] by
- x86/h264_pred: Convert ff_pred8x8_vertical_8_mmx to …
- 9:02 PM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- >The issue is that it is at least 3x slower than the default color …
- 8:47 PM Changeset in ffmpeg [f43b5f10] by
- vp6dsp: Remove MMX code Missed from 6cb3ee8
- 7:29 PM Changeset in ffmpeg [fdebde8] by
- lavc/blockdsp: R-V V clear_blocks C908: blockdsp.clear_blocks_c: …
- 6:30 PM Changeset in ffmpeg [d2ae2aad] by
- avfilter/buffersrc: allow promoting color range to MPEG Otherwise, …
- 6:30 PM Changeset in ffmpeg [2303bf32] by
- avfilter/buffersrc: promote unspecified color metadata Currently, …
- 5:26 PM Changeset in ffmpeg [99d33cc6] by
- fate/subtitles: Ignore line endings for sub-scc test Since …
- 3:09 PM Ticket #10823 ("Changing video frame properties on the fly is not supported by all ...) updated by
- Both issues should be fixed, no? * …
- 2:56 PM Changeset in ffmpeg [3bf80df3] by
- avfilter/vf_setparams: use YUV colorspace negotiation API When this …
- 2:33 PM Changeset in ffmpeg [aa3bf6d4] by
- avutil/hwcontext_opencl: Use proper OpenCLFramesContext The currently …
- 2:27 PM Changeset in ffmpeg [7f4abe7c] by
- avformat/matroska: Add support for A_ATRAC/AT1 Signed-off-by: asivery …
- 1:17 PM Changeset in ffmpeg [568645f0] by
- avformat/dump: Fix use of undeclared variables Broken in …
- 12:51 PM Changeset in ffmpeg [ec203645] by
- avformat: add a disposition field to AVStreamGroup The existing (and …
- 6:40 AM Ticket #10859 (The mp3 video previously analyzed with this commit ...) created by
- How to reproduce: ffprobe.exe -i - < input.mp3 it works 4.1 […] …
- 3:42 AM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- Replying to Balling: > What I mean is that the default …
- 12:35 AM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- Replying to Balling: > What I mean is that the default …
- 12:02 AM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- What I mean is that the default color convertion is buggy, no one …
Feb 12, 2024:
- 9:43 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 9:42 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 9:41 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 9:39 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 9:12 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 9:08 PM SponsoringPrograms/STF/2024 edited by
- coverity fixes (diff)
- 9:05 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 8:57 PM SponsoringPrograms/STF/2024 edited by
- Remove user support task since it is not covered by any milestone (diff)
- 8:46 PM SponsoringPrograms/STF/2024 edited by
- ffv1 (diff)
- 8:21 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 8:18 PM SponsoringPrograms/STF/2024 edited by
- (diff)
- 8:04 PM Changeset in ffmpeg [106527d2] by
- avformat/mov_chan: add support for reading custom channel layouts when …
- 8:03 PM Changeset in ffmpeg [66386bf2] by
- avutil/channel_layout: add av_channel_layout_retype() Signed-off-by: …
- 8:03 PM Changeset in ffmpeg [4569b861] by
- avutil/channel_layout: add av_channel_layout_custom_init() …
- 8:00 PM Changeset in ffmpeg [0748d2bb] by
- lavc/blockdsp: R-V V clear_block C908: blockdsp.clear_block_c: 47.2 …
- 7:34 PM SponsoringPrograms/STF/2024 edited by
- Update proposal with SOWs from Michael Niedermayer and Niklas Haas (diff)
- 6:24 PM Ticket #10858 (Break in [concat] when using filter_complex between 6.0 and 6.1) updated by
-
Description changed
- 6:13 PM Ticket #10858 (Break in [concat] when using filter_complex between 6.0 and 6.1) created by
- == Summary of the issue EOF on input when joining overlays. Works in …
- 5:18 PM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- Seems related to https://trac.ffmpeg.org/ticket/9791.
- 4:35 PM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
-
Description changed
- 4:09 PM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- Replying to Balling: > See bug #979, you need to test with …
- 3:29 PM Ticket #10857 (Stream-level side data propagated to frames is indistinguishable from ...) created by
- Summary of the bug: Since ae22271620df90567ba276832b33607d64e9ba9c, …
- 2:34 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- Absolutely, here is the difference between the outputs. 6_0.mp4 sounds …
- 11:41 AM Ticket #10856 (Regression: VA-API + QSV transcoding fail, with large number of errors) updated by
- FYI: During this same time period, I've had also Intel …
- 11:18 AM Ticket #10856 (Regression: VA-API + QSV transcoding fail, with large number of errors) updated by
- Before the problematic commit(s), output looked like this: […]
- 11:13 AM Ticket #10856 (Regression: VA-API + QSV transcoding fail, with large number of errors) updated by
- With QSV, warnings are about allocation failures: […]
- 11:10 AM Ticket #10856 (Regression: VA-API + QSV transcoding fail, with large number of errors) created by
- Between following FFmpeg git master commits: […] FFmpeg …
- 7:22 AM Ticket #10855 (Huge RTSP latency achieved over long time of streaming from specific ...) created by
- I've discovered that RTSP video latency can grow over time when using …
- 1:01 AM Changeset in ffmpeg [7bf1b9b3] by
- lavf/assenc: normalize line endings to \n Previously, we produced …
- 1:01 AM Changeset in ffmpeg [98eeef44] by
- lavf/avio_internal: add ffio_write_lines for line ending normalization
- 12:19 AM Ticket #10845 (Crash in VVC decoder when open MPEG-TS not from start or after seek.) closed by
- fixed
Feb 11, 2024:
- 11:50 PM Changeset in ffmpeg [3be80ce2] by
- avcodec/indeo3: Round dimensions up in allocate_frame_buffers() …
- 11:50 PM Changeset in ffmpeg [f465badb] by
- avutil/rational: Document what is to be expected from av_d2q() of …
- 11:50 PM Changeset in ffmpeg [66f60a23] by
- avcodec/ac3enc_template: add fbw_channels assert fbw_channels must be …
- 11:50 PM Changeset in ffmpeg [98ae1ad7] by
- avfilter/signature_lookup: Do not dereference NULL pointers after …
- 11:50 PM Changeset in ffmpeg [6c50482] by
- avfilter/signature_lookup: dont leave uncleared pointers in sll_free() …
- 10:29 PM Ticket #10845 (Crash in VVC decoder when open MPEG-TS not from start or after seek.) updated by
-
Status changed
The crash is resolved by 5076fa30ab6f36955dc711f348a16fd063c1e962. … - 10:23 PM Changeset in ffmpeg [2c324fcc] by
- x86/h264_intrapred: convert ff_pred16x16_horizontal_8_mmxext to sse2 …
- 10:20 PM Changeset in ffmpeg [352fe0d4] by
- avformat/mov_chan: never override number of channels based on chan …
- 10:20 PM Changeset in ffmpeg [f4718511] by
- avformat/mov_chan: do not assume channels are in native order …
- 10:15 PM Changeset in ffmpeg [b991129f] by
- avformat/mov_chan: never override number of channels based on chan …
- 10:15 PM Changeset in ffmpeg [ae7cd2fc] by
- avformat/mov_chan: do not assume channels are in native order …
- 10:03 PM Changeset in ffmpeg [3e79074c] by
- avformat/mov_chan: never override number of channels based on chan …
- 10:02 PM Changeset in ffmpeg [9cc79265] by
- avformat/mov_chan: do not assume channels are in native order …
- 9:04 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
- The fix for this bug has actually been on the mailing list since …
- 2:50 PM Changeset in ffmpeg [4f80441] by
- avcodec/hevc_mp4toannexb: more validations for nalu_len For a …
- 2:49 PM Changeset in ffmpeg [f7a504a0] by
- avcodec/vvc_mp4toannexb: more validations for nalu_len For a …
- 2:13 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- Can you attach two aac encoded files, after and before the patch?
- 1:58 PM Changeset in ffmpeg [78949041] by
- avcodec/pngenc: write cLLi and mDVc chunks These chunks contain the …
- 1:57 PM Changeset in ffmpeg [c7a57b0f] by
- avcodec/pngdec: read cLLi and mDVc chunks These chunks contain the …
- 1:57 PM Changeset in ffmpeg [eb4df270] by
- avcodec/tiff: pass arguments to bytestream2_seek in the right order …
- 1:27 PM Ticket #10854 (6.1.1: build fails on linking libswscale/libswscale.so.7) updated by
-
Summary changed
- 1:26 PM Ticket #10854 (6.1.1: build fails on linking libswscale/libswscale.so.7) created by
- Summary of the bug: How to reproduce: Source code configured with …
- 12:27 PM Ticket #3009 (Support mvc) updated by
-
Cc changed
- 12:14 PM Ticket #3009 (Support mvc) updated by
- Not fully ontopic, but I think this belongs here. There's new app for …
- 10:15 AM Changeset in ffmpeg [66231e58] by
- avcodec/vc1dec: Fix vc1_hwaccel_pixfmt_list_420 …
- 4:19 AM Ticket #10853 (mov: parse track-based udta name tags) created by
- This will allow the read "udta/name" atom and use as a track title. …
Feb 10, 2024:
- 11:40 PM Changeset in ffmpeg [afb630c] by
- lavc/dxv: remove ctx fields that can be derived from texdsp ctxs …
- 11:40 PM Changeset in ffmpeg [2f9936e4] by
- lavc/dvx: use texdsp funcs for texture block decompression …
- 11:40 PM Changeset in ffmpeg [939bf30d] by
- lavc/dxv: move tag definitions to common header Signed-off-by: Connor …
- 2:18 PM Ticket #4907 (Support decoding animated WebP images) updated by
- anyone currently working on this? I just started writing some code for this
- 10:49 AM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by
- I merged a patch for the second point to master, which means that …
- 7:16 AM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) updated by
- See bug #979, you need to test with -vf scale=flags=accurate_rnd
- 7:05 AM Changeset in ffmpeg [5e2b0862] by
- tests/fate-run: Sanitize test argument test -z is a binary operator. …
- 3:04 AM Changeset in ffmpeg [81c25576] by
- avcodec: remove some references to avcodec_close Signed-off-by: James …
Feb 9, 2024:
- 10:47 PM Changeset in ffmpeg [dc9d64f7] by
- avformat/mov_chan: never override number of channels based on chan …
- 10:47 PM Changeset in ffmpeg [3d3cad74] by
- avformat/mov_chan: do not assume channels are in native order …
- 10:31 PM Ticket #10852 (sws_scale overflows buffer for some resolutions using ssse3 instructions) created by
- Summary of the bug: This bug occurs when using the sws_scale …
- 10:23 PM Changeset in ffmpeg [8815d775] by
- avfft: avoid overreads with RDFT API users The new API requires an …
- 10:20 PM Changeset in ffmpeg [90adef99] by
- avfft: avoid overreads with RDFT API users The new API requires an …
- 10:11 PM Changeset in ffmpeg [ce7c90ff] by
- avcodec/dca_core: Remove unneeded emms.h inclusion Possible since …
- 9:55 PM Changeset in ffmpeg [7ec2354c] by
- x86: Remove inline MMX assembly that clobbers the FPU state These …
- 9:47 PM Changeset in ffmpeg [d5aaed9d] by
- lavc/dxv: align to 4x4 blocks instead of 16x16 The previous …
- 8:02 PM Changeset in ffmpeg [c619d209] by
- fftools/ffplay: constrain supported YUV color spaces SDL supports …
- 8:02 PM Changeset in ffmpeg [75f4cb81] by
- avfilter/buffersink: add color_spaces, color_ranges params An …
- 7:38 PM Ticket #10264 (DXV encoded video playback contains horizontal lines) closed by
- fixed: Fixed in 1eeee68d8eb678665730bdd7862598be15867028
- 7:20 PM Changeset in ffmpeg [4618b5eb] by
- Revert "avutil/mem: limit alignment to maximum simd align" Patch was …
- 6:51 PM Changeset in ffmpeg [21c6d124] by
- avfilter/ddagrab: only use acquired texture on valid updates
- 5:11 PM Changeset in ffmpeg [6154137b] by
- avutil/mem: limit alignment to maximum simd align FFmpeg has …
- 5:08 PM Changeset in ffmpeg [9af87828] by
- x86/tx_init: propely indicate the extended available transform sizes …
- 3:24 PM Changeset in ffmpeg [7c873fb2] by
- lavc/refstruct: do not use max_align_t on MSVC It is not available …
- 3:14 PM Changeset in ffmpeg [1cc24d74] by
- lavc: deprecate avcodec_close() Its use has been discouraged since …
- 3:14 PM Changeset in ffmpeg [ca18bb59] by
- lavf/demux: stop calling avcodec_close() Replace it with recreating …
- 3:14 PM Changeset in ffmpeg [88ba2200] by
- lavf/flacdec: stop accessing FFStream.avctx The demuxer opens an …
- 3:14 PM Changeset in ffmpeg [0d54ae40] by
- lavf/mpegts: drop a cargo-culted check This check has survived the …
- 3:14 PM Changeset in ffmpeg [05fc6d3c] by
- fftools/ffmpeg_demux: set stream index right before sending packet to …
- 2:09 PM Ticket #10841 (Set a sliding window with a value other than 100 ms in ebur128 filter) updated by
- Replying to Marton Balint: > The 100ms actually comes from …
- 1:37 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- I managed to properly log now: […]
- 1:14 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- I have now uploaded a second repro! Filename: reproduction-two.zip …
- 12:16 PM Ticket #10759 (Bug in new D3D12 decoder.) closed by
- fixed
- 11:42 AM Ticket #10759 (Bug in new D3D12 decoder.) updated by
- This is fixed now with 336d59643a96843dbc51837e855326f2738f0e5b? I …
- 11:22 AM Changeset in ffmpeg [8c2e86ca] by
- fftools/cmdutils: Don't cast const away Reviewed-by: Anton Khirnov …
- 11:22 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- Thanks a lot for looking into it! I am working on providing a better …
- 10:57 AM Ticket #10851 (AV1 encoding fails with svt-av1 1.8.0 (bad parameter)) updated by
- FWIW, 6.1.1 has no problems here (if I rebuild it against the updated …
- 10:56 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- Anyway I cannot reproduce that. Looking it up in Audacityy the …
- 10:11 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- >when concatenating PCM-16 audio chunks into AAC. Does it happen if …
- 9:20 AM Changeset in ffmpeg [3371250c] by
- avformat/rcwtenc: Pass RCWTContext directly in rcwt_init_cluster() It …
- 9:20 AM Changeset in ffmpeg [a8e55cf1] by
- avformat/rcwtenc: Remove redundant zeroing of buffer Resetting the …
- 9:20 AM Changeset in ffmpeg [d30fe36] by
- avformat/rcwtenc: Fix potential out-of-bounds write The rcwt muxer …
- 8:02 AM Ticket #10851 (AV1 encoding fails with svt-av1 1.8.0 (bad parameter)) created by
- Summary of the bug: FFmpeg 6.0.x built with svt-av1 1.8.0 fails to …
- 7:16 AM Changeset in ffmpeg [2b0e9e27] by
- avcodec/h263dec: Remove AVCodec.pix_fmts arrays They are not intended …
- 7:16 AM Changeset in ffmpeg [39cfd30b] by
- avcodec/vc1dec: Remove AVCodec.pix_fmts arrays They are not intended …
- 7:16 AM Changeset in ffmpeg [ca958637] by
- avcodec/vc1dec: Don't call ff_get_format() twice It is currently …
- 7:16 AM Changeset in ffmpeg [38f234c0] by
- avcodec/vc1dec: Set pointers for hwaccel even without hwaccel VC-1 …
- 7:16 AM Changeset in ffmpeg [687a287] by
- avcodec/mmaldec: Avoid using AVCodec.pix_fmts It is entirely …
- 7:16 AM Changeset in ffmpeg [89995cfd] by
- avcodec: Remove redundant pix_fmts from decoders AVCodec.pix_fmts is …
- 12:19 AM Ticket #10836 (ebur128: Support tracking max short term loudness) updated by
-
Priority changed
I was gonna say this can be calculated from the individual values by … - 12:10 AM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by
-
Component changed
Improper index table creation for Long GOP h264 in MXF is a known … - 12:04 AM Ticket #10841 (Set a sliding window with a value other than 100 ms in ebur128 filter) updated by
-
Priority, Summary changed
The 100ms actually comes from the way momentary loudness is …
Feb 8, 2024:
- 11:44 PM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- chunk6 is missing from the sample, so can't really reproduce. Also I …
- 8:32 PM SponsoringPrograms/STF/2024 edited by
- update Coverity (diff)
- 7:37 PM Changeset in ffmpeg [395469c1] by
- fate/video: add DXV3 HQ tests Signed-off-by: Connor Worley …
- 7:37 PM Changeset in ffmpeg [5fbb6fc] by
- fate/video: add DXV3 DXT1 encoding test Signed-off-by: Connor Worley …
- 7:36 PM Changeset in ffmpeg [1eeee68d] by
- lavc/dxv: fix incorrect back-reference index calculation in DXT5 …
- 7:36 PM Changeset in ffmpeg [3b6a515c] by
- lavc/dxv: treat DXT5-tagged files as DXT4 DXV files seem to misnomer …
- 7:36 PM Changeset in ffmpeg [c4e9556c] by
- lavc/texturedsp: fix premult2straight inversion This function should …
- 5:46 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) updated by
-
It appears that
libavformat/nutdec.cis returning the 0 size … - 5:07 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) updated by
-
Component changed
So the underlying issue is thatav_read_framecan return an … - 4:54 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) updated by
- The decode_filter_audio example also has this issue: […] I git …
- 3:23 PM SponsoringPrograms/STF/2024 edited by
- libpostproc (diff)
- 1:02 PM Changeset in ffmpeg [f6ec0114] by
- avfilter/fifo: Remove (a)fifo filters Obsolete since …
- 1:00 PM Changeset in ffmpeg [9ae40f28] by
- avcodec/nvdec: Constify bitstream pointee Reviewed-by: Timo …
- 9:49 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) updated by
- For those interested, there is an even narrower patch: […] …
- 7:47 AM Ticket #10850 (bug with MP3 file processing that occurs in FFmpeg 4.4 but not in 4.1.) updated by
- Using git bisect, I found where the code went wrong!! When I deleted …
- 2:34 AM Changeset in ffmpeg [cd31eac9] by
- lavc/qsvenc: Add workaround for VP9 keyframe The runtime doesn't set …
- 2:34 AM Changeset in ffmpeg [82e88381] by
- avcodec/dxva2: fix different 'const' qualifiers warning …
- 2:34 AM Changeset in ffmpeg [92ee7461] by
- avcodec/d3d12va_decode: fix different 'const' qualifiers warning …
- 2:34 AM Changeset in ffmpeg [336d5964] by
- avcodec/d3d12va_vc1: add support for …
- 12:34 AM Ticket #10850 (bug with MP3 file processing that occurs in FFmpeg 4.4 but not in 4.1.) updated by
- 12:30 AM Ticket #10850 (bug with MP3 file processing that occurs in FFmpeg 4.4 but not in 4.1.) created by
- Issue Summary: There is a problem with MP3 file processing that …
Note:
See TracTimeline
for information about the timeline view.
