Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Thilo Borgmann <thilo.borgmann@mail.de>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed.
Date: Sat, 23 Apr 2022 21:56:27 +0200
Message-ID: <f69469f2-0555-5275-f243-0a4bf7aaf34a@mail.de> (raw)
In-Reply-To: <230DADFB-2E38-4FF6-942D-5F8DC6B1DD2D@lisanet.de>

Am 23.04.22 um 17:42 schrieb Simone Karin Lehmann:
> 
> 
>> Am 23.04.2022 um 17:07 schrieb Thilo Borgmann <thilo.borgmann@mail.de>:
>>
>>
>> If that works I'd be happy. Does not apply for me anymore (on HEAD), though?
>>
>>
> 
> hhmm, the patch applies for me on current HEAD. I’ve tested it a few moments ago on a fresh downloaded git snapshot.
> 
> Maybe a former patch from me still there in your source tree?

Also cloned into a new one, but corrupt @75:


Thilos-Mac-mini:github borgmann$ git clone git://source.ffmpeg.org/ffmpeg.git FFmpegNew
Cloning into 'FFmpegNew'...
remote: Enumerating objects: 662389, done.
remote: Counting objects: 100% (662389/662389), done.
remote: Compressing objects: 100% (132367/132367), done.
remote: Total 662389 (delta 536006), reused 653667 (delta 528727)
Receiving objects: 100% (662389/662389), 130.66 MiB | 6.20 MiB/s, done.
Resolving deltas: 100% (536006/536006), done.
Checking out files: 100% (7728/7728), done.
Thilos-Mac-mini:github borgmann$ cd FFmpegNew/
Thilos-Mac-mini:FFmpegNew borgmann$ git am ../patches/vte/
0001-selfmade.patch
Re_ [FFmpeg-devel] [PATCH] libavcodec_videotoolboxenc.c_ add option to hevc encoder to prioritize speed. - Simone Karin Lehmann <simone@lisanet.de> - 2022-04-21 1742.eml
Re_ [FFmpeg-devel] [PATCH] libavcodec_videotoolboxenc.c_ add option to hevc encoder to prioritize speed. - Simone Karin Lehmann <simone@lisanet.de> - 2022-04-23 1431.eml
Re_ [FFmpeg-devel] [PATCH] libavcodec_videotoolboxenc.c_ add option to hevc encoder to prioritize speed. - Simone Karin Lehmann <simone@lisanet.de> - 2022-04-23 1431.patch
Thilos-Mac-mini:FFmpegNew borgmann$ git am ../patches/vte/Re_\ \[FFmpeg-devel\]\ \[PATCH\]\ libavcodec_videotoolboxenc.c_\ add\ option\ to\ hevc\ encoder\ to\ prioritize\ speed.\ -\ Simone\ Karin\ Lehmann\ \<simone\@lisanet.de\>\ -\ 2022-04-23\ 1431.eml
Applying: libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed.
error: corrupt patch at line 75
Patch failed at 0001 libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed.
hint: Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Thilos-Mac-mini:FFmpegNew borgmann$ git log -1
commit ce23794b91031162da365a0d389fd0330cdb9486 (HEAD -> master, origin/master, origin/HEAD)
Author: Paul B Mahol <onemda@gmail.com>
Date:   Sat Apr 23 19:09:30 2022 +0200

     avfilter/avf_showspectrum: filter support all channel counts



_______________________________________________
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".

  reply	other threads:[~2022-04-23 19:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <80886934-2099-4FE0-A95D-F9B6658F777F@lisanet.de>
2022-04-14  6:48 ` Simone Karin Lehmann
2022-04-14  8:13   ` Thilo Borgmann
2022-04-21 15:42     ` Simone Karin Lehmann
2022-04-22 16:24       ` Andreas Rheinhardt
2022-04-22 16:52         ` Thilo Borgmann
2022-04-23 12:31           ` Simone Karin Lehmann
2022-04-23 15:07             ` Thilo Borgmann
2022-04-23 15:42               ` Simone Karin Lehmann
2022-04-23 19:56                 ` Thilo Borgmann [this message]
2022-04-23 20:51                   ` Simone Karin Lehmann
2022-04-24 10:10                     ` Thilo Borgmann
2022-04-25 19:14             ` Rick Kern
2022-04-25 20:33               ` Simone Karin Lehmann
2022-05-01 17:31                 ` Simone Karin Lehmann
2022-05-01 18:25                   ` Richard Kern
2022-05-01 19:11                     ` Simone Karin Lehmann
2022-05-02 15:18                       ` Rick Kern

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=f69469f2-0555-5275-f243-0a4bf7aaf34a@mail.de \
    --to=thilo.borgmann@mail.de \
    --cc=ffmpeg-devel@ffmpeg.org \
    /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