- 07 Nov, 2017 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 06 Nov, 2017 3 commits
-
-
Rémi Denis-Courmont authored
-
Romain Vimont authored
The snapshot picture was created using picture_Copy(), which does not handle offsets. As a consequence, snapshots of cropped videos were broken. Use picture_Clone() (shallow copy) instead, then copy the crop settings from the format. Fixes #18970 Signed-off-by:
Romain Vimont <rom@rom1v.com> Acked-by:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
- don't match 2 possible slaves between each others - The slave name len should not be twice longer than the item name len. (avoid matching "2016 - blabla.aac" with "20.mkv" for example) The matching algorithm is still quite dumb and far from perfect. We should detect item as slaves only if they have a language indication in their path name. Fixes #18913
-
- 05 Nov, 2017 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 3767a33c.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This ensures that the dead event input is not missed. The condition variable was not used properly.
-
Rémi Denis-Courmont authored
Any started input will eventually emit the dead event if/when it ends. There are no needs to track the state event separately.
-
- 04 Nov, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Nowadays, multiple pictures might share the same buffers. Consequently the reference count of a single picture may be one even though there are other references to the same buffers through a different picture. Luckily picture_IsReferenced() is only really used in one place in stream output, and then it was only an optimization.
-
- 03 Nov, 2017 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 02 Nov, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
This reverts commit 34860e84. Opening the keystore might trigger a user action while this is meant to be a silent operation, especially if the service we're connecting to doesn't require credentials
-
- 30 Oct, 2017 7 commits
-
-
Hugo Beauzée-Luyssen authored
This was preventing known credentials to be used on first connection, causing 2 connection attempts where 1 would have been enough
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
This could cause a high priority subtitle to be not displayed if a previous low priority subtitle was added.
-
Salah-Eddin Shaban authored
If no sub track has already been selected via sub-file or autodetection. Close #18897 Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 28 Oct, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Oct, 2017 1 commit
-
-
François Cartegnie authored
-
- 26 Oct, 2017 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 25 Oct, 2017 2 commits
-
-
François Cartegnie authored
-
Salah-Eddin Shaban authored
This also fixes "Small G with Cedilla" on both 6937 and 6937-2. Fixes #18361 Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 21 Oct, 2017 1 commit
-
-
François Cartegnie authored
triggers incorrect sar / subpicture size when sar is set (scaling down)
-
- 17 Oct, 2017 4 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Oct, 2017 4 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
Used to force extractors to flatten their file listing (done automatically by vlc_readdir_helper helper).
-