Timeline



Apr 25, 2025:

9:22 PM Changeset in ffmpeg [6dd83fab] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat: Use ffio_read_size() where appropriate Signed-off-by: …
9:01 PM Changeset in ffmpeg [122f86d8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuv: Simplify check for RGB Signed-off-by: Andreas …
9:01 PM Changeset in ffmpeg [7c7e1614] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuv: Set properties via AVPixFmtDescriptor …
9:01 PM Changeset in ffmpeg [c33f16db] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/webp: Avoid loop Signed-off-by: Andreas Rheinhardt …
9:01 PM Changeset in ffmpeg [e0a05456] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/webp: Combine allocations Or avoid them altogether for the …
9:01 PM Changeset in ffmpeg [1fc0ee4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/webp: Check before allocations Avoids freeing lateron. …
9:01 PM Changeset in ffmpeg [e0df21b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/webp: Switch to ff_vlc_init_from_lengths() The earlier code …
9:01 PM Changeset in ffmpeg [d6044525] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/webp: Check more directly for invalid codes Don't rely on …
9:01 PM Changeset in ffmpeg [6676038b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cbs: Use put_bits63() It is better when BUF_BITS == 64 (i.e. …
9:01 PM Changeset in ffmpeg [a2acb46a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp6: Forward error codes Signed-off-by: Andreas Rheinhardt …
9:01 PM Changeset in ffmpeg [be7495c3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp6: Use fewer number of bits in run VLCs Given that these …
9:01 PM Changeset in ffmpeg [e946ba64] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp6: Don't reload unnecessarily often in get_vlc2() The VLC …
9:01 PM Changeset in ffmpeg [57b7783c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp6: Don't initialize unused VLC tables There are only 2*3*4 …
9:01 PM Changeset in ffmpeg [3e21df23] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/huffman: Switch to ff_vlc_init_from_lengths() Avoids having …
7:48 PM Ticket #10843 (A -shortest-video option that acts just like -shortest but ignores audio) updated by aarubui
If there is only one video stream, the -frames option is …
10:35 AM Changeset in ffmpeg [e73c59c6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tools/target_dec_fuzzer: Assert on AVERROR_BUG This will bring these …
10:35 AM Changeset in ffmpeg [40544b48] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ftr: Replace AVERROR_BUG that can be triggered Return …
10:35 AM Changeset in ffmpeg [0279eb9c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/imm5: Reference H.264/HEVC decoders directly This is simpler …
10:35 AM Changeset in ffmpeg [0d9b0015] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tools/target_dec_fuzzer: Remove mjpeg hack ff_mjpeg_decoder is now …
10:31 AM Changeset in ffmpeg [289cb3be] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cri,tdsc,tiff: Use ff_mjpeg_decoder directly This is simpler …
3:17 AM Ticket #11553 (Suboptimal logic in "ffmpeg_dec.c" may glitch abnormal VP9 decoding) updated by Balling
Well, we need complete file... upload to google drive

Apr 24, 2025:

9:01 PM webcam_recording_original.mp4 attached to Ticket #11554 by weihuaqd
Original webcam recording
9:00 PM ffmpeg_output.txt attached to Ticket #11554 by weihuaqd
ffmpeg command output
8:58 PM Ticket #11554 (ffmpeg does not respect A/V start_pts in the input file while ...) created by weihuaqd
I have some webcam recordings with different A/V start_pts. For the …
1:26 PM corrupted-smal.mp4 attached to Ticket #11553 by jasper
contains only the first 38 seconds
1:25 PM Ticket #11553 (Suboptimal logic in "ffmpeg_dec.c" may glitch abnormal VP9 decoding) created by jasper
Summary of the bug: I got my hands on an MP4 file that, when played …
9:05 AM Ticket #11512 (pocketsphinx not found using pkg-config) updated by joe
So the compile script should be using pkgconfig for what it's designed …
5:49 AM Ticket #11462 (Cannot embed .scc file into .mp4 using -c:s copy) updated by Zach
Replying to Devin Heitmueller: > Zach, we've veered …

Apr 23, 2025:

12:41 PM Changeset in ffmpeg [25b0a8e] by James Almer <jamrial@gmail.com>
avcodec/h264_slice: insert LCEVC side data before get_buffer() call …
11:26 AM Ticket #11552 (deleted) updated by jasper
Priority changed

Apr 22, 2025:

11:46 PM Changeset in ffmpeg [37bd9150] by Lynne <dev@lynne.ee>
vulkan: use _KHR suffix for push descriptor properties struct ID
7:51 PM Ticket #11552 (deleted) updated by jasper
Summary changed
7:25 PM corrupted-smal.mp4 attached to Ticket #11552 by jasper
7:18 PM Ticket #11552 (deleted) created by jasper
Summary of the bug: A decoder returned with error code: -558323010 …
7:09 PM Changeset in ffmpeg [09a83e09] by Marvin Scholz <epirat07@gmail.com>
rtpdec_mpeg4: Add fmtp parsing of bitrate value According to RFC 6416 …
7:04 PM Changeset in ffmpeg [cacc68f3] by Marvin Scholz <epirat07@gmail.com>
ffbuild: fix include path for uninstalled .pc files
6:59 PM Changeset in ffmpeg [0ea83e65] by Marvin Scholz <epirat07@gmail.com>
avfilter/drawutils: narrow variable scopes
6:45 PM Changeset in ffmpeg [d0bcf62] by Marvin Scholz <epirat07@gmail.com>
tools/aviocat: use av_err2str There is no need to explicitly specify …
6:45 PM Changeset in ffmpeg [da38b2fc] by Marvin Scholz <epirat07@gmail.com>
tools/sidxindex: use av_err2str There is no need to explicitly …
6:45 PM Changeset in ffmpeg [a903d6da] by Marvin Scholz <epirat07@gmail.com>
tools/ismindex: use av_err2str There is no need to explicitly specify …
6:45 PM Changeset in ffmpeg [b781f183] by Marvin Scholz <epirat07@gmail.com>
tests: lavfi/drawutils: use av_err2str There is no need to explicitly …
6:45 PM Changeset in ffmpeg [d7d103c3] by Marvin Scholz <epirat07@gmail.com>
lavfi/vf_xpsnr: use av_err2str There is no need to explicitly specify …
6:45 PM Changeset in ffmpeg [cd96d2ed] by Marvin Scholz <epirat07@gmail.com>
avformat/crypto: use av_err2str There is no need to explicitly …
6:45 PM Changeset in ffmpeg [8129474b] by Marvin Scholz <epirat07@gmail.com>
avformat/dashdec: use av_err2str There is no need to explicitly …
5:10 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by pal1000
My testing indicate that working around this with -extension_picky …
4:28 PM Ticket #11515 (Consider NV12 / P010 output pixel format support) updated by Robert Mader
Semi-related to this topic: I submitted a patch to Linux for the 10 …
11:43 AM Changeset in ffmpeg [3bb2b8af] by Lynne <dev@lynne.ee>
hwcontext_vulkan: enable subgroupSizeControl We already use this …
11:43 AM Changeset in ffmpeg [96ddce1b] by Lynne <dev@lynne.ee>
vulkan: move OPT_CHAIN out of hwcontext_vulkan This allows for it to …
11:43 AM Changeset in ffmpeg [cee34e0a] by Lynne <dev@lynne.ee>
vulkan: check that the max number of push descriptors is not exceeded …
11:43 AM Changeset in ffmpeg [5098b1a3] by Lynne <dev@lynne.ee>
vulkan: move feature<->usage mapping code outside of …
3:17 AM Ticket #11551 ([HEVC] Incorrect PCM coding block length derivation for YUV400) created by ksthey
In hevcdec.c, hls_pcm_sample(), the derivation of length below doesn't …

Apr 21, 2025:

7:07 PM Ticket #11550 ("-c copy" somehow failing) updated by Levan
Description changed
7:01 PM Ticket #11550 ("-c copy" somehow failing) created by Levan
I just simply wanted to shorten a video and downloaded latest build of …
5:08 PM Changeset in ffmpeg [b6c2498a] by James Almer <jamrial@gmail.com>
avformat/takdec.c: return proper error codes for avio_read() failures …
5:08 PM Changeset in ffmpeg [1d244c64] by James Almer <jamrial@gmail.com>
libavformat/takdec.c: Fix msan error Make sure we are reading 16 …
3:49 PM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by Bryce Chester Newman
Are you asking to compare 6.1 to 7.1 with output "-v debug" and with …
3:02 PM Changeset in ffmpeg [df824211] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc2enc: Improve error codes Signed-off-by: Andreas Rheinhardt …
2:43 PM Changeset in ffmpeg [494061a4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vp8: Maintain consistency of frame pointers Right now it is …
2:21 PM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by Cigaes
Looks like your problem does not come from FFmpeg but from the way it …
12:30 PM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by mytait
i know what fc is. thats why i said i dont have fontconfig installed …
11:26 AM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by Cigaes
Fontconfig is not just a library, it is a configuration framework. The …
11:21 AM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by mytait
fc-list and match are fontconfig commands. i dont have fontconfig …
9:26 AM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by Cigaes
What do the commands fc-list and fc-match default return on your …
9:20 AM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by mytait
Description changed
8:30 AM Ticket #11549 (Ffmpeg fontconfig broken on windows?) updated by mytait
Component, Keywords changed
8:28 AM Ticket #11549 (Ffmpeg fontconfig broken on windows?) created by mytait
Summary of the bug: the drawtext command will not find a font on …

Apr 20, 2025:

10:19 PM Changeset in ffmpeg [9e1162bd] by softworkz <softworkz@hotmail.com>
avutil/hwcontext: Add item_name function for AVHWDeviceContext …
10:19 PM Changeset in ffmpeg [bf1579c9] by softworkz <softworkz@hotmail.com>
avutil/log,hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE Signed-off-by: …
8:08 PM Changeset in ffmpeg [3cf21217] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvbsubenc: Check nb_colors before using it Avoids a potential …
8:07 PM Changeset in ffmpeg [3acc3b0b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvbsubenc: Sanity check num_rects It is written as region_id …
8:04 PM Changeset in ffmpeg [bad3f308] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Hoist check out of loop Signed-off-by: Andreas …
8:04 PM Changeset in ffmpeg [d42ba138] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Avoid excessive logmessages AVERROR(ENOMEM) is …
8:04 PM Changeset in ffmpeg [cf288000] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Switch to unchecked bytestream2 API We have …
8:04 PM Changeset in ffmpeg [1ab50cce] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Calculate proper packet size in advance This can …
8:04 PM Changeset in ffmpeg [9c69e943] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Avoid PutBitContext for byte-aligned writes …
8:04 PM Changeset in ffmpeg [3a90bbe4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Simplify padding slice Do it before writing the …
8:04 PM Changeset in ffmpeg [e8b97b74] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Avoid intermediate buffer Given that we can …
8:04 PM Changeset in ffmpeg [6e6e4e0e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Check in advance whether to encode a slice raw …
8:04 PM Changeset in ffmpeg [05bda9d3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Store slice width and height Avoids rederiving …
8:04 PM Changeset in ffmpeg [4e0a29d2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Only keep in Slice what is used Namely the …
8:04 PM Changeset in ffmpeg [a6c2c463] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Fix Huffman element probabilities The earlier …
8:04 PM Changeset in ffmpeg [0e4d513f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Restrict number of slice-planes to 256 Every …
8:04 PM Changeset in ffmpeg [01bb7421] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/vcodec: Add MagicYUV tests Signed-off-by: Andreas Rheinhardt …
8:04 PM Changeset in ffmpeg [685f6585] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Fix setting nb_slices Do not derive it via …
12:32 PM Changeset in ffmpeg [853e66a0] by Niklas Haas <git@haasn.dev>
doc/filters: fix "ewa_lanczos" filter description
4:45 AM Changeset in ffmpeg [db0e4eb8] by Lynne <dev@lynne.ee>
avcodec/vulkan_{av1, h264, hevc}: demote per frame logs to …

Apr 19, 2025:

4:45 PM Changeset in ffmpeg [7cd1edea] by Lynne <dev@lynne.ee>
vulkan: drop bgr_workaround Vulkan's main issue around using BGR is …
3:29 PM Changeset in ffmpeg [5fc424c2] by softworkz <softworkz@hotmail.com>
ffmpeg/repo: Add dot-folders in the repository root to .gitignore …
3:05 PM Changeset in ffmpeg [02d7384e] by softworkz <softworkz@hotmail.com>
avformat/dump: Print stream start offsets for input streams Seeing …
3:04 PM Changeset in ffmpeg [edd28770] by softworkz <softworkz@hotmail.com>
avcodec/dvbsubdec: Fix conditions for fallback to default resolution …
3:02 PM Changeset in ffmpeg [fcc50c41] by softworkz <softworkz@hotmail.com>
avformat/hls demuxer: Add WebVTT subtitle support This add support …
10:31 AM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MasterQuestionable
͏    Try force disable the Hybrid Graphics feature and test. ͏    …
8:59 AM Changeset in ffmpeg [ec3f3457] by Lynne <dev@lynne.ee>
vulkan_decode: add STORAGE flag to output images In filtering, and …
8:59 AM Changeset in ffmpeg [ca6392e] by Lynne <dev@lynne.ee>
vulkan: always enable ReadWithoutFormat/WriteWithoutFormat This …

Apr 18, 2025:

6:40 AM Changeset in ffmpeg [ff9f3fb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length It …
6:40 AM Changeset in ffmpeg [c8ce9de5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tests/mjpegenc_huffman: Also test length counts This is …
Note: See TracTimeline for information about the timeline view.