Lukas Fleischer

Results 198 comments of Lukas Fleischer

> My two cents as a long-time user and occasional contributor: I feel that any use-case that requires repeated `import`s of the same input file would be much easily solved...

> More generally, I dont think I ever saw a credit card issuer that would not allow me to export at least the last year of transactions, but I suppose...

> Preprocessing is quite easy to do from hledger rules now. But even if cumbersome scripts are required, prototyping and validating the approach outside hledger first could be useful. I...

> Another edge case to consider is that banks may also randomly rename the description for old transactions between csv exports. I suppose it's up to the user to decide...

> The `avcodec_close()` function, previously used to close an `AVCodecContext` in FFmpeg, was deprecated and subsequently removed from the FFmpeg API. This removal occurred with commit `0d48da2db` around February 9,...

Thanks for the quick review! > This was deprecated just in ffmpeg7, and we support several older versions. Accordingly, this should be dependent on the ffmpeg version currently being used....

> That commit is ancient, but it appears it hadn't been merged until recently. If you look at `avcodec.h` even in [ffmpeg 6.0](https://github.com/FFmpeg/FFmpeg/blob/release/6.0/libavcodec/avcodec.h), you will notice that is missing. It...

> > That commit is ancient, but it appears it hadn't been merged until recently. If you look at `avcodec.h` even in [ffmpeg 6.0](https://github.com/FFmpeg/FFmpeg/blob/release/6.0/libavcodec/avcodec.h), you will notice that is missing....

@Lord-Kamina - If you need anything else from me here, please let me know!

> av_stream_get_side_data have to be replaced too with ffmpeg-8.0, no? Correct. I missed it because it was added more recently and wasn't in the latest release (which I had to...