notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/av1an/files/patch-ffmpeg

Number of commits found: 5

Monday, 13 Mar 2023
11:44 Jan Beich (jbeich) search for other commits by this committer
multimedia/av1an: update to 0.4.1

Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.1
Reported by:	GitHub (watch releases)
commit hash: eb4e80c6bbbf71887d362b91d6d2f0060214e535 commit hash: eb4e80c6bbbf71887d362b91d6d2f0060214e535 commit hash: eb4e80c6bbbf71887d362b91d6d2f0060214e535 commit hash: eb4e80c6bbbf71887d362b91d6d2f0060214e535 eb4e80c
Friday, 6 Jan 2023
17:00 Jan Beich (jbeich) search for other commits by this committer
multimedia/av1an: update to 0.4.0

Changes:	https://github.com/master-of-zen/Av1an/releases/tag/0.4.0-release
Reported by:	GitHub (watch releases)
commit hash: 60f731e91c8865569a580fec7a867e0316e707ab commit hash: 60f731e91c8865569a580fec7a867e0316e707ab commit hash: 60f731e91c8865569a580fec7a867e0316e707ab commit hash: 60f731e91c8865569a580fec7a867e0316e707ab 60f731e
Sunday, 20 Feb 2022
13:36 Jan Beich (jbeich) search for other commits by this committer
multimedia/av1an: merge ffmpeg fix from f6e17b1726ba into one file

In my Rust-based ports patches are usually split "by topic" (large
changes) or "by crate" (many small changes). The important details
are "whether/when it landed upstream?" and "what error is being fixed?"
commit hash: e337ba9d6725bb7950c83e26453c7a499218e440 commit hash: e337ba9d6725bb7950c83e26453c7a499218e440 commit hash: e337ba9d6725bb7950c83e26453c7a499218e440 commit hash: e337ba9d6725bb7950c83e26453c7a499218e440 e337ba9d
Saturday, 4 Dec 2021
21:10 Jan Beich (jbeich) search for other commits by this committer
multimedia/av1an: unbreak on aarch64/armv[67]/powerpc*

error[E0308]: mismatched types
   --> cargo-crates/ffmpeg-next-4.4.0/src/util/error.rs:205:7
    |
205 |     [[0_i8; AV_ERROR_MAX_STRING_SIZE]; 27];
    |       ^^^^ expected `u8`, found `i8`
    |
help: change the type of the numeric literal from `i8` to `u8`
    |
205 |     [[0_u8; AV_ERROR_MAX_STRING_SIZE]; 27];
    |       ~~~~

Reported by:	pkg-fallout
commit hash: ed0b385925b94634779c0c7cebeeee09048df653 commit hash: ed0b385925b94634779c0c7cebeeee09048df653 commit hash: ed0b385925b94634779c0c7cebeeee09048df653 commit hash: ed0b385925b94634779c0c7cebeeee09048df653 ed0b3859
Monday, 8 Nov 2021
17:33 Jan Beich (jbeich) search for other commits by this committer
multimedia/av1an: add new port

Av1an is a cross-platform framework to streamline encoding, providing
an easy way to start using AV1 / HEVC / H264 / VP9 / VP8 encoding.
AOM, RAV1E, SVT-AV1, VPX, x265, x264 are supported.

 ## Main Features

Splitting video by scenes for parallel encoding because AV1 encoders
are currently not very good at multithreading and encoding is limited
to a very limited number of threads.

- Vapoursynth script input support.
- Speed up video encoding.
- Target Quality mode. Targeting end result reference visual quality.
  VMAF used as a substructure
- Resuming encoding without loss of encoded progress.
- Simple and clean console look.
- Automatic detection of the number of workers the host can handle.
- Both video and audio transcoding.

https://github.com/master-of-zen/Av1an
commit hash: c1bbadf1de99e7573c713cb4f42febe9ef7fb9bc commit hash: c1bbadf1de99e7573c713cb4f42febe9ef7fb9bc commit hash: c1bbadf1de99e7573c713cb4f42febe9ef7fb9bc commit hash: c1bbadf1de99e7573c713cb4f42febe9ef7fb9bc c1bbadf

Number of commits found: 5