[FFmpeg-cvslog] avformat/mpegts: add support for ATSC E-AC-3 streams

2024-11-20 Thread Scott Theisen
ffmpeg | branch: master | Scott Theisen | Thu Nov 14 14:57:01 2024 -0500| [be784e95ac5cd720fb0da0f13841b0fdf4f90391] | committer: Marton Balint avformat/mpegts: add support for ATSC E-AC-3 streams ATSC A/52:2018 Digital Audio Compression (AC-3, E-AC-3), Annex G defines stream_type 0x87 for E-A

[FFmpeg-cvslog] doc/developer: Document relationship between git accounts and MAINTAINERS

2024-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 16 21:32:53 2024 +0100| [7051825b0171bd5d566c5a5cc78852c5f3aa3072] | committer: Michael Niedermayer doc/developer: Document relationship between git accounts and MAINTAINERS This should have been documented long ago and i thought it was

[FFmpeg-cvslog] doc/infra: clarify domain name servers

2024-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 19 23:18:03 2024 +0100| [8a21d8baf93372779363370f25141e3309023c30] | committer: Michael Niedermayer doc/infra: clarify domain name servers Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a

[FFmpeg-cvslog] doc/infra: Document trac backup system

2024-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 19 23:18:31 2024 +0100| [edc4855f7710c4563e7cd5773598f8341f64e019] | committer: Michael Niedermayer doc/infra: Document trac backup system Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed

[FFmpeg-cvslog] avcodec/mediacodecenc: add async mode support

2024-11-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Nov 6 20:31:34 2024 +0800| [05e079c94890b69e46c0e2205eaad7fc529f5806] | committer: Zhao Zhili avcodec/mediacodecenc: add async mode support It has better performance than poll in a loop. Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/mediacodecdec: Add operating_rate option

2024-11-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Nov 6 20:31:00 2024 +0800| [46ad1abd361f2486bfd9ee28ab80aea28e890f2f] | committer: Zhao Zhili avcodec/mediacodecdec: Add operating_rate option The codec wants to know whether the usecase is realtime playback or full-speed transcoding, or playback at

[FFmpeg-cvslog] fftools/ffplay_renderer: Fix a typo

2024-11-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Nov 6 17:32:13 2024 +0800| [a8375346eb1a542081d8067c0f0d682fad1ca697] | committer: Zhao Zhili fftools/ffplay_renderer: Fix a typo The typo has no real effect except confusing. Signed-off-by: Zhao Zhili Reported-by: Chen Haibo Reviewed-by: Steven Li

[FFmpeg-cvslog] avcodec/mediacodecenc: Add operating_rate option

2024-11-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Nov 6 20:31:21 2024 +0800| [fa2ff5effcf3767fadbfcde1b8e826f1acb505c1] | committer: Zhao Zhili avcodec/mediacodecenc: Add operating_rate option For example, with ./ffmpeg -operating_rate 400 -hwaccel mediacodec -i test.mp4 -an \ -c:v h264_mediacodec

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: add async mode support

2024-11-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Nov 6 20:31:28 2024 +0800| [9aacbfb6caab2517e31b3ce4eea45f92efeadf64] | committer: Zhao Zhili avcodec/mediacodec_wrapper: add async mode support Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9aacbfb6caab2517e

[FFmpeg-cvslog] libaformat/mp3dec: Register the MIME type "audio/mpeg" to the mp3 decoder.

2024-11-20 Thread Richard Mitic
ffmpeg | branch: master | Richard Mitic | Tue May 4 14:50:42 2021 +0200| [67c2f80d2ccfe2c0eb3e39aeef66eb7e17794e95] | committer: Tomas Härdin libaformat/mp3dec: Register the MIME type "audio/mpeg" to the mp3 decoder. Some mp3 files look surprisingly like mpeg PS streams. In order for us to hi

[FFmpeg-cvslog] avformat/smoothstreamingenc: check return value of avcodec_parameters_copy()

2024-11-20 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Oct 12 12:18:30 2024 -0500| [3528bfed450842a991df6e076fe72d4c2eee6432] | committer: Marth64 avformat/smoothstreamingenc: check return value of avcodec_parameters_copy() Written in the dominant style of the surrounding code block. Reviewed-by: ePirat Sig