From: "Marvin Scholz" <epirat07@gmail.com> To: "Romain Beauxis" <romain.beauxis@gmail.com> Cc: Aman Karmani <ffmpeg@tmm1.net>, FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH v8 1/3] libavdevice/avfoundation.m: use AudioConvert, extend supported formats Date: Thu, 06 Jan 2022 15:40:07 +0100 Message-ID: <C0075E83-7579-4306-9020-AE9BE1543967@gmail.com> (raw) In-Reply-To: <CABWZ6OSJTVQFJevPUB9kuLHbXJLVs=WrSEZRWMGC2=Ot+zDG1g@mail.gmail.com> On 6 Jan 2022, at 15:34, Romain Beauxis wrote: > Le mer. 5 janv. 2022 à 08:58, Thilo Borgmann <thilo.borgmann@mail.de> > a écrit : >> >> Am 05.01.22 um 15:51 schrieb Marvin Scholz: >>> On 31 Dec 2021, at 18:42, Romain Beauxis wrote: >>> >>>> * Implement support for AudioConverter >>>> * Switch to AudioConverter's API to convert unsupported PCM >>>> formats (non-interleaved, non-packed) to supported formats >>>> * Minimize data copy. >>>> >>>> This fixes: https://trac.ffmpeg.org/ticket/9502 >>>> >>>> API ref: >>>> https://developer.apple.com/documentation/audiotoolbox/audio_converter_services >>>> >>>> Signed-off-by: Romain Beauxis <toots@rastageeks.org> >>>> — >>>> [Sorry for the noise but an issue came up with the previous set] >>>> >>>> This is the first patch of a series of 3 that fix, cleanup and >>>> enhance the >>>> avfoundation implementation for libavdevice. >>>> >>>> These patches come from an actual user-facing application relying >>>> on >>>> libavdevice’s implementation of avfoundation audio input. Without >>>> them, >>>> Avfoundation is practically unusable as it will: >>>> * Refuse to process certain specific audio input format that are >>>> actually >>>> returned by the OS for some users (packed PCM audio) >>>> * Drop audio frames, resulting in corrupted audio input. This might >>>> have been >>>> unnoticed with video frames but this makes avfoundation essentially >>>> unusable >>>> for audio. >>>> >>>> The patches are now being included in our production build so they >>>> are tested >>>> and usable in production. >>>> >>>> Changelog for this patch: >>>> * v2: None >>>> * v3: None >>>> * v4: None >>>> * v5: Fix indentation/wrapping >>>> * v6: None >>>> * v7: Removed use of >>>> kAudioConverterPropertyCalculateOutputBufferSize >>>> to calculate output buffer size. The calculation is trivial and >>>> this call was >>>> randomly failing for no reason >>>> * v8: None >>>> >>> >>> The patchset fails to apply for me: >>> >>> Applying: libavdevice/avfoundation.m: use AudioConvert, extend >>> supported formats >>> error: corrupt patch at line 191 >>> Patch failed at 0001 libavdevice/avfoundation.m: use AudioConvert, >>> extend supported formats >> >> Same here. > > Sorry to hear y'all. I'm using the git format-patch as described here: > https://www.ffmpeg.org/developer.html#Submitting-patches-1 > > I've resent a new version of the patchset, this time I edited the file > manually and sent it untouched, hopefully it'll apply fine. > You should send them with git send-email ideally. It looks like whatever you used to sent it wrapped the lines breaking the patch format. Alternatively send them as file attachment, if you can't use git send-email. > Thanks for looking into it! > -- Romain _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2022-01-06 14:40 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-12-31 17:42 Romain Beauxis 2021-12-31 18:18 ` Gyan Doshi 2022-01-05 14:51 ` Marvin Scholz 2022-01-05 14:58 ` Thilo Borgmann [not found] ` <CABWZ6OSJTVQFJevPUB9kuLHbXJLVs=WrSEZRWMGC2=Ot+zDG1g@mail.gmail.com> 2022-01-06 14:40 ` Marvin Scholz [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=C0075E83-7579-4306-9020-AE9BE1543967@gmail.com \ --to=epirat07@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ --cc=ffmpeg@tmm1.net \ --cc=romain.beauxis@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git