Timeline
Jun 11, 2024:
- 11:53 PM Changeset in ffmpeg [a4630d47] by
- lavu/hwcontext_vulkan: Support write on drm frame Otherwise nothing …
- 10:39 PM Changeset in ffmpeg [9c9f095e] by
- avfilter/vf_rotate: Check ff_draw_init2() return value Fixes: NULL …
- 10:39 PM Changeset in ffmpeg [034054b] by
- avformat/mov: Use int64_t in intermediate for corrected_dts Fixes: …
- 10:39 PM Changeset in ffmpeg [0c977d37] by
- avformat/mov: Use 64bit in intermediate for current_dts Fixes: …
- 10:39 PM Changeset in ffmpeg [019fce18] by
- avformat/matroskadec: Assert that num_levels is non negative Maybe …
- 10:39 PM Changeset in ffmpeg [0263b6a4] by
- avformat/libzmq: Check av_strstart() Fixes: CID1453457 Unchecked …
- 10:39 PM Changeset in ffmpeg [5712f36d] by
- avformat/img2dec: Little JFIF / Exif cleanup This changes the …
- 10:39 PM Changeset in ffmpeg [7d04c601] by
- avformat/img2dec: Move DQT after unrelated if() Fixes: CID1494636 …
- 10:39 PM Changeset in ffmpeg [f10493f6] by
- avformat/imfdec: Simplify get_next_track_with_minimum_timestamp() …
- 10:39 PM Changeset in ffmpeg [c21fb362] by
- avformat/iamf_parse: Remove dead case Fixes: CID1559546 Logically …
- 10:39 PM Changeset in ffmpeg [78d6d13b] by
- avdevice/xcbgrab: Check sscanf() return Alot more input checking can …
- 10:38 PM Ticket #7169 (First chapter of MP4 is always at 0.0) updated by
-
Status changed
This is indeed a cosmetic issue, as VLC reads second chapter after 2 … - 5:12 PM Changeset in ffmpeg [f6d0a41c] by
- lavu/riscv: use Zbb CLZ/CTZ/CLZW/CTZW at run-time Zbb static …
- 5:12 PM Changeset in ffmpeg [98db1409] by
- lavu/riscv: use Zbb CPOP/CPOPW at run-time Zbb static Zbb …
- 5:12 PM Changeset in ffmpeg [324899b] by
- lavu/riscv: use Zbb REV8 at run-time This adds runtime support to use …
- 5:12 PM Changeset in ffmpeg [378d1b06] by
- riscv: probe for Zbb extension at load time Due to hysterical …
- 5:07 PM Changeset in ffmpeg [18adaf9f] by
- checkasm/lls: adjust buffer sizes and alignments var must be padded. …
- 3:39 PM Changeset in ffmpeg [08ea7d6] by
- lavc/hevcdec: constify source frame in hevc_ref_frame()
- 3:39 PM Changeset in ffmpeg [ccd391d6] by
- lavc/hevcdec: do not unref current frame on frame_end() failure It's …
- 3:39 PM Changeset in ffmpeg [d725c737] by
- lavc/hevcdec: move some frame-end code to hevc_frame_end() …
- 3:39 PM Changeset in ffmpeg [edb6a471] by
- lavc/hevcdec: factor decoding a slice NALU out of decode_nal_unit()
- 3:39 PM Changeset in ffmpeg [90e75c4] by
- lavc/hevcdec: drop a redundant multiple-frame-per-packet check
- 3:39 PM Changeset in ffmpeg [3cd6492f] by
- lavc/hevcdec: move the check for multiple frames in a packet Do not …
- 3:39 PM Changeset in ffmpeg [a8f9d52c] by
- lavc/hevcdec: move setting slice_initialized out of hls_slice_header() …
- 3:39 PM Changeset in ffmpeg [82ded1ad] by
- lavc/hevcdec: move sequence increment/IDR handling to …
- 3:39 PM Changeset in ffmpeg [a2e77caf] by
- lavc/hevcdec: set active PPS/SPS in hevc_frame_start() Not in …
- 3:39 PM Changeset in ffmpeg [47d34ba] by
- lavc/hevcdec: move constructing slice RPL to decode_slice_data()
- 3:39 PM Changeset in ffmpeg [fe171a3b] by
- lavc/hevcdec: move calling hwaccel decode_slice to decode_slice_data() …
- 3:39 PM Changeset in ffmpeg [6ee550d8] by
- lavc/hevcdec: move calling hwaccel start_frame to hevc_frame_start() …
- 3:39 PM Changeset in ffmpeg [3bbb5d78] by
- lavc/hevcdec: move per-slice local_ctx setup out of hls_slice_header() …
- 3:39 PM Changeset in ffmpeg [efc827bf] by
- lavc/hevcdec: move slice decoding dispatch to its own function Also …
- 3:39 PM Changeset in ffmpeg [7cce612a] by
- lavc/hevcdec: move a slice segment sanity check to hls_slice_header() …
- 3:39 PM Changeset in ffmpeg [d43527a1] by
- lavc/hevcdec: store slice header POC in SliceHeader Rather than …
- 3:39 PM Changeset in ffmpeg [e4e9e1da] by
- lavc/hevcdec: drop redundant HEVCContext.threads_{type,number} They …
- 3:39 PM Changeset in ffmpeg [b0c29a45] by
- lavc/hevc/cabac: do not infer WPP use based on …
- 3:39 PM Changeset in ffmpeg [d86ac94d] by
- lavc/hevcdec: output RASL frames based on the value of …
- 3:39 PM Changeset in ffmpeg [3115c840] by
- lavc/hevcdec: only set no_rasl_output_flag for IRAP frames Its …
- 3:39 PM Changeset in ffmpeg [381b70e] by
- lavc/hevcdec: do not pass HEVCContext to ff_hevc_frame_nb_refs() Pass …
- 3:39 PM Changeset in ffmpeg [07eb60c0] by
- lavc/hevcdec: only call export_stream_params_from_sei() once per frame …
- 3:39 PM Changeset in ffmpeg [01b379a9] by
- lavc/hevcdec: move pocTid0 computation to hevc_frame_start() It is …
- 3:39 PM Changeset in ffmpeg [5e438511] by
- lavc/hevcdec: do not pass HEVCContext to decode_lt_rps() Pass the two …
- 3:39 PM Changeset in ffmpeg [0892ec94] by
- lavc/hevcdec: pass SliceHeader explicitly to pred_weight_table() And …
- 3:39 PM Changeset in ffmpeg [90fc331b] by
- lavc/hevcdec: only ignore INVALIDDATA in decode_nal_unit() All other …
- 3:39 PM Changeset in ffmpeg [8eb134f4] by
- lavc/hevcdec: drop an always-zero variable
- 3:39 PM Changeset in ffmpeg [8c8072c2] by
- lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext …
- 3:39 PM Changeset in ffmpeg [0f47342] by
- lavc/hevcdec: stop accessing parameter sets through HEVCParamSets …
- 3:39 PM Changeset in ffmpeg [38b8ae41] by
- lavc/hevc/pred: stop accessing parameter sets through HEVCParamSets …
- 3:39 PM Changeset in ffmpeg [d0868d70] by
- lavc/hevc/cabac: stop accessing parameter sets through HEVCParamSets …
- 3:39 PM Changeset in ffmpeg [b38aecf] by
- lavc/hevc/filter: stop accessing parameter sets through HEVCParamSets …
- 3:39 PM Changeset in ffmpeg [fb873a05] by
- lavc/hevc/mvs: stop accessing parameter sets through HEVCParamSets …
- 3:39 PM Changeset in ffmpeg [6ddba110] by
- lavc/hevc/parser: stop using HEVCParamSets.[psv]ps The parser does …
- 3:39 PM Changeset in ffmpeg [2e46d68f] by
- lavc/hevc_ps: make SPS hold a reference to its VPS SPS and its …
- 3:39 PM Changeset in ffmpeg [c879165] by
- lavc/hevc_ps: make PPS hold a reference to its SPS PPS depends on, …
- 3:39 PM Changeset in ffmpeg [e12fd62d] by
- lavc/hevcdec: drop a redundant assignment in hevc_decode_frame() The …
- 3:39 PM Changeset in ffmpeg [a82f2b09] by
- lavc/hevcdec: simplify condition
- 3:39 PM Changeset in ffmpeg [04075567] by
- lavc/hevcdec: do not free SliceHeader arrays in pic_arrays_free() …
- 3:00 PM Changeset in ffmpeg [0455a62] by
- lavf/tls_mbedtls: handle session ticket error code as no-op When …
- 2:58 PM Changeset in ffmpeg [1b1e9ca] by
- lavf/tls_mbedtls: fix handling of certification validation failures …
- 2:58 PM Changeset in ffmpeg [827578ca] by
- lavf/tls_mbedtls: hook up debug message callback Unfortunately this …
- 2:35 PM Changeset in ffmpeg [807d1505] by
- lavf/tls_mbedtls: add missing call to psa_crypto_init This is …
- 2:35 PM Changeset in ffmpeg [63b6620a] by
- lavf/tls_mbedtls: handle more error codes for human-readable messages …
- 2:15 PM Changeset in ffmpeg [b6f37ffb] by
- lavc/vc1dsp: match C block layout in inv_trans_4x8_rvv Although …
- 2:15 PM Changeset in ffmpeg [6c05069e] by
- lavc/vc1dsp: match C block layout in inv_trans_4x4_rvv Although …
- 12:32 PM Changeset in ffmpeg [6ae1a337] by
- fftools/ffmpeg_mux_init: Fix leak when using non-encoding option …
- 11:36 AM Changeset in ffmpeg [8754c9bd] by
- configure: Disable DNN without backend The DNN filters are useless …
- 11:16 AM WikiFormatting edited by
- Markup in attachment description. (diff)
- 8:47 AM DenoiseExamples edited by
- [m] (diff)
- 8:42 AM DenoiseExamples edited by
- Modify description: not "dedicated" filters. (diff)
- 8:24 AM DenoiseExamples edited by
- + some more filters (diff)
- 7:54 AM Ticket #8677 (HEVC libx265 removes Closed caption) closed by
- fixed: Implemented in 6043352bd902665b3d598c9be4197e41858a2357. Notice that …
- 7:51 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) closed by
- duplicate: Closing as duplicate of #10411.
- 7:50 AM Ticket #10906 (Crash when transcoding h264 with libx265) closed by
- duplicate: Presumably you ran into the bug described in ticket #9666 (see my …
- 7:49 AM Ticket #10411 (Crash on certain videos when transcoding to x265) updated by
- Looks like you ran into the bug described in ticket #9666 (see my …
- 7:47 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Looks like you ran into the bug described in ticket #9666 (see …
- 7:07 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Uploaded smaller samples here (which can reproduce the problem).
- 6:16 AM Changeset in ffmpeg [c84e40d9] by
- fftools/ffmpeg_mux_init: Return error upon error Currently it may …
- 5:46 AM Ticket #10244 (stack-buffer-overflow in ffmpeg (libavcodec/options.c:4)) closed by
- fixed: Fixed in d98dfcecad179260182d90ed1d170c1037db7568.
- 5:45 AM Ticket #10242 (heap overflow in ffmpeg (base64.c:133)) closed by
- fixed: Fixed in 2d216566f258badd07bc58de1e089b6e4175dc46.
- 5:42 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- ͏ You may experiment "-to" (or "-t") with "-noaccurate_seek": to …
- 4:53 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Yes, I can reproduce this with a single command without loop. I …
- 12:57 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- ͏ `ffmpeg -v debug -hide_banner -nostdin -nostats -i "${In}" -map …
- 12:43 AM Changeset in ffmpeg [a0ff31e7] by
- avcodec/vvc/inter: Don't return void Returning a void is not allowed …
Jun 10, 2024:
- 9:18 PM Ticket #11049 (Ffmpeg unable to process prores input file (Value 234.000000 for ...) updated by
- […] Workaround given in here …
- 8:20 PM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Could you try to reproduce this with a single command instead of using …
- 7:48 PM Changeset in ffmpeg [417957ec] by
- sws/range_convert: R-V V to/from JPEG …
- 5:12 PM Changeset in ffmpeg [9dac8495] by
- swscale/aarch64: Add rgb24 to yuv implementation Test on Apple M1: …
- 5:11 PM Changeset in ffmpeg [b1240c98] by
- tests/checkasm: Fix build error when enable linux perf on Android B0 …
- 5:11 PM Changeset in ffmpeg [33e4cc9] by
- avutil/timer: Add clock_gettime as a fallback of AV_READ_TIME …
- 5:10 PM Changeset in ffmpeg [6a18c0bc] by
- avutil/aarch64: Skip define AV_READ_TIME for apple It will fallback …
- 2:16 PM Ticket #11030 (Remuxing a damaged MP4 increases file size noticeably) updated by
-
That would be this line from the table above:
audio-only.mp4with … - 12:48 PM DenoiseExamples edited by
- [m] (diff)
- 9:57 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
- ͏ Why don't we write everything in one-liner and get rid of …
- 9:22 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
-
Keywords changed
- 9:17 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
- why in the example of link uses double parenthensis? `pad=320:240:(( …
- 9:11 AM DenoiseExamples edited by
- Rearrangement and comment. (diff)
- 9:04 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Now it looks like the problem is only associated with libx265. It is …
- 8:25 AM Ticket #11030 (Remuxing a damaged MP4 increases file size noticeably) updated by
- ͏ It appears remuxing twice to Matroska (with FFmpeg) causes the …
- 8:11 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
-
Keywords, Component changed
͏ Transcoding specific. (decoding, remuxing appeared normally) ͏ … - 6:25 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Now I am encoding more videos, and I got more than 5 videos with this …
- 4:37 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Share the report for the encoding run, for one of the files.
- 2:28 AM DenoiseExamples edited by
- Acknowlaging comment regarding denoise and interlaced content. Farin … (diff)
- 2:24 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- […]
- 2:13 AM DenoiseExamples edited by
- Improve the copy regarding the efficacy of runtime-denoise algorithms … (diff)
- 2:09 AM Ticket #11005 (Damaged MP4 rejected by ffmpeg, mkvtoolnix can read it fine) updated by
- ͏ …
- 1:41 AM Ticket #11005 (Damaged MP4 rejected by ffmpeg, mkvtoolnix can read it fine) updated by
- Remuxing with mkvtoolnix fixes the freeze, otherwise I wouldn't have …
- 1:23 AM Ticket #11030 (Remuxing a damaged MP4 increases file size noticeably) updated by
- No, I've double checked that they've been generated from the same …
- 1:12 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- ͏ `ffmpeg -v debug -hide_banner -nostdin -nostats -i "${Each …
- 12:43 AM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
- Here are the report of the 5 videos with problem using `ffprobe …
Jun 9, 2024:
- 11:21 PM DenoiseExamples edited by
- # fftdnoiz: Correct inaccuracy. (diff)
- 11:13 PM DenoiseExamples edited by
- # fftdnoiz: Note on "3D". (diff)
- 11:06 PM DenoiseExamples edited by
- # dctdnoiz: Include … (diff)
- 8:43 PM DenoiseExamples edited by
- Highlight that the developer of the dctdnoiz filter suggests that … (diff)
- 8:16 PM Changeset in ffmpeg [94f2274a] by
- x86/aacencdsp: fix ff_aac_quantize_bands_avx on unix64 ABI …
- 7:04 PM Changeset in ffmpeg [17c3cc5b] by
- swscale/x86/rgb_2_rgb: add missing wrap to ff_uyvytoyuv422_avx2 Fixes …
- 6:56 PM Changeset in ffmpeg [03546f49] by
- swscale/x86/rgb2rgb: add missing wrap for ff_uyvytoyuv422_avx2 …
- 6:35 PM Ticket #11005 (Damaged MP4 rejected by ffmpeg, mkvtoolnix can read it fine) updated by
- ͏ The video freeze near 42:58 shouldn't occur: at least per the …
- 6:00 PM DenoiseExamples edited by
- # Codec-specific denoisers: Comment. (diff)
- 5:54 PM DenoiseExamples edited by
- [minor] Fixed the truncated number of frames in performance … (diff)
- 5:51 PM DenoiseExamples edited by
- [minor] typos and formatting. Clarification regarding split-screen … (diff)
- 5:25 PM DenoiseExamples edited by
- Added section on codec-specific denoisers, for completeness. (diff)
- 5:23 PM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
-
Keywords, Cc, Summary changed
͏ Report: ͏ `ffprobe -hide_banner -threads 0 -show_entries … - 5:13 PM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
-
Description changed
- 5:12 PM Changeset in ffmpeg [287d139b] by
- checkasm/sw_rgb: fix alignment of buffers for rgb_to_yuv tests src is …
- 5:01 PM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) updated by
-
Version changed
- 4:59 PM Ticket #11052 (FFmpeg 6, 7 stop encoding without any error, while FFmpeg 5 works) created by
- Summary of the bug: I used ffmpeg 7 to encode about 100 videos on …
- 4:53 PM DenoiseExamples edited by
- # hqdn3d: [m] (diff)
- 4:43 PM Changeset in ffmpeg [e8cef5e1] by
- swscale/x86/rgb2rgb: remove mmxext version of shuffle_bytes_2103 …
- 4:43 PM Changeset in ffmpeg [c578bb98] by
- swscale/x86/input: add AVX2 optimized uyvytoyuv422 uyvytoyuv422_c: …
- 4:43 PM Changeset in ffmpeg [e9cfd532] by
- swscale/x86/input: add AVX2 optimized RGB32 to YUV functions …
- 4:42 PM Changeset in ffmpeg [d5fe99d] by
- swscale/x86/input: add AVX2 optimized RGB24 to YUV functions …
- 4:40 PM DenoiseExamples edited by
- [m] Clean-up linking. (diff)
- 4:22 PM DenoiseExamples edited by
- [m] Anchor names. (diff)
- 4:17 PM DenoiseExamples edited by
- [m] Remove excessive anchors. (diff)
- 4:10 PM DenoiseExamples edited by
- PageOutline. (diff)
- 3:53 PM DenoiseExamples edited by
- [m] Change 1 "shell" highlight to "console". (diff)
- 3:48 PM DenoiseExamples edited by
- [m] Use "shell" highlight. (diff)
- 3:36 PM DenoiseExamples edited by
- Partly revert Version 6, … (diff)
- 3:29 PM Changeset in ffmpeg [6743c2fc] by
- checkasm/sw_rgb: test rgb32/rgb32_1 to yuv Test all four pixel …
- 3:29 PM Changeset in ffmpeg [91b9af0] by
- x86/aacencdsp: add AVX version of quantize_bands …
- 3:20 PM DenoiseExamples edited by
- Note on runtime-denoise displays. (diff)
- 3:11 PM DenoiseExamples edited by
- Remove unjustifiable "comment". (diff)
- 2:58 PM DenoiseExamples edited by
- ͏ "null" appears no-op per the doc. ͏ … (diff)
- 2:40 PM DenoiseExamples edited by
- [m] "outfile.mp4" -> "${Out}". (diff)
- 2:36 PM DenoiseExamples edited by
- [m] "${infile}" -> "${In}". (diff)
- 2:32 PM DenoiseExamples edited by
- [m] Reduce a few excessive "-vf" of `ffplay`. And minor. (diff)
- 1:56 PM DenoiseExamples edited by
- Quality hint on using "nlmeans" for deinterlacing. (diff)
- 12:58 PM DenoiseExamples edited by
- Explain rationale for <denoise>. (diff)
- 12:30 PM DenoiseExamples edited by
- (diff)
- 11:33 AM Changeset in ffmpeg [7a33693] by
- sws/input: R-V V 32-bit RGB to halved UV T-Head C908: …
- 11:33 AM Changeset in ffmpeg [e2f06990] by
- sws/input: R-V V 32-bit RGB to UV
- 11:33 AM Changeset in ffmpeg [f5555cb1] by
- sws/input: R-V V 32-bit RGB to Y T-Head C908: abgr_to_y_8_c: …
- 10:03 AM Changeset in ffmpeg [8b62fb23] by
- swscale/x86/rgb2rgb: Detemplatize Every function in …
- 10:03 AM Changeset in ffmpeg [5421dee] by
- swscale/x86/rgb2rgb_template: Remove unused uyvytoyv12 Signed-off-by: …
- 10:03 AM Changeset in ffmpeg [c1c35380] by
- swscale/x86/rgb2rgb: Don't unnecessarily check for inline ASM The …
- 10:03 AM Changeset in ffmpeg [f7305eb3] by
- swscale/x86/rgb2rgb_template: Remove unnecessary SFENCE The …
- 10:03 AM Changeset in ffmpeg [fca796ac] by
- tests/checkasm/sw_rgb: Be more strict about clobbering MMX state The …
- 8:59 AM Changeset in ffmpeg [3af61366] by
- avcodec/dnxhdenc: Simplify padding It is unnecessary to first pad to …
- 8:59 AM Changeset in ffmpeg [b0e0b3c5] by
- avcodec/dnxhdenc: Move PutBitContext from ctx to stack Signed-off-by: …
- 8:59 AM Changeset in ffmpeg [542abee2] by
- avcodec/cbs_h266_syntax_template: Use correct format specifier …
- 8:59 AM Changeset in ffmpeg [8f199cfb] by
- avformat/evc: Fix format specifiers Fixes -Wformat warnings; see e.g. …
- 8:59 AM Changeset in ffmpeg [5f31a4fd] by
- avformat/vvc: Don't use uint8_t iterators, fix shadowing …
- 8:59 AM Changeset in ffmpeg [1c4362cc] by
- avformat/vvc: Fix comment Signed-off-by: Andreas Rheinhardt …
- 8:59 AM Changeset in ffmpeg [fa77dc8c] by
- avformat/vvc: Reindent after the previous commit Signed-off-by: …
- 8:59 AM Changeset in ffmpeg [8b6c7e7c] by
- avformat/vvc: Fix crash on allocation failure, avoid allocations This …
- 8:59 AM Changeset in ffmpeg [4482b335] by
- avformat/vvc: Don't use ff_copy_bits() There is no benefit in using …
- 8:59 AM Changeset in ffmpeg [52fb49a] by
- avformat/vvc: Use put_bytes_output() The PutBitContext has just been …
- 8:59 AM Changeset in ffmpeg [dd8fb0aa] by
- avcodec/hevc/Makefile: Move rules for lavc/* files to lavc/Makefile …
- 7:41 AM DenoiseExamples edited by
- Fixed missing [ (diff)
- 7:35 AM WikiStart edited by
- Added link to Denoise Examples for end users (diff)
- 7:32 AM DenoiseExamples created by
- Denoise Examples for end-users.
- 6:13 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
- ͏ See also: ͏ https://trac.ffmpeg.org/wiki/Scaling#fit
- 6:11 AM Scaling edited by
- [m] "Accepts" -> "Of". (diff)
- 6:00 AM Scaling edited by
- Explanation on fitting. [https://ffmpeg.org/ffmpeg-filters.html#pad … (diff)
- 4:55 AM Ticket #11030 (Remuxing a damaged MP4 increases file size noticeably) updated by
- ͏ I believe the 1st "audio-only.mka" is that implicitly derived …
- 4:23 AM denoise edited by
- ͏ Public intended. ͏ Revert for apparent broken formatting … (diff)
- 3:29 AM denoise edited by
- [HOUSEKEEPING] - Repair the author's wiki-markup, without any changes … (diff)
Jun 8, 2024:
- 11:32 PM Ticket #11030 (Remuxing a damaged MP4 increases file size noticeably) updated by
- Answering the "how" is beyond my pay grade, but it's definitely what …
- 6:17 PM Ticket #11049 (Ffmpeg unable to process prores input file (Value 234.000000 for ...) updated by
-
Priority changed
- 6:06 PM Ticket #11051 (ffplay fails to restore window position correctly upon toggling 'maximize') created by
-
Summary of the bug: Toggling the
ffplay'maximize' function (e.g., … - 5:11 PM Ticket #11050 (Change in frame rate detection in dvvideo in v6.1) updated by
-
Description, Summary changed
- 5:06 PM Ticket #11050 (Change in frame rate detection in dvvideo in v6.1) created by
-
I have a workflow that involves working with some very old
.dv… - 3:30 PM Changeset in ffmpeg [daac101e] by
- lavc/aacencdsp: fix rounding in R-V V quantize_bands We need to round …
- 3:30 PM Changeset in ffmpeg [6584399] by
- lavc/vp8dsp: R-V V vp8_idct_add T-Head C908 (cycles): vp8_idct_add_c: …
- 3:30 PM Changeset in ffmpeg [e0f4d185] by
- sws/input: R-V V rgb24ToUV_half and bgr24ToUV_half T-Head C908: …
- 3:30 PM Changeset in ffmpeg [3ef5867e] by
- sws/input: R-V V rgb24ToUV and bgr24ToUV T-Head C908: …
- 3:30 PM Changeset in ffmpeg [79dfdac4] by
- sws/input: R-V V rgb24ToY & bgr24ToY T-Head C908: rgb24_to_y_8_c: …
- 1:11 PM Ticket #11049 (Ffmpeg unable to process prores input file (Value 234.000000 for ...) created by
- Summary of the bug: […] How to reproduce: […] ffmpeg version …
- 11:48 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
- weird what worked for you not worked for me and what didnt work for …
- 11:45 AM Changeset in ffmpeg [7560db93] by
- libavfi/dnn: enable LibTorch xpu device option support Add xpu device …
- 9:45 AM Changeset in ffmpeg [f68f4073] by
- avcodec/vvcdec: support mv wraparound A 360 video specific tool see …
- 9:45 AM Changeset in ffmpeg [68517406] by
- avcodec/vvcdec: misc, reindent inter.c
- 9:45 AM Changeset in ffmpeg [a4013e74] by
- avcodec/vvcdec: refact out emulated_edge_no_wrap prepare for refrence …
- 9:45 AM Changeset in ffmpeg [8abdf0a2] by
- avcodec/vvcdec: misc, move src offset inside emulated_edge
- 9:45 AM Changeset in ffmpeg [2d98786f] by
- avcodec/vvcdec: refact, remove emulated_edge_dmvr and …
- 6:04 AM Ticket #11048 (Feature Request: Start ffplay in paused mode) updated by
-
Description changed
- 6:01 AM Ticket #11048 (Feature Request: Start ffplay in paused mode) created by
- I would like to request the addition of a global option for ffplay, …
- 4:55 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
-
Cc, Component, Summary changed
͏ In filter description: ͏ ":" as the separator of options. ͏ … - 4:08 AM Ticket #11047 (Bad output with "libx264" "yuv422p10le" in MOV) updated by
-
Keywords, Cc, Component, Summary changed
Jun 7, 2024:
- 10:22 PM Changeset in ffmpeg [714596bc] by
- aacdec_usac: zero out alpha values for the current frame
- 10:22 PM Changeset in ffmpeg [c2d459cb] by
- aacdec_usac: fix stereo alpha values for transients Typo. Also added …
- 10:22 PM Changeset in ffmpeg [72235233] by
- aacdec_usac: use correct TNS values The standard slightly modified …
- 10:22 PM Changeset in ffmpeg [9b41cc04] by
- aacdec_usac: do not round noise amplitude values Use floating point …
- 10:22 PM Changeset in ffmpeg [a18d0659] by
- aacdec_usac: skip coeff decoding if the number to be decoded is 0 Yet …
- 10:22 PM Changeset in ffmpeg [1ad9a400] by
- aacdec_usac: decouple TNS active from TNS data present flag The issue …
- 10:22 PM Changeset in ffmpeg [c0fdb0cd] by
- aacdec_usac: do not continue parsing bitstream on core_mode == 1 …
- 10:22 PM Changeset in ffmpeg [8ecaa64b] by
- aacdec_usac: respect tns_on_lr flag This was left out, and due to …
- 10:22 PM Changeset in ffmpeg [25b848a0] by
- aacdec_usac: correctly set and use the layout map
- 10:22 PM Changeset in ffmpeg [ae495b56] by
- aacdec_usac: remove fallback for custom maps with invalid position …
- 10:22 PM Changeset in ffmpeg [91ab17e2] by
- aacdec_usac: tag LFE channels as such in the channel map Missed.
- 10:22 PM Changeset in ffmpeg [62cd6d9] by
- aacdec_usac: clean up nb_elems on error Require that there is a valid …
- 10:22 PM Changeset in ffmpeg [5c328e6c] by
- aacdec: increase MAX_ELEM_ID to 64 In USAC, we set the max to 64.
- 10:22 PM Changeset in ffmpeg [91fd6ca0] by
- lavc: bump minor and add APIchanges entry for new USAC profile
- 10:22 PM Changeset in ffmpeg [1c066867] by
- aac: define a new profile for USAC This allows users to determine …
- 10:22 PM Changeset in ffmpeg [ee419804] by
- mpeg4audio: explicitly define each AOT This makes it far easier to …
- 10:22 PM Changeset in ffmpeg [8a2fe8a5] by
- mpeg4audio: rename AOT_USAC_NOSBR to AOT_USAC The issue is that AOT …
- 7:42 PM Changeset in ffmpeg [840f2bc1] by
- fftools/ffmpeg_mux_init: Free pts on error Fixes: CID1538863 Resource …
- 7:42 PM Changeset in ffmpeg [d9b9fc4b] by
- fftools/cmdutils: Add protective () to FLAGS issue found while …
- 7:42 PM Changeset in ffmpeg [5b82852] by
- avformat/sdp: Check before appending "," Found by reviewing code …
- 7:42 PM Changeset in ffmpeg [a3d3a580] by
- avformat/rpl: reject invalid sample rate Fixes overflow check for …
- 7:42 PM Changeset in ffmpeg [dce69ba8] by
- avcodec/libx264: Check init_get_bits8() return code Fixes: CID1594529 …
- 7:42 PM Changeset in ffmpeg [8a64a003] by
- avcodec/ilbcdec: Remove dead code Yes the same dead code is in "iLBC …
- 7:42 PM Changeset in ffmpeg [9b76e490] by
- avcodec/vp8: Check cond init Fixes: CID1598563 Unchecked return value …
- 7:42 PM Changeset in ffmpeg [4ac7405] by
- avcodec/vp8: Check mutex init Fixes: CID1598556 Unchecked return …
- 7:42 PM Changeset in ffmpeg [300df41c] by
- libavfilter/signature_lookup: fix jaccard distance Actually, the …
- 2:53 PM Changeset in ffmpeg [3152c684] by
- lavc/vc1dsp: R-V V vc1_inv_trans_4x4 T-Head C908 (cycles): …
- 2:53 PM Changeset in ffmpeg [6ffa639c] by
- lavc/vc1dsp: R-V V vc1_inv_trans_4x8 T-Head C908 (cycles): …
- 2:53 PM Changeset in ffmpeg [a169f3bc] by
- lavc/vc1dsp: R-V V vc1_inv_trans_8x4 T-Head C908 (cycles): …
- 2:53 PM Changeset in ffmpeg [04397a29] by
- lavc/vc1dsp: R-V V vc1_inv_trans_8x8 T-Head C908 (cycles): …
- 2:53 PM Changeset in ffmpeg [8d11702] by
- checkasm: disable unaligned access emulation The OS may silently fix …
- 2:53 PM Changeset in ffmpeg [c3dbbb31] by
- lavc/flacdsp: fix sign extension in R-V V wasted33 We need to use …
- 1:24 PM Changeset in ffmpeg [5939f722] by
- libswscale/x86/yuv_2_rgb: fix some comments
- 9:37 AM Ticket #10121 (jpeg2000 decoder fails on conformance codestream p0_10.j2k) updated by
- https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240607002549.225913 …
- 8:50 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
- You can simplify the command if you specify the parameters in the …
- 8:30 AM Ticket #11044 (Frustrated "pad" usage per poor documentation) updated by
- Replying to elias tsolis: > this does not work > …
- 5:14 AM Changeset in ffmpeg [7d46ab9e] by
- avcodec/mediacodecenc: workaround the alignment requirement for H.265 …
- 5:14 AM Changeset in ffmpeg [2a68b2d6] by
- avcodec/mediacodecenc: workaround the alignment requirement only for …
- 5:14 AM Changeset in ffmpeg [680b3cee] by
- avcodec/h265_metadata: Add options to set width/height after crop …
Jun 6, 2024:
- 9:39 AM Changeset in ffmpeg [d55f5cba] by
- avfilter/trim: flag trim filter as metadata only Similar to select …
- 9:26 AM Ticket #11032 (Memory Leak in avformat_open_input) updated by
-
Description changed
- 8:34 AM Ticket #11047 (Bad output with "libx264" "yuv422p10le" in MOV) updated by
- I can reproduce this, but only with mov as output format. Matroska and …
- 7:36 AM Ticket #11047 (Bad output with "libx264" "yuv422p10le" in MOV) updated by
-
Description changed
- 7:30 AM Ticket #11047 (Bad output with "libx264" "yuv422p10le" in MOV) created by
- Summary of the bug: Compressing to x264 with yuv422p10le triggers …
- 6:34 AM Ticket #11015 (Mac arm64, AVFoundation not listing video device part of usb cameras, ...) updated by
- Created an account just so I could log in and confirm I had the same …
Jun 5, 2024:
- 6:49 PM Ticket #11046 (aresample hangs indefinitely) updated by
-
Description changed
- 6:48 PM Ticket #11046 (aresample hangs indefinitely) created by
- Summary of the bug: Aresample hangs indefinitely on some inputs (tesed …
- 6:22 PM Changeset in ffmpeg [47ba8755] by
- checkasm/sw_rgb: test rgb24/bgr24 to yuv The line width 8 is supposed …
- 5:39 PM Changeset in ffmpeg [2d24a80e] by
- avcodec/mpegvideo_enc: give magic number a name
- 5:39 PM Changeset in ffmpeg [01b1f4c9] by
- libavcodec/libxvid: code cleanup (replace magic numbers)
- 3:53 PM Ticket #11035 (MPEG-4 ALS decoder seems capped at 2^28 bytes .mp4 file size) updated by
- I replied in #5942 - it might be that the error is elsewhere than …
- 3:51 PM Ticket #5942 (mpeg-4 als: "quant_cof 237 is out of range" with multichannel 16bit) updated by
- I wonder whether it is the ALS reference encoder that is buggy about …
- 12:56 PM Ticket #11045 (vp9 in mp4 does not maintain transparency (yuva420p)) updated by
- The alpha is a separate video bitstream that is independently encoded …
- 12:34 PM Ticket #11045 (vp9 in mp4 does not maintain transparency (yuva420p)) created by
- Using ffmpeg 7.0, I am able to create .mkv, .webm output with alpha …
- 12:00 PM Ticket #6958 (ffprobe can't show correct coded_height for h264 1080p videos) updated by
- Okay, when will printing of those two deprecated values going to be …
- 11:56 AM Ticket #10400 (SEGV error in libc-start.c:308) updated by
- 1. You should use a build with debug symbols when using ASAN. 2. Old …
- 1:34 AM Ticket #11036 (Videotoolbox HEVC encoding, HDR main10 profile colors corrupt) updated by
-
Description, Summary changed
- 1:33 AM Ticket #11036 (Videotoolbox HEVC encoding, HDR main10 profile colors corrupt) updated by
-
Description changed
Jun 4, 2024:
- 8:31 PM Ticket #11044 (Frustrated "pad" usage per poor documentation) created by
- I found it very frustrating to center a video the original dimensions …
- 2:42 PM Changeset in ffmpeg [0415bb74] by
- lavc/vp8dsp: remove no longer used macros
- 2:42 PM Changeset in ffmpeg [121fb846] by
- lavc/vp7dsp: add R-V V vp7_idct_dc_add4uv This is almost the same …
- 2:42 PM Changeset in ffmpeg [225de53c] by
- lavc/vp8dsp: rework R-V V idct_dc_add4y DCT-related FFmpeg functions …
- 2:40 PM Changeset in ffmpeg [4e120fbb] by
- lavc/vp8dsp: add R-V V vp7_idct_dc_add4y As with idct_dc_add, most of …
- 2:40 PM Changeset in ffmpeg [30797e4f] by
- lavc/vp8dsp: add R-V V vp7_idct_dc_add This just computes the direct …
- 12:13 PM Changeset in ffmpeg [d866f497] by
- lavc/vvc: Reallocate pixel buffers if pixel shift changes Allocations …
- 9:46 AM Changeset in ffmpeg [9576a005] by
- lavc/hevcdec: drop unused HEVCContext.width/height
- 9:46 AM Changeset in ffmpeg [a13b8920] by
- lavc/hevcdec: deduplicate calling hwaccel decode_params()
- 9:46 AM Changeset in ffmpeg [e4601cc3] by
- lavc/hevc*: move to hevc/ subdir
- 9:46 AM Changeset in ffmpeg [ba56a300] by
- lavc/hevcdec: drop HEVCContext.frame It is merely a redundant pointer …
- 9:46 AM Changeset in ffmpeg [db84c1c6] by
- lavc/hevcdec: rename HEVCFrame.frame to just f This is shorter, loses …
- 9:44 AM Changeset in ffmpeg [9226514] by
- lavc/hevcdec: rename HEVCContext.ref to cur_frame Since it stores a …
- 9:36 AM Changeset in ffmpeg [7ad94009] by
- lavc/hevcdec: drop HEVCContext.HEVClc It is merely a pointer to …
- 9:36 AM Changeset in ffmpeg [67ca18dd] by
- lavc/hevcdec: drop HEVCLocalContext.gb In all HEVCLocalContext …
- 9:36 AM Changeset in ffmpeg [ac69e6ca] by
- lavc/hevcdec: include first row in SliceHeader.offset/size Will be …
- 9:36 AM Changeset in ffmpeg [79c0310a] by
- lavc/hevcdec: drop a useless condition hls_slice_data_wpp() is only …
- 9:36 AM Changeset in ffmpeg [74159cbf] by
- lavc/hevcdec: move handling of byte alignment at the end of slice …
- 7:38 AM Ticket #10400 (SEGV error in libc-start.c:308) updated by
- libc-start is part of standard c library glibc. How is that our fault? …
- 7:25 AM Ticket #10859 (The mp3 video previously analyzed with this commit ...) updated by
- WHy are you using < operator? That is invalid to do. Obviously. No one …
- 7:20 AM Ticket #10790 (libvpx-vp9 "Mismatching timestamps; this is a bug, please report it") updated by
- There is no input file. Please provide it.
- 1:14 AM Changeset in ffmpeg [a1444086] by
- x86/float_dsp: add SSE2 and AVX versions of scalarproduct_double …
- 1:08 AM Changeset in ffmpeg [7413b81] by
- aacdec_usac: fix typo in debug message
- 1:08 AM Changeset in ffmpeg [f4371029] by
- aacdec_usac: fix off by one error check on channel numbers
- 1:08 AM Changeset in ffmpeg [0d93e04b] by
- aacdec_usac: error out on receiving too many channels for the current …
- 1:08 AM Changeset in ffmpeg [39826eac] by
- aacdec_usac: error out on too many elements USAC supports up to 64 …
- 1:08 AM Changeset in ffmpeg [b70fdbde] by
- aacdec_usac: prevent get_bits(0) in get_escaped_value Some calls to …
Note:
See TracTimeline
for information about the timeline view.
