[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-01 Thread Eugene Zemtsov
ffmpeg | branch: master | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [8a23a145d85964950123952d897b89c2c2b1b8c5] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than the

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-01 Thread Eugene Zemtsov
ffmpeg | branch: release/7.0 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [d0e5f83ffb30b6110b14d35faf2bec060c61a8af] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/6.1 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [5e45c27ba9baf576e548e226162be7e104328cc0] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/6.0 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [f9821fd9079e624d558b8ed5cbc8c0669ca7a4db] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/5.1 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [36cf037fb8cf450c1b5a9fc8e02ef5c34390176b] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/5.0 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [60df6aad93ff3ceb3791d7f51a6cda776f05bded] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/4.4 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [b6fa0f9d086b82e1d4670d48ad3f24d255e60133] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/4.3 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [cda5d4698c66ab58d501b33052ccb54c1ad8a07a] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/4.2 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [f3ed17ef4f451f99cd7852337d86baec2a9c63a8] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] avformat/mov: Check if a key is longer than the atom containing it

2024-04-02 Thread Eugene Zemtsov
ffmpeg | branch: release/4.1 | Eugene Zemtsov | Mon Apr 1 19:28:03 2024 -0700| [cdd355e08734f73425d11deee9496b57c5765368] | committer: James Almer avformat/mov: Check if a key is longer than the atom containing it Stop reading keys and return AVERROR_INVALIDDATA if key_size is larger than

[FFmpeg-cvslog] configure: Separate subsystem for Immersive Audio Model

2024-04-03 Thread Eugene Zemtsov
ffmpeg | branch: master | Eugene Zemtsov | Tue Apr 2 21:01:56 2024 -0700| [591e27d1e7b21b66f81c53f381356c5e6f1f0451] | committer: James Almer configure: Separate subsystem for Immersive Audio Model This change allows users to build libavfomat without support for Immersive Audio Model by

[FFmpeg-cvslog] avcodec/decode: Fix incorrect enum type used in side_data_map()

2024-11-18 Thread Eugene Zemtsov
ffmpeg | branch: master | Eugene Zemtsov | Thu Oct 24 18:52:45 2024 -0700| [e9c3698ed23ab3d8cf1fe1fc74b3b2f8ba42c865] | committer: Marth64 avcodec/decode: Fix incorrect enum type used in side_data_map() It's AVPacketSideDataType, not AVFrameSideDataType. Reviewed-by: Ted (Chromium)

[FFmpeg-cvslog] avformat/mov: fix crash when trying to get a fragment time for a non-existing fragment

2025-01-07 Thread Eugene Zemtsov
ffmpeg | branch: release/7.1 | Eugene Zemtsov | Thu Oct 24 18:54:10 2024 -0700| [9328e07ad5196e2992c348b518e046c539830ca5] | committer: Marth64 avformat/mov: fix crash when trying to get a fragment time for a non-existing fragment Reviewed-by: Dale Curtis Reviewed-by: Marth64 Signed-off-by

[FFmpeg-cvslog] avcodec/decode: Fix incorrect enum type used in side_data_map()

2025-01-07 Thread Eugene Zemtsov
ffmpeg | branch: release/7.1 | Eugene Zemtsov | Thu Oct 24 18:52:45 2024 -0700| [5b2ee11a600a847b08adb5d4aaa425950b83afa3] | committer: Marth64 avcodec/decode: Fix incorrect enum type used in side_data_map() It's AVPacketSideDataType, not AVFrameSideDataType. Reviewed-by: Ted (Chr

[FFmpeg-cvslog] avformat/mov: fix crash when trying to get a fragment time for a non-existing fragment

2024-12-24 Thread Eugene Zemtsov
ffmpeg | branch: master | Eugene Zemtsov | Thu Oct 24 18:54:10 2024 -0700| [7c9bde1d0d26ffa74b6791666c3a27c6d5d5019f] | committer: Marth64 avformat/mov: fix crash when trying to get a fragment time for a non-existing fragment Reviewed-by: Dale Curtis Reviewed-by: Marth64 Signed-off-by