Daniel Kamil Kozar

Results 22 issues of Daniel Kamil Kozar

ffmpeg's examples/avio_reading.c does that as well, and looking through that file's history reveals that this return was added in 2017. I presume something must've changed in libav* internals but this...

Opening any d2v file (generated with either dgindex or d2vwitch) causes vspipe/vsedit to go into an endless loop. Just calling `d2v.Source` is enough to trigger this : ```python import vapoursynth...

Bytewise methods for CRC calculation have much better performance, as I've recently shown [in a very simple benchmark](https://gist.github.com/xavery/fb7ea088334091791b2ecf3c0d71e92d), though for a different polynomial. Here's some [proof of concept code](https://gist.github.com/xavery/2b3e789fdb647207dcc255cbcaf0f752) which...

Hi there. I wanted to use the importer with this month's dump, and ran into some problems along the way. The CSV files were generated by the C# converter. PostgreSQL...

The UI currently uses the `trackLV` member as the central point of information about all the available tracks, and `inputFilesLV` for information on the input files. This means that a...

enhancement

Tested on 258faf36233983c39c423e7ab7f4225009cf1b3e. Steps to reproduce : 1. Load and verify a single-file torrent, say `foo.bin`, in a Transmission session. 2. Create a folder `foobar` and create a symlink called...

bug
scope:core
pr welcome

Hi, I'm the maintainer of a fork of Transmission Remote GUI, also known as transgui. (https://github.com/xavery/transgui) I'd like to put forward a proposal to implement the Transmission RPC API in...

The implementation of `File_Mpeg_Descriptors::Get_DVB_Text`, which is the central point for converting a "DVB string" representation to the internal `Ztring`, only supports ISO-8859-2 and calls `Get_Local` (which ends up using `CP_ACP`...

enhancement