Timeline
Jan 30, 2024:
- 10:03 PM Ticket #1258 (Codec support request : MPEG Multichannel Audio) updated by
- The audio bitrate for HDV is fixed at 384 kbit/sec as far as I know. …
- 9:47 PM Ticket #1258 (Codec support request : MPEG Multichannel Audio) updated by
- ah, interesting, 384Kbit/s figure is just form MPEG1 compatible …
- 8:58 PM Ticket #10264 (DXV encoded video playback contains horizontal lines) updated by
- The proposed fix works for me. I pulled the current FFmpeg master …
- 8:23 PM Changeset in ffmpeg [9949c1dd] by
- avformat/avformat: fix group index range check in …
- 7:43 PM Changeset in ffmpeg [7252e4f8] by
- avcodec/aac_defines: Remove unused AAC_RENAME_32 Unused since …
- 4:29 PM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by
-
Cc changed
- 1:01 PM Ticket #10834 (ffmpeg does not gracefully stops when receiving SIGTERM) updated by
-
Description changed
- 12:58 PM Ticket #10834 (ffmpeg does not gracefully stops when receiving SIGTERM) created by
- Ubuntu 22.04.3 LTS I use ffmpeg to record sound from pulseaudio : …
- 12:24 PM Changeset in ffmpeg [36a986d9] by
- lavc/vvc: Add check to num_multi_layer_olss Check that …
- 11:53 AM Ticket #10725 (mediacodecdec tunneled playback support) updated by
- I'm interested on how to use ffplay on Android? I need a simple test …
- 10:27 AM Ticket #10833 (build fails with gcc-14: -Wint-conversion in ...) updated by
-
Description changed
- 10:25 AM Changeset in ffmpeg [bc944168] by
- avcodec/mpeg4videodec: Remove write-only variable Fix warning: …
- 10:15 AM Ticket #10833 (build fails with gcc-14: -Wint-conversion in ...) updated by
-
Version, Component changed
- 10:15 AM Ticket #10833 (build fails with gcc-14: -Wint-conversion in ...) created by
- There is a build failure with some arches with gcc-14 …
- 8:52 AM Changeset in ffmpeg [093be1fb] by
- fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}
- 8:52 AM Changeset in ffmpeg [f4b76a1] by
- fftools/ffmpeg: make InputStream.decoder_opts private to demuxer It …
- 8:52 AM Changeset in ffmpeg [01c71b78] by
- fftools/ffmpeg: make InputStream.decoding_needed private to demuxer …
- 8:52 AM Changeset in ffmpeg [0d00e2e2] by
- fftools/ffmpeg_dec: eliminate all remaining InputStream uses …
- 8:52 AM Changeset in ffmpeg [fe3be6f] by
- fftools/ffmpeg_dec: stop passing InputStream to dec_open()
- 8:52 AM Changeset in ffmpeg [a0ca99cc] by
- fftools/ffmpeg_dec: remove unnecessary InputStream arguments
- 8:52 AM Changeset in ffmpeg [1b2c539a] by
- fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts Do not …
- 8:52 AM Changeset in ffmpeg [b3d1916b] by
- fftools/ffmpeg_dec: pass AVCodec through DecoderOpts Do not retrieve …
- 8:52 AM Changeset in ffmpeg [d5f9ef76] by
- fftools/ffmpeg_dec: eliminate InputStream use in …
- 8:52 AM Changeset in ffmpeg [097f9ddb] by
- fftools/ffmpeg_dec: pass decoder name through DecoderOpts Do not …
- 8:52 AM Changeset in ffmpeg [9ba4bc87] by
- fftools/ffmpeg_dec: pass top_field_first through DecoderOpts Do not …
- 8:52 AM Changeset in ffmpeg [97028176] by
- fftools/ffmpeg_dec: pass input timebase through DecoderOpts Do not …
- 8:52 AM Changeset in ffmpeg [b27de18e] by
- fftools/ffmpeg_dec: move setting compute_edt to demuxer It is done …
- 8:52 AM Changeset in ffmpeg [052c83e3] by
- fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOpts …
- 8:52 AM Changeset in ffmpeg [e0a6cb07] by
- fftools/ffmpeg_dec: move flags to DecoderOpts Will be useful in the …
- 8:52 AM Changeset in ffmpeg [4bdffec8] by
- fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate …
- 8:52 AM Changeset in ffmpeg [a3a9c4ae] by
- fftools/ffmpeg: move hwaccel_retrieve_data() from ffmpeg_hw to …
- 8:52 AM Changeset in ffmpeg [ebb8a58c] by
- fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag …
- 8:52 AM Changeset in ffmpeg [a938f479] by
- fftools/ffmpeg: refactor disabling decoder threading for attached …
- 8:52 AM Changeset in ffmpeg [474ca6c] by
- fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration Pass …
- 8:52 AM Changeset in ffmpeg [924a6f3c] by
- fftools/ffmpeg_dec: override video SAR with AVCodecParameters value …
- 8:52 AM Changeset in ffmpeg [b2a0a2e6] by
- fftools/ffmpeg: move decoder existence check to a more appropriate place
- 8:52 AM Changeset in ffmpeg [217b8757] by
- fftools/ffmpeg_dec: drop a useless log message
- 8:52 AM Changeset in ffmpeg [27de2aac] by
- fftools/ffmpeg_dec: drop useless and racy code Setting demuxer's …
- 8:52 AM Changeset in ffmpeg [9be3f805] by
- fftools/ffmpeg_dec: move decoding counters from InputStream to Decoder …
- 8:52 AM Changeset in ffmpeg [5b0e4f94] by
- fftools/ffmpeg_dec: pass decoder options as an argument to dec_open() …
- 8:52 AM Changeset in ffmpeg [7ecd4558] by
- fftools/ffmpeg_dec: add an AVClass to Decoder Log decoder messages to …
- 8:52 AM Changeset in ffmpeg [f2a2094c] by
- fftools/ffmpeg: make decoding AVCodecContext private to the decoder
- 8:52 AM Changeset in ffmpeg [d47bb91] by
- fftools/ffmpeg_filter: consolidate decoder/filter type checks Also …
- 8:52 AM Changeset in ffmpeg [b43d4a06] by
- fftools/ffmpeg_dec: export subtitle_header in Decoder This way the …
- 8:51 AM Changeset in ffmpeg [3b84140a] by
- fftools/ffmpeg_dec: split Decoder into a private and public part …
- 8:32 AM Changeset in ffmpeg [0291b6f8] by
- lavfi/vsrc_ddagrab: add an option to avoid duplicating frames …
- 6:52 AM Ticket #10264 (DXV encoded video playback contains horizontal lines) updated by
-
Analyzed by developer, Cc, Component, Reproduced by developer changed
- 6:49 AM Ticket #10264 (DXV encoded video playback contains horizontal lines) updated by
- https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240130062626.98273- …
- 5:14 AM SponsoringPrograms/STF/2024 edited by
- Drop list of templates to the end of the page (diff)
- 5:09 AM SponsoringPrograms/STF/2024 edited by
- copy editing review (diff)
- 4:26 AM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by
-
Description changed
- 4:20 AM Ticket #10832 (h264 codec mxf file stream copy works weirdly) created by
- Summary of the bug: When trying to make a stream copy of h264 codec …
- 3:41 AM SponsoringPrograms/STF/2024 edited by
- merge task (diff)
- 2:22 AM SponsoringPrograms/STF/2024 edited by
- add WIP (diff)
- 2:20 AM WikiStart edited by
- Add STF 2024 link (diff)
- 2:01 AM SponsoringPrograms/STF/2024 edited by
- more random examples (diff)
- 1:37 AM SponsoringPrograms/STF/2024 edited by
- ossfuzz coverage (diff)
- 1:23 AM SponsoringPrograms/STF/2024 edited by
- developer names field (diff)
- 1:17 AM SponsoringPrograms/STF/2024 edited by
- WIP (diff)
- 12:58 AM SponsoringPrograms/STF/2024 created by
- Initial WIP, this is mostly the application template, this needs work
Jan 29, 2024:
- 11:45 PM Changeset in ffmpeg [66f028ac] by
- avcodec/cbs_h266: fix logic setting num_layers_in_ols when …
- 11:29 PM Changeset in ffmpeg [85e031d5] by
- lavc/vvc: Increase IntraEdgeParams buffer size The reference line …
- 5:40 PM Changeset in ffmpeg [887a7817] by
- lavc: move bitstream filters into bsf/ subdir
- 9:30 AM Ticket #10830 (Bug: MPEG-1/2 encoder output video missing end code) updated by
-
Priority, Component changed
- 6:59 AM Ticket #10831 (ffmpeg concat generates several issues in output file) closed by
- invalid: The concat demuxer requires that all inputs share the same properties …
Jan 28, 2024:
- 11:34 PM Ticket #10820 (FFprobe reports 50Hz framerate for 25Hz MPEG1 input file) updated by
- I just noticed this for WMV/vc1 files. My local ffprobe version is …
- 11:24 PM Ticket #10831 (ffmpeg concat generates several issues in output file) updated by
-
Description changed
- 11:19 PM Ticket #10831 (ffmpeg concat generates several issues in output file) created by
- Summary of the bug: Using ffmpeg concat demuxer as described in …
- 6:10 PM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- Yupp, I am hitting exactly that open issue. With VBR rate control, …
- 12:34 PM Changeset in ffmpeg [e0da916b] by
- fftools/ffmpeg: optimize inter-thread queue sizes Use 8 …
- 10:06 AM Ticket #10830 (Bug: MPEG-1/2 encoder output video missing end code) updated by
-
Version changed
- 10:06 AM Ticket #10830 (Bug: MPEG-1/2 encoder output video missing end code) created by
- Summary of the bug: When the MPEG-1/MPEG-2 (PS) video stream file …
- 10:00 AM Changeset in ffmpeg [341d0419] by
- avcodec/texturedsp: Factor common code out Namely calling …
- 9:59 AM Changeset in ffmpeg [4f58372c] by
- avcodec/hap: Avoid unnecessary opt.h inclusion It presumably exists …
- 9:52 AM Changeset in ffmpeg [a3fc9fb9] by
- avcodec/texturedsp: Add separate TextureDSPEncContext …
- 9:52 AM Changeset in ffmpeg [8f791304] by
- avcodec/dxvenc, hap(dec|enc): Move TextureDSPContext to stack Only …
- 9:52 AM Changeset in ffmpeg [e1d1304b] by
- avcodec/texturedspenc: Remove unused rgtc1_u_alpha encoding func …
- 9:52 AM Changeset in ffmpeg [916f0167] by
- avcodec/dxvenc: Fix data races with slice threading The old code set …
- 9:52 AM Changeset in ffmpeg [555879ca] by
- avcodec/dxvenc: Don't cast const away Reviewed-by: Connor Worley …
- 7:05 AM Hardware/VAAPI edited by
- Removed erroneus remark regarding RDNA1 (diff)
- 4:59 AM Ticket #10537 (Unable to create QSV hwdevice context with onevpl and old drivers) updated by
- > Upgrading the drivers will resolve it, but we have customers that …
- 3:18 AM Changeset in ffmpeg [d52e8ed1] by
- libavfilter/vf_dnn_detect: Use class confidence to filt boxes Use …
- 3:18 AM Changeset in ffmpeg [3de38b9d] by
- libavfilter/dnn_interface: use dims to represent shapes For detect …
- 3:17 AM Changeset in ffmpeg [c695de56] by
- libavfilter/dnn_bakcend_openvino: Add automatic input/output detection …
Jan 27, 2024:
- 11:55 PM Ticket #10829 (-skip_frame nokey is ignored for vp9/webm) created by
-
How to reproduce:
[…]
The resulting file
test.txtcontains … - 6:50 PM Ticket #10828 (ffmpeg 6.1 truncating first five bytes of KLV data stream) created by
- Summary of the bug: ffmpeg 6.1 truncates the first five bytes of the …
- 5:34 PM Ticket #10759 (Bug in new D3D12 decoder.) updated by
- About VC1_D2010. …
- 2:29 PM Changeset in ffmpeg [0c517fcb] by
- lavc/vvc: Fix emulation prevention byte handling …
- 12:37 PM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- Ok, my bad. Your APU should be supported, I guess. There is an issue …
- 9:34 AM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- Good morning from Germany. Thanks again ! I thought it was binary, …
- 9:23 AM Hardware/VAAPI edited by
-
Added clarification and more info to
-compression_level(diff) - 8:59 AM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- As stated in the Wiki, you need VCN, but your APU only has UVD. VCN …
- 8:33 AM Ticket #10803 (Concat filter not working) closed by
- fixed: Should be fixed in 1ea2e757f7cba714eefd27efb2f9285078bba4a3
- 8:24 AM Changeset in ffmpeg [bab7f91c] by
- tests/fate/ffmpeg: add a test for the issue fixed in previous commit
- 8:24 AM Changeset in ffmpeg [1ea2e757] by
- fftools/ffmpeg_filter: do not end filtering when a graph input EOFs …
- 8:24 AM Changeset in ffmpeg [0001334] by
- fftools/ffmpeg_sched: add filter API to signal EOF on input
Jan 26, 2024:
- 10:24 PM Changeset in ffmpeg [dd885ab2] by
- fftools/ffmpeg_enc: apply -top to individual encoded frames Fixes …
- 10:20 PM Changeset in ffmpeg [eb4584f] by
- avcodec/vvc_ps: remove duplicated enum Signed-off-by: James Almer …
- 6:52 PM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- Hey, thanks a lot, this looks great ! I experimented a little bit …
- 6:47 PM Changeset in ffmpeg [763e31a8] by
- lavc/vvc: Clamp shift RHS Resolves the following undefined behavior …
- 6:47 PM Changeset in ffmpeg [cb7b4ee0] by
- lavc/vvc: Use av_log2 when destination is integer Signed-off-by: …
- 5:31 PM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- I have reached out to AMD and got good feedback back. See …
- 5:09 PM Ticket #10537 (Unable to create QSV hwdevice context with onevpl and old drivers) updated by
-
Version changed
I just upgraded to ffmpeg 6.1.1 and saw this again on an Intel HD … - 12:37 PM Hardware/VAAPI edited by
-
Added info about
compression_levelfeatures on AMD hardware for … (diff) - 11:17 AM Ticket #10827 (Wish to support cycleR option such as AviSynth TDeInt plugin) created by
- The current decimate filter can be set to thin out one frame every N …
- 10:20 AM Ticket #10826 (Short trim inside filter_complex leads to empty output) created by
- Carrying out a short trim like in the command below leads to an empty …
- 3:39 AM Ticket #10825 (heap-use-after-free in hls_read_header) updated by
-
Description changed
- 3:35 AM Ticket #10825 (heap-use-after-free in hls_read_header) updated by
-
Description changed
- 3:33 AM Ticket #10825 (heap-use-after-free in hls_read_header) created by
- Summary of the bug: Look at the ASAN report (from ac06190a5). I …
- 1:22 AM Changeset in ffmpeg [8c99a142] by
- avcodec/d3d12va_mpeg2|vc1: remove the unused macros These macros are …
- 1:22 AM Changeset in ffmpeg [8b41e9cf] by
- avcodec/d3d12va_decode: check existance before assigning a new index …
- 12:02 AM Ticket #10823 ("Changing video frame properties on the fly is not supported by all ...) updated by
- its certainly a good idea to limit repeating the message but even one …
Jan 25, 2024:
- 6:03 PM Ticket #10823 ("Changing video frame properties on the fly is not supported by all ...) updated by
- There are two issues here. One is, that the message appears at all. …
- 5:34 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
-
Keywords changed
- 5:32 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) updated by
-
Version changed
- 5:31 PM Ticket #10824 (swscale self tests fail with assertion since recent changes) created by
- swscale self tests fail with assertion since recent changes How to …
- 4:52 PM Ticket #10823 ("Changing video frame properties on the fly is not supported by all ...) created by
- Playing any video with ffplay fills the screen with "Changing video …
- 4:07 PM Changeset in ffmpeg [ac06190a] by
- avcodec/libjxl.h: include version.h This file has been exported since …
- 4:06 PM Changeset in ffmpeg [9d4eda80] by
- avformat/mxfenc: remove unused variables Produces a …
- 3:32 PM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- I also found it very difficult to find out if the compression_level …
- 1:45 PM Ticket #10822 (av_stream_find_info fails for aac file if aac decoder is not enabled) updated by
- I noticed the attached file doesn't match the mediainfo, sorry. Though …
- 1:42 PM Ticket #10822 (av_stream_find_info fails for aac file if aac decoder is not enabled) created by
- Summary of the bug: If aac demuxing doesn't work without enabling an …
- 12:37 PM Ticket #10821 (Mp4/ts container support for vvc) created by
- Summary of the bug: How to reproduce: […] patch submitted to …
- 12:07 PM SponsoringPrograms/GSoC/2024 edited by
- (diff)
- 1:19 AM Ticket #4736 (h264_qsv and hevc_qsv crashes on windows 8.1 (q=-0.0)) closed by
- invalid: Closing due to inactivity >8 Years and also this OS is end of life …
- 1:17 AM Ticket #5817 (WinRT compilation does not work) closed by
- invalid: Closing due to inactivity >7 Years and also this OS is end of life …
Jan 24, 2024:
- 11:55 PM Changeset in ffmpeg [00b288da] by
- fate/matroska: add missing speex decoder dependency to …
- 10:43 PM Ticket #5091 (Icecast SSL support (icecast:// is http-only)) closed by
- invalid: Closing due to inactivity >10 years and many updates since then.
- 10:38 PM Ticket #6977 (Flash video stream not detected) closed by
- fixed: Closing due to inactivity >5 years, also user reported the issue was …
- 10:30 PM Ticket #5818 (encoing to interlaced with nvenc) closed by
- invalid
- 10:30 PM Ticket #5818 (encoing to interlaced with nvenc) updated by
- Closed due to >4 years inactivity, also root issue is a hardware …
- 10:25 PM Ticket #7304 (Quicktime Player cannot trim H265 movie) closed by
- invalid: Closing due to inactivity >6 years. Also, issue might be related to a …
- 10:22 PM Ticket #8581 (Application provided invalid, non monotonically increasing dts to ...) closed by
- invalid: Closing due to inactivity >4 years. Also no sample provided and proper …
- 10:07 PM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) closed by
- invalid: Closing ticket due to >5 years inactivity, also appears to be a …
- 9:59 PM Ticket #6981 (HTTPS redirect for Trac missing) closed by
- fixed: Closing because this exists now. Thank you.
- 9:56 PM Ticket #10255 (prores_ks encoder on Mac with M2 creates flickering) closed by
- fixed: Closing because patch was merged and user indicates it resolved the …
- 9:52 PM Ticket #6326 (FFmpeg 3.3+3.4-dev crash when scaling to same dimensions with scale_npp) closed by
- invalid: Closing due to inactivity > 5 years and also newer versions of ffmpeg …
- 9:50 PM Ticket #6212 (Memory leak on Ubuntu 16.04) closed by
- invalid: Closing due to inactivity > 5 years and also this OS is End of Life. …
- 9:27 PM Ticket #9158 (DVD language metadata) closed by
- invalid: Closing issue due to >3 years activity. Also, VOB files do not have …
- 8:34 PM Changeset in ffmpeg [45a2f263] by
- avcodec/d3d12va: remove unused variables Signed-off-by: James Almer …
- 8:28 PM Changeset in ffmpeg [49a7fe86] by
- avcodec/d3d12va_vc1: cast mapped_data to void* before passing it to …
- 8:28 PM Changeset in ffmpeg [9aa388e7] by
- avcodec/d3d12va_hevc: cast mapped_data to void* before passing it to …
- 8:28 PM Changeset in ffmpeg [342cc179] by
- avcodec/d3d12va_h264: cast mapped_data to void* before passing it to …
- 8:27 PM Changeset in ffmpeg [04332ca3] by
- avcodec/d3d12va_vp9.c: change the type for the ID3D12Resource_Map …
- 8:27 PM Changeset in ffmpeg [b4d871fd] by
- avcodec/d3d12va_av1.c: change the type for the ID3D12Resource_Map …
- 3:57 PM Ticket #10820 (FFprobe reports 50Hz framerate for 25Hz MPEG1 input file) created by
- Starting with FFmpeg v6.1 some MPEG1 input file is reported by FFprobe …
- 3:41 PM Changeset in ffmpeg [cb6a488f] by
- avcodec/vvc_mvs: remove an unnecessary AV_ZERO64() call Should fix …
- 3:41 PM Changeset in ffmpeg [bc1d8a9b] by
- avcodec/vvc_mvs: align local motion vector fields Should fix "member …
- 2:49 PM Changeset in ffmpeg [3435565e] by
- avcodec/d3d12va_(av1|hevc|vp9): Don't use deprecated FF_PROFILE_* …
- 2:48 PM Changeset in ffmpeg [280df9d0] by
- avutil/hwcontext_d3d12va: Use av_image_copy() wrapper Avoids casts …
- 11:06 AM Ticket #10819 (start_time overflow after 95379 seconds) closed by
- invalid: Not a bug. The MPEG-TS format used here to store the HLS segments has …
- 9:30 AM Ticket #10819 (start_time overflow after 95379 seconds) created by
- Summary of the bug: looks like it's not possible to have start_time …
- 2:32 AM Ticket #10097 (MediaCodec Encoder: Gibberish output produced on emulators (generally ...) closed by
- worksforme
- 2:30 AM Ticket #10671 ([Android] MediaCodec h264 decoder fails on 10-bit input ('This is a ...) closed by
- fixed: The issue has been fixed on master branch.
Jan 23, 2024:
- 11:57 PM Changeset in ffmpeg [0b8e51b5] by
- avformat/iamf_parse: use the public iamf helpers to allocate structs …
- 11:44 PM Ticket #10818 (aacencdsp.abs_pow34 [FAILED] checkasm: 1 of 1 tests) closed by
- fixed: Fixed in d6c62b4bce8f9ae5f09a8acaf446c1a8231bca55
- 11:42 PM Changeset in ffmpeg [d6c62b4] by
- tests/checkasm/aacencdsp: Use float_near_ulp_array() for abs_pow34() …
- 11:42 PM Changeset in ffmpeg [88a9142c] by
- avformat/mxfenc: Remove AVERROR² Reviewed-by: James Almer …
- 11:20 PM Changeset in ffmpeg [792c713] by
- doc/muxers: add MPEG-1/2 muxers section
- 11:09 PM Changeset in ffmpeg [02e4598f] by
- lavf/mpegenc: extend options definition
- 11:09 PM Changeset in ffmpeg [58d13d63] by
- doc/muxers: add dv
- 11:09 PM Changeset in ffmpeg [f6f78162] by
- doc/muxers/raw: drop duplicated whitespace
- 11:09 PM Changeset in ffmpeg [8bcea02f] by
- doc/muxers/raw: add dfpwm item
- 11:09 PM Changeset in ffmpeg [91637301] by
- doc/muxers: add daud
- 11:09 PM Changeset in ffmpeg [bba784d6] by
- lavf/daudenc: clarify error messages
- 11:09 PM Changeset in ffmpeg [9c06deda] by
- doc/muxers/dash: review documentation Sort options by name, review …
- 11:09 PM Changeset in ffmpeg [f8b14d8b] by
- lavf/dashenc: sort options by name
- 9:39 PM Changeset in ffmpeg [eee3b7e2] by
- avformat/mov: zero initialize the index ranges buffer Signed-off-by: …
- 9:35 PM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by
- Any updates on this? This should be fixed ASAP as it breaks seeking of …
- 8:31 PM Changeset in ffmpeg [dfbbd11a] by
- lavc/dxvenc: add DXV encoder with support for DXT1 texture format …
- 8:24 PM Changeset in ffmpeg [1496ce8f] by
- avcodec/vvc_ctu: align motion vector fields Should fix "member access …
- 7:35 PM Ticket #10803 (Concat filter not working) updated by
-
Blocking changed
- 7:14 PM Ticket #10818 (aacencdsp.abs_pow34 [FAILED] checkasm: 1 of 1 tests) created by
- make fate-checkasm-aacencdsp V=2 on x86-32 […]
- 6:05 PM Ticket #1258 (Codec support request : MPEG Multichannel Audio) updated by
- I think I fixed multichannel encoder from iso-dist10 on i586: …
- 4:49 PM Changeset in ffmpeg [67b5012c] by
- fate: remove unused filtergraph files They were added by mistake. …
- 4:35 PM Changeset in ffmpeg [e8759580] by
- fate/iamf: add an ambisonic test Signed-off-by: James Almer …
- 2:17 PM Changeset in ffmpeg [8157b5d4] by
- lavc/vvc: Remove left shifts of negative values VVC specifies << as …
- 2:15 PM Changeset in ffmpeg [2d712314] by
- fate: add VVC decoder tests Signed-off-by: James Almer <jamrial@gmail.com>
- 1:14 PM Changeset in ffmpeg [9813df77] by
- avformat/iamf_writer: remove bogus check Probably an artifact of a …
- 12:58 PM Changeset in ffmpeg [b6af126c] by
- avformat/iamfdec: free superfluous objects The AVIAMFAudioElement and …
- 11:01 AM Ticket #10817 (extracting metadata from an audio file with multiple genres results ...) updated by
-
Summary changed
- 10:58 AM Ticket #10817 (extracting metadata from an audio file with multiple genres results ...) created by
- Summary of the bug: Extracting metadata from an audio file (eg .mp3) …
- 9:56 AM Ticket #10816 (lgpl build impossible under linux) closed by
- invalid: Closed source support is out of scope.
- 9:42 AM Ticket #10809 (libvulkan.so not linked when `--enable-vulkan`.) updated by
- libplacebo links to libvulkan.so if vulkan is enabled for it, and …
- 8:36 AM Ticket #10444 (Please implement VAAPI encoding enhancement for AMD / radeonsi (from ...) updated by
- Has anybody new information in how to use vbaq, pre-encode and quality …
- 12:59 AM Ticket #1258 (Codec support request : MPEG Multichannel Audio) updated by
- I pushed my hacks to …
- 12:57 AM Changeset in ffmpeg [a47072d6] by
- avutil/iamf: change the opt type for some options AV_OPT_TYPE_INT64 …
Note:
See TracTimeline
for information about the timeline view.
