- 10 May, 2022 1 commit
-
-
Felix Paul Kühne authored
amrec is a synonym for MPEG TS used by certain camera systems. (cherry picked from commit 7072c155)
-
- 02 May, 2022 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 04 Apr, 2022 1 commit
-
-
Steve Lhomme authored
It's never used.
-
- 01 Apr, 2022 6 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
In order to update the duration when a media gets removed, similar to what was done for the number of tracks for #432
-
Hugo Beauzée-Luyssen authored
This allows use to react to convertion to/from external media Fix #432
-
Hugo Beauzée-Luyssen authored
Instead of manually updating when assigning a track to the genre. This allows us to update the number of tracks automatically when a media gets converted to external, mainly following a removal of the associated entrypoint. Refs #432
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 30 Mar, 2022 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #431
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 25 Mar, 2022 10 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This only ever caught false positive
-
Hugo Beauzée-Luyssen authored
This reverts commit 433593c5. This wasn't enough to fix the problem, as a refresh would: - Invoke flush, setting the flushed flag to true - Invoke restore, immediatly setting the flag back to false
-
Hugo Beauzée-Luyssen authored
This saves a bit of duplicated code in each template instantiation
-
Hugo Beauzée-Luyssen authored
This saves about 20KB in the resulting binary refs #430
-
Hugo Beauzée-Luyssen authored
Now that we don't have to manually time the request, we can just return the result directly
-
Hugo Beauzée-Luyssen authored
This prevents this common code to be generated for each variant, saving around 10KB in the resulting binary refs #430
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 24 Mar, 2022 4 commits
-
-
Hugo Beauzée-Luyssen authored
This doesn't cause a size loss, but it will prevent the same code from being built again and again from most files
-
Hugo Beauzée-Luyssen authored
This saves a bit of space in the resulting binary (about 30KB)
-
Hugo Beauzée-Luyssen authored
This doesn't save space but it prevents the code from being actually built from pretty much each other source file
-
Hugo Beauzée-Luyssen authored
This saves about 174KB in a release shared library
-
- 23 Mar, 2022 12 commits
-
-
Hugo Beauzée-Luyssen authored
Which fixes a constraint violation when removing a media that was bookmarked. Fix #429
-
Hugo Beauzée-Luyssen authored
The temporary table wasn't removed, which isn't an issue as it will go away when the database gets closed, but it breaks the migration tests
-
Hugo Beauzée-Luyssen authored
Sprinkling per-version modification isn't readable when there's more than a couple changes refs #429
-
Hugo Beauzée-Luyssen authored
Fix #425
-
Hugo Beauzée-Luyssen authored
Refs #425
-
Hugo Beauzée-Luyssen authored
This tests with more than a single track since the genre was deleted when the number of track reached 0
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #428
-
Hugo Beauzée-Luyssen authored
Those would cause the relation table rowid to be used, which is of no use to the application as the table is not publicly accessible
-
Hugo Beauzée-Luyssen authored
refs #428
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Always use include_directories instead of manually crafting paths. This also removed a use of deprecated `source_root` function
-