[FFmpeg-cvslog] aacenc: remove ANMR coder

2025-02-26 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Feb 8 05:22:16 2025 +0100| [b3d73df80d722ca329a2747ac5dba4476bd82e99] | committer: Lynne aacenc: remove ANMR coder If there's ever a rework of the AAC encoder, it won't start from here. The codec, with all its oddities and tweaks needed to acheive good qua

[FFmpeg-cvslog] avcodec/cuviddec: correctly handle buffer size and status when deinterlacing

2025-02-26 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Feb 25 19:39:43 2025 +0100| [99e2af4e7837ca09b97d93a562dc12947179fc48] | committer: Timo Rothenpieler avcodec/cuviddec: correctly handle buffer size and status when deinterlacing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99e2a

[FFmpeg-cvslog] avformat/mp3dec: Subtract known padding from duration

2025-02-26 Thread Ulrik Mikaelsson
ffmpeg | branch: master | Ulrik Mikaelsson | Tue Aug 22 13:55:14 2023 +0200| [5a526fdad01054d611be715099432bc7ac94a14b] | committer: Tomas Härdin avformat/mp3dec: Subtract known padding from duration When an Info-tag is present, marking initial and trailing samples as padding, those samples sh

[FFmpeg-cvslog] GOL-1361: Remove invalid CTTS sample_offset check

2025-02-26 Thread ekir
ffmpeg | branch: master | ekir | Tue Apr 18 17:31:43 2023 +0200| [da5353cf05bcbe2fc47e69321178a2f7ae64a4f3] | committer: Tomas Härdin GOL-1361: Remove invalid CTTS sample_offset check We checked in this places: * In 8.6.1.3 of ISO/IEC 14496-12 about the CTTS box * In Apples MOV spec: https://d

[FFmpeg-cvslog] rtmp: Set correct message stream id when writing as server

2025-02-26 Thread Jonathan Murray
ffmpeg | branch: master | Jonathan Murray | Thu Mar 31 16:23:17 2022 +0200| [98d97bb33b2a54265b3d41838b2fb64310360e22] | committer: Tomas Härdin rtmp: Set correct message stream id when writing as server rtmp_write is used both for writing outputs as a server. The rt->listen flag determines wh

[FFmpeg-cvslog] avformat/http: Return EIO for prematurely broken connection

2025-02-26 Thread Ulrik
ffmpeg | branch: master | Ulrik | Mon Jul 27 11:46:56 2020 +0200| [1306e5c7d3107f00208b924af6caff8408c14902] | committer: Tomas Härdin avformat/http: Return EIO for prematurely broken connection Currently, a prematurely broken connection normally leads to the same EOF, as a completed successful

[FFmpeg-cvslog] Make mime-type award a bonus probe score

2025-02-26 Thread Peter Zebühr
ffmpeg | branch: master | Peter Zebühr | Tue Nov 21 14:16:49 2023 +0100| [e24920375cd2bbdd579424c16cf0f9c66579ea24] | committer: Tomas Härdin Make mime-type award a bonus probe score This changes the default behaviour of ffmpeg where content-type headers on an input gives an absolut probe scor

[FFmpeg-cvslog] avformat/flacdec: Return correct error-codes on read-failure

2025-02-26 Thread Ulrik
ffmpeg | branch: master | Ulrik | Thu Jan 26 17:51:02 2023 +0100| [95314cd7c5c0d2dc884c245583b697db590cfefd] | committer: Tomas Härdin avformat/flacdec: Return correct error-codes on read-failure Forward errors from `avio_read` directly. When `avio_read` sees EOF before expected bytes can be re

[FFmpeg-cvslog] libavcodec/wmadec: Return AVERROR_INVALIDDATA on decoding errors

2025-02-26 Thread Jonathan Murray
ffmpeg | branch: master | Jonathan Murray | Wed Jun 9 12:00:24 2021 +0200| [399234ee2a22a7c5f0e0df55a66b36bf946efc5a] | committer: Tomas Härdin libavcodec/wmadec: Return AVERROR_INVALIDDATA on decoding errors WMA files that fail to decode due to incoherent block lengths and frame lengths curr

[FFmpeg-cvslog] aacenc: remove support for AAC Main profile

2025-02-26 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Feb 8 04:42:54 2025 +0100| [9b11fefb88c770b9c1d4d4583c61c6abde6c033c] | committer: Lynne aacenc: remove support for AAC Main profile The Main profile of AAC is... terrible. It enables the use of delta coding across coefficients of two frames to try to incr

[FFmpeg-cvslog] aacenc: remove support for AAC LTP profile

2025-02-26 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Feb 8 05:03:02 2025 +0100| [938353377068f3bcb874673b65e75367e0142aff] | committer: Lynne aacenc: remove support for AAC LTP profile The LTP profile of AAC is... terrible. It was an early 90's attempt at bridging the gap between speech codecs and general pu

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/6.1 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [39cac587c4f78f7c26e0f0e5da664943d4e9fade] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/7.1 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [71889a8437d04124e8cb6919ee078f436082ab41] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/7.0 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [72e64ede9446050ea06110cf4cf0342ad47051b7] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/6.0 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [5911b7e9f5d3600274d9cc77b0f5364ab4f7aae3] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/5.1 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [01af45c0f3d5b2113844f13061ddcc92b99fa475] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/5.0 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [76913f0b9fe9ce23c0de1d1e656c6c203f703242] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] avformat/mov: (v4) fix get_eia608_packet

2025-02-26 Thread Pavel Koshevoy
ffmpeg | branch: release/4.4 | Pavel Koshevoy | Sun Feb 23 09:43:56 2025 -0700| [e60da7024c75c1226c2f6cbe5ee22afef3664403] | committer: Pavel Koshevoy avformat/mov: (v4) fix get_eia608_packet The problem is reproducible with "Test for Quicktime 608 CC file.mov" from https://samples.ffmpeg.org/

[FFmpeg-cvslog] New commits on branch release/7.0

2025-02-26 Thread Git System
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9aab014878c12cd8b5003d3d9d656d9363789ed6 Author: Michael Niedermayer Date: Wed Feb 26 22:59:00 2025 +0100 update for 7.0.3 Signed-off-by: Michael Niedermayer URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avformat: add AV1 RTP depacketizer and packetizer

2025-02-26 Thread Chris Hodges
ffmpeg | branch: master | Chris Hodges | Mon Aug 26 11:29:29 2024 +0200| [330c8f8b936de66d08d5c462845e7fdcbc637b75] | committer: Ronald S. Bultje avformat: add AV1 RTP depacketizer and packetizer Add RTP packetizer and depacketizer according to (most) of the official AV1 RTP specification. Thi

[FFmpeg-cvslog] avcodec/ffv1_parser: Rename close to ffv1_close

2025-02-26 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Feb 19 20:33:27 2025 +0800| [584c41a4accdb729480e52d9829b34c1f9964bc9] | committer: Zhao Zhili avcodec/ffv1_parser: Rename close to ffv1_close This fixed wasm checkasm failure $ wasm-tools validate tests/checkasm/checkasm error: wasisdk://v25.0/buil