[FFmpeg-devel] [PATCH] avcodec/gifenc: avoid redundant local color table when global palette is used (PR #20897)

2025-11-11 Thread damitha via ffmpeg-devel
PR #20897 opened by damitha URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20897 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20897.patch Addressing the fact that first frame has a LCT when global palette is used for pal8. issue: [#20896](https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/2

[FFmpeg-devel] [PATCH] [WIP] libavformat/dashenc: preserve metadata in dashenc (PR #20596)

2025-10-18 Thread damitha via ffmpeg-devel
PR #20596 opened by damitha URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20596 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20596.patch Currently stream level and container level metadata are dropped. This PR will address that. >From 0c852b6a80b4529759994424ca7d31c3c2c2d290 Mon Se

[FFmpeg-devel] [PATCH] libavformat/dashenc: preserve metadata from container and streams (PR #20594)

2025-10-17 Thread damitha via ffmpeg-devel
PR #20594 opened by damitha URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20594 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20594.patch Currently metadata is dropped at the container and stream level when dash muxer is used. This is fixing that >From 7b3b20a1e8719ff922e509623f3763

[FFmpeg-devel] [PATCH] libavcodec/aac: add clamping for escape coeff (PR #20376)

2025-08-30 Thread damitha via ffmpeg-devel
PR #20376 opened by damitha URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20376 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20376.patch Have noticed that escape coefficient on spectral data can be less than 16 on rare occasions. The failure reproduces deterministically on macOS (AR