| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Improve code structure and readability
|
|
Use the codec time base to determine if a MBAFF coded H.264 file is interlaced.
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
|
Code Clean up: Group Methods
|
|
|
|
|
|
|
|
https://www.matroska.org/technical/tagging.html#temporal-information
|
|
Currently, dates are parsed according to the local time, which results in potentially wrong data being stored in the database after normalizing to UTC - e.g. 2021-04-04 would be stored as '2021-04-03 22:00:00Z' and displayed in the UI as 03.04.2021.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Revert "Fix frame rate probing for interlaced MKV files"
|
|
This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2.
|
|
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add full stop at end of comments (SA1629)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|