[FFmpeg-cvslog] avformat/iamf_writer: constify some function parameters

2024-03-02 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 2 21:40:10 2024 -0300| [f8caf388fb80c109909e1e6365d4b814291156e0] | committer: James Almer avformat/iamf_writer: constify some function parameters Signed-off-by: James Almer >

[FFmpeg-cvslog] avformat/wavdec: dynamically set max_size by default

2024-03-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Feb 26 01:12:23 2024 +0100| [3a09c2122d1f77c3e14c43855b21ef1da9f7fa27] | committer: Marton Balint avformat/wavdec: dynamically set max_size by default The wav demuxer by default tried to demux 4096-byte packets which caused packets with very few

[FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0

2024-03-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Feb 27 10:31:31 2024 +0100| [7b1b9bb31f04fb9ba06e79c767c1084f0e229bb6] | committer: Marton Balint swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0 Depending on input chunk size noticable corrpution was hearable, here

[FFmpeg-cvslog] fate: never generate auto-generated references

2024-03-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 25 15:02:32 2024 +0100| [0b98f28c46a7e3e914c51debc461fa05861ae666] | committer: Marton Balint fate: never generate auto-generated references GEN=1 is used to generate reference files in the source tree, not auto-generated reference samples.

[FFmpeg-cvslog] fate/libswresample: force number of samples for the input of aresample async tests

2024-03-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Feb 26 01:07:44 2024 +0100| [315be8b27926fb46338a8fc10cf39cbb9f99dcc8] | committer: Marton Balint fate/libswresample: force number of samples for the input of aresample async tests Since PTS is changed randomly for every audio frame, it matters.

[FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType

2024-03-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 17 00:06:03 2024 +0100| [aa299faa9ad2b01010acc4641b1f215d60a1336b] | committer: Marton Balint avformat/mxfdec: remove resolve_strong_ref usage with AnyType UUIDs do not have to be unique if their type sets them apart, so avoid using AnyType,

[FFmpeg-cvslog] avformat/mxfdec: track metadata sets by their type

2024-03-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 17 22:53:00 2024 +0100| [4ebf478f4c5c31535f36ad648e7a8615441b90a5] | committer: Marton Balint avformat/mxfdec: track metadata sets by their type We typically are only interesed in a single type of metadata set, so it is better to keep them

[FFmpeg-cvslog] libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav

2024-03-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Feb 18 22:01:44 2024 -0600| [a1304272c3a0ef7c3d77c702dd466b3f11bf300f] | committer: Anton Khirnov libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav Signed-off-by: Marth64 Signed-off-by: Anton Khirnov >