whatdoineed2do
whatdoineed2do
Thanks for the input Robin As `exiv2` is allowing external XMPsdk builds I think options are limited. Initial thoughts would be to wrap any statics in an `Exiv2` namespace as...
I was working on another project recently that had to deal with building against ffmpeg 4 and 5 so this is still fresh in my head - raised PR for...
The migrations were based on ffmpeg's updates to their examples, although i'm aware that their examples are not 100% perfect > * The ifdefs are fine, but why is the...
> The ffmpeg docs say you are not allowed to copy AVChannelLayout via assignment, see https://www.ffmpeg.org/doxygen/trunk/structAVChannelLayout.html I guess you're referring to? ``` @@ -345,7 +345,6 @@ stream_settings_set(struct stream_ctx *s, struct...
> I'm unsure if the tests for missing channel layout are still relevant. i thought about that - the code requires the `channel_layout` to be valid for the filter graph...
rebased with master and updated `rcp` module @frankusb - repull and reset hard on this one and it'l work
It seems like this fix works in `Dacp_queueitem_add` ``` player_get_status(&status); db_queue_get_count(&count); // this if (mode == 3 && count > 0) ret = db_queue_add_by_queryafteritemid(&qp, status.item_id); else ret = db_queue_add_by_query(&qp, status.shuffle,...
Fixed in https://github.com/ejurgensen/forked-daapd/pull/840
Thanks for that - I was so tunnel visioned on the artwork piece i missed that rather large problem! I've given this a wider stress test today and it appears...
@ejurgensen @chme Is there any comments for this PR? I've had this on my own branch for a while and its been fine - I use it most on a...