Timeline
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 [4f804414] 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 …
Feb 7, 2024:
- 9:09 PM Ticket #10849 (demux_decode example fails to decode audio that ffmpeg can decode) created by
- Summary of the bug: I used ffmpeg with libflite to generate a FLAC in …
- 5:52 PM Ticket #10440 (Segmentation fault (core dumped) when trying to generate hls output ...) updated by
- checking of any progress here
- 3:43 PM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by
- Original mxf file: …
- 2:53 PM Changeset in ffmpeg [33728768] by
- avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on …
- 2:49 PM Changeset in ffmpeg [9d4076c5] by
- avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
- 2:48 PM Changeset in ffmpeg [4f9c230f] by
- avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
- 2:37 PM Changeset in ffmpeg [c36c9190] by
- avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
- 2:36 PM Changeset in ffmpeg [bfacb66f] by
- avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
- 2:35 PM Changeset in ffmpeg [178575bd] by
- avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
- 2:31 PM Changeset in ffmpeg [7f92014a] by
- avcodec/nvdec: don't free NVDECContext->bitstream Ensure all hwaccels …
- 2:20 PM Changeset in ffmpeg [bd3e71b2] by
- x86/tx_float: enable SIMD for sizes over 131072 The tables for the …
- 1:06 PM Ticket #10832 (h264 codec mxf file stream copy works weirdly) updated by
- This needs a sample
- 11:46 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by
-
Owner changed
- 9:57 AM Ticket #10848 (Crackling when concatenating audio introduced in commit d85c6aba) created by
- Summary of the bug: We found that when upgrading to FFmpeg 6.1, a …
- 9:25 AM Changeset in ffmpeg [e05d3c1a] by
- avdevice/caca: Allow to list multiple dither option types at once …
- 9:23 AM Changeset in ffmpeg [ed56ca85] by
- avutil/opt: Fix AV_OPT_TYPE_CONST default value It uses the int64_t …
- 9:22 AM Changeset in ffmpeg [8b83b52d] by
- avformat/nutenc: Fix indentation Forgotten after …
- 9:22 AM Changeset in ffmpeg [1a52cbd] by
- avfilter/ccfifo: Improve included headers We don't need to include …
- 9:22 AM Changeset in ffmpeg [9b67c5a6] by
- avfilter/ccfifo: Inline trivial functions Besides being extremly …
- 9:22 AM Changeset in ffmpeg [71e1da45] by
- avformat/mux: Don't allocate priv_pts separately Signed-off-by: …
- 9:22 AM Changeset in ffmpeg [ad9f6445] by
- avformat/avformat: Avoid av_strdup(NULL) It is not documented to be …
- 9:22 AM Changeset in ffmpeg [569ad285] by
- avformat/options: Only allocate AVCodecContext for demuxers The …
- 9:22 AM Changeset in ffmpeg [76ef2b93] by
- avformat/avformat: Remove obsolete comment Forgotten in …
- 9:22 AM Changeset in ffmpeg [1d5ba342] by
- avformat/avformat: Remove dead check, write-only assignment For …
- 7:43 AM Ticket #10847 (Segmentaion fault using vulkan decoder on Windows with NVIDIA) created by
- I'm currently experiencing a segmentation fault error when attmepting …
- 4:38 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by
-
Status, Owner changed
- 4:37 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by
- @mkver do you know by chance who can review patches to this part of ffmpeg?
- 4:35 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by
-
Cc changed
- 4:34 AM Ticket #10465 (The latest versions of ffmpeg (>=5.x) produces not playable on Apple ...) updated by
-
Cc changed
Feb 6, 2024:
- 11:55 PM Changeset in ffmpeg [97fb84d7] by
- doc/formats: clarify meaning of igndts as per definition in avformat.h …
- 4:22 PM SponsoringPrograms/STF/2024 edited by
- round up money for merge so the now much smaller task has a higher … (diff)
- 3:29 PM SponsoringPrograms/STF/2024 edited by
- merge details (diff)
- 2:10 PM Changeset in ffmpeg [5076fa30] by
- lavc/vvc: Validate alf_list indexes Signed-off-by: Frank Plowman …
- 1:34 PM Changeset in ffmpeg [e7a9dd03] by
- avcodec/libaomdec: print libaomdec version in verbose level info …
- 1:34 PM Changeset in ffmpeg [48f4a29b] by
- avcodec/libdav1d: print libdav1d version in verbose level info level …
- 11:45 AM Changeset in ffmpeg [a42f884c] by
- lavc/vvc: Fix slice_idx out-of-bounds memset If the number of CTUs …
- 10:30 AM Changeset in ffmpeg [aa1a194a] by
- avfilter/vsrc_testsrc: switch to YUV colorspace negotiation API …
- 10:30 AM Changeset in ffmpeg [ce81237d] by
- avfilter: pass link YUV colorspace to ff_draw_init2 This makes all …
- 9:34 AM Changeset in ffmpeg [8264f361] by
- .mailmap: update my mailmap entry
- 7:51 AM Ticket #10795 (scale2ref filter crash) updated by
-
Cc changed
- 5:06 AM Ticket #10724 (Build failure with stricter C compilers (e.g. GCC 14)) closed by
- fixed: https://github.com/FFmpeg/FFmpeg/commit/2f24f10d9cf34ddce274496c4daa73f …
- 3:37 AM Ticket #10720 (ALAC_AT (AudioToolbox) broken in recent versions.) updated by
- Should be fixed by …
Feb 5, 2024:
- 5:28 PM Changeset in ffmpeg [c0de7ac5] by
- avcodec/libjxlenc: support negative linesizes libjxl doesn't support …
- 4:30 PM SponsoringPrograms/GSoC/2024 edited by
- (diff)
- 4:02 PM Ticket #10845 (Crash in VVC decoder when open MPEG-TS not from start or after seek.) updated by
- The mentioned sample was taken from this page: …
- 2:20 PM Changeset in ffmpeg [789109ab] by
- avfilter/vf_tiltandshift: check outlink->color_range In addition to …
- 1:43 PM Changeset in ffmpeg [88a04038] by
- avcodec/vvcdec: fix seeking for open GOP how to reproduce: wget …
- 1:01 PM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by
- The change is in this scenario: $ ./ffplay -v verbose -vf …
- 11:22 AM Ticket #10794 (bwdif_cuda crashed with mpeg2 interlaced 720x480x29.97 (ntsc) stream) closed by
- fixed
- 11:21 AM Ticket #10794 (bwdif_cuda crashed with mpeg2 interlaced 720x480x29.97 (ntsc) stream) updated by
- After today's commits, 05.01.2024, everything works fine. No crash. …
- 10:55 AM Changeset in ffmpeg [f80d91c0] by
- tests/fate/ffmpeg: add a test for the issue fixed in previous commit
- 10:55 AM Changeset in ffmpeg [93119222] by
- fftools/ffmpeg_mux: fix terminating muxer on streamcopy with -t …
- 9:01 AM Ticket #10846 (ffprobe does not detect true duration of some blu-ray discs) updated by
- The BDMV in https://nyaa.si/view/1683673 this torrent can also …
- 8:42 AM Changeset in ffmpeg [71ea9063] by
- avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple …
- 8:27 AM Ticket #10846 (ffprobe does not detect true duration of some blu-ray discs) created by
- Summary of the bug: ffprobe is not detecting true duration of true …
- 7:30 AM Ticket #10845 (Crash in VVC decoder when open MPEG-TS not from start or after seek.) created by
- Summary of the bug: How to reproduce: […] After this ffmpeg just …
Feb 4, 2024:
- 9:22 PM Changeset in ffmpeg [d3111486] by
- MAINTAINERS: remove myself from here Once it became fully …
- 7:45 PM Changeset in ffmpeg [fd16d8c6] by
- avutil/thread: add support for setting thread name on *bsd and solaris …
- 7:28 PM Changeset in ffmpeg [49ab7f89] by
- avformat/flvenc: fix stereo flag when writing PCMA/PCMU Currently, …
- 7:18 PM Changeset in ffmpeg [fa580a0f] by
- lavc/d3d12va: Improve behaviour on missing decoder support …
- 7:04 PM Changeset in ffmpeg [52cc89dc] by
- avfilter/yadif_common: fix timestamps with very small timebases Yadif …
- 7:04 PM Changeset in ffmpeg [268062fa] by
- avfilter/yadif_common: factorize some part of the config_output and …
- 7:04 PM Changeset in ffmpeg [8fccd6d5] by
- avutil/rational: increase av_d2q precision Fixes parsing small …
- 5:03 PM Changeset in ffmpeg [976cf234] by
- tests/fate/mov: add a test for reading and writing amve box
- 4:36 PM Changeset in ffmpeg [112d3618] by
- avformat/mov: add support for 'amve' ambient viewing environment box …
- 4:36 PM Changeset in ffmpeg [dda4b25e] by
- avformat/mov: rename rescale_mdcv It's not specific to the mdcv box. …
- 4:36 PM Changeset in ffmpeg [45697e6a] by
- avcodec: add ambient viewing environment packet side data.
- 1:22 PM SponsoringPrograms/STF/2024 edited by
- specify price per commit merged (diff)
- 12:58 PM Changeset in ffmpeg [d525dbb4] by
- avcodec/vp8: Change criterion for calling ff_thread_finish_setup() …
- 12:58 PM Changeset in ffmpeg [e37e9d58] by
- avcodec/vp8: Remove write-only vp7 struct field This decoder always …
- 12:58 PM Changeset in ffmpeg [4b8b1415] by
- avcodec/vp8: Enforce key-frame only for WebP VP8-in-WebP only uses …
- 12:02 PM WikiStart edited by
- Add GSoC 2024 (diff)
- 10:48 AM SponsoringPrograms/STF/2024 edited by
- (diff)
- 10:15 AM Ticket #10844 (VideoToolBox HEVC encoding does work not for HDR) created by
- When encoding to HEVC using VideoToolbox - the HDR metadata () is not …
- 9:14 AM Changeset in ffmpeg [7375a6ca] by
- avformat/wavenc: use strtoull for UMID conversion Existing use of …
- 7:08 AM Ticket #10501 (ffmpeg(1) prints 'kB' for byte values divided by 1024) closed by
- fixed: Fixed in 344ec7a3f753de30c23149471e2c9eaf17f42187
- 6:08 AM Ticket #10720 (ALAC_AT (AudioToolbox) broken in recent versions.) updated by
- Does not work in 6.1.1. or N-113521-gcc774cd962 either. I am also …
- 5:14 AM Ticket #10839 (incorrect YCoCg to RGB conversion in swscale) updated by
- Check dcc7263b0e7935b6864e43465cfeca423bdf9e77 though I cannot see …
- 2:08 AM Changeset in ffmpeg [b94b3ea] by
- avformat/mov: use a more descriptive name for variables of type …
Note:
See TracTimeline
for information about the timeline view.
