- 18 Apr, 2018 23 commits
-
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
This commit fixes a regression from 22776daa29914cf56c346241f89682d5707ffef7
-
Thomas Guillem authored
And fix buf_size calculation.
-
Hugo Beauzée-Luyssen authored
ie. when trying to add subtitle for non local files
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
oggds uses 0 on first frame :/
-
Zhao Zhili authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Introduced by c3e4633e
-
Steve Lhomme authored
-
Thomas Guillem authored
Since it can be mp2 codec that is not supported by chromecast devices.
-
Thomas Guillem authored
Since this is the last vout in priority (comes after OpenGL), this vout should accept ever projection modes (even if it won't be displayed correctly).
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
We round the value to the upper multiple first and then multiply and divide it. Otherwise with semiplanar we end up with odd values for an even source.
-
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
Do do this we need to know that NV12 requires 2 octets per UV pixel which was not possible with the 1/1 height fraction.
-
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
-
- 17 Apr, 2018 7 commits
-
-
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.
-
- 16 Apr, 2018 10 commits
-
-
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
-