]> git.nihav.org Git - nihav-encoder.git/commit
improve the process of queueing and retrieving packets
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 16 Mar 2025 17:51:50 +0000 (18:51 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 16 Mar 2025 17:51:50 +0000 (18:51 +0100)
commit69f7e674cd26ef988dac9ce6f76b47c3b38bfa50
tree511a0cbecde065e5dffe6a03bbd96a5b8ced1ccc
parent15fd30c7d0840b8d27b3846d9a4e541652c3e2ff
improve the process of queueing and retrieving packets

This should make it queue all packets (without losing them) and stop
at the right position without sending flushed packets after cut-off
to the muxer.

Additionally it should emprove encoding PCM audio.
src/main.rs
src/transcoder.rs