- Apr 18, 2018
-
-
Steve Lhomme authored
This way we know from the description that the combined UV plane needs to be a multiple of 2 and we have the proper width for the line (2/2 instead of 1/1 of the original size)
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Apr 17, 2018
-
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
-
François Cartegnie authored
-
Thomas Guillem authored
- aout_RestartRequest() was not called because of a NULL sys->acquired_device, - DeviceRestartLocked() was not called from Start() because of the early sys->dev check, - sys->acquired_device was not reset to NULL (when switching from 1 to 0 devices). Reminder: sys->dev and sys->acquired_device are NULL if the aout is opened without any audio devices plugged.
-
Thomas Guillem authored
Check the return value of the DeviceRestartLocked() function (returns 0 if sys->dev is valid).
-
Steve Lhomme authored
Fixes #20303
-
Thomas Guillem authored
Apple confirmed that there is (no more) passthrough support on iOS/tvOS.
-
- Apr 16, 2018
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
Most of the info we used to extract isn't required anymore This is now using path instead of URI, this way we will use a path when calling path2uri back when loading the subtitle, which fixes the convertion, and fixes loading subtitles on windows. Fix #20114
-
Hugo Beauzée-Luyssen authored
Don't attempt to generate the hash by downloading the entire media in case the stream isn't seekable.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
To be able to delete files using an utf8 path
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
This reverts commit 82f64998. For now...
-
Rémi Denis-Courmont authored
Moves calls to stream_FilterAutoNew() out of stream_AccessNew(). No overall functional changes.
-
Rémi Denis-Courmont authored
(like is being done for access for a while)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
The U/V lines of 4:2:0 chroma are divided by 2. But if the height is an odd number we end up missing the last line for these planes. Fixes #20290
-
Steve Lhomme authored
Fixes #20288
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
-
Thomas Guillem authored
This also fixes the stereo-mode being forgotten when the decoder thread reload its decoder module and aout. If the requested stereo-mode is not available, fallback to the default one, but keep this mode for next inputs. That is why the requested_stereo_mode intermediate variable is needed.
-
Thomas Guillem authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
Fixes #20285
-