ffmpegfs (2.17-1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 2.14-1 < 2.17-1.
- Git: https://salsa.debian.org/nschlia/ffmpegfs.git -b master
-
- Branch: master
- Path: debian/changelog
- Repo size: 5140480
- Browser: https://salsa.debian.org/nschlia/ffmpegfs
- Last scan: 2025-02-01 16:55:03+00
- Next scan: 2025-02-09 02:16:00+00
- Debian changelog in Git:
ffmpegfs (2.14-1) unstable; urgency=medium
* Bugfix: Closes #141: Improved memory management by allocating several times
the average size of allocations. This prevents obtaining tiny portions over
and over again. Additionally, after the file is opened, grab the entire
expected memory block rather than doing a tiny allocation initially,
followed by a larger allocation.
* Bugfix: Avoid race conditions that cause the inter-process semaphore
creation to fail for the second process.
* Bugfix: Issue #119: If a seek request is still open after EOF, restart
transcoding.
* Bugfix: Issue #119: To prevent frame/segment creation errors, the frame set
and HLS code has been updated.
* Bugfix: Avoid crashes during shutdown if cache objects have already been
closed.
* Bugfix: Issue #119: The AVSEEK_FLAG_FRAME set should be used to seek to
frames when building frame sets. Otherwise, output images may vary if
searched for or continuously decoded.
* Bugfix: The conversion of PTS to frame number and vice versa for frame sets
was incorrect if TBR did not equal frames per second.
* Bugfix: Fixed seek requests that are being ignored with frame sets.
* Bugfix: When transferring from cache to the Fuse buffer, avoid a possible
1 byte overrun.
* Bugfix: Issue #143: To avoid occasional EPERM failures, missing
synchronisation objects were added.
* Bugfix: Issue #144: To fix the crashes that may have been caused by them,
the variables impacted by a potential threading issue were marked as
"volatile."
* Bugfix: Closes:#1037653: Fix build with GCC-13
* Bugfix: Update docker build for Debian Bookworm
* Enhancement: Record milliseconds for every log event.
* Enhancement: make check: added a file size check to frame set tests.
* Optimisation: When reopening after invalidating the cache, the size remained
at 0. The original size is now once again reserved in order to prevent
reallocations.
* Optimisation: To avoid reallocations, save enough space in the cache buffer
to hold the entire frame set.
* Optimisation: Checking folders to see if they can be transcoded is
completely pointless. Directories are now immediately skipped.
* To avoid problems with logfile viewers, renamed built-in logfiles to
*_builtin.log (removing the double extension).
-- Norbert Schlia <nschlia@oblivion-software.de> Thu, 15 Jun 2023 22:01:32 +0200
- This branch is 6 commits ahead of tag v2.17
- Git log:
commit a5645b02020eaf901a35d846ad818e48f30706ff
Author: Norbert Schlia <nschlia@oblivion-software.de>
Date: Sun Jan 26 19:19:57 2025 +0100
Check if --profile and format versions are compatible
commit ff0caf3d83fa5558770eaac85804d524b5ed18f5
Author: Norbert Schlia <nschlia@oblivion-software.de>
Date: Sun Jan 26 19:18:00 2025 +0100
Fix several warnings
commit 4629655c659392750adbc54a8abc0bd678112334
Author: Norbert Schlia <nschlia@oblivion-software.de>
Date: Sun Jan 26 19:17:14 2025 +0100
Format
commit f6ca3fb7a67015b12302fc0e27ae4bacdbae11c5
Author: Norbert Schlia <nschlia@oblivion-software.de>
Date: Sun Jan 26 19:16:33 2025 +0100
Add --profile=itunes option for ALAC
commit 969063eae6dae679784471dfb56d21fd527828da
Author: Norbert Schlia <nschlia@oblivion-software.de>
Date: Sun Jan 26 19:08:35 2025 +0100
Ignore /.qtc_clangd/ und /CMakeCache.txt.prev
commit 593c47fe77dead6330557811b888db0a666e86d4
Author: Norbert Schlia <nschlia@oblivion-software.de>
Date: Fri Nov 29 08:30:50 2024 +0100
Removed download url containing outdated version