* android oes video zero-copy and gles shader fixes * regenerate windows-rs by windows-strip * fix windows video freezes with MF on an MTA worker * regenerate windows-rs by windows-strip * MTA MF video, COM notify, YUV texture reuse * add local video file playback support to video-player example * NV12 Metal present, seek warm-up gate, YUV full range * fix Linux GStreamer video: A/V mute, HLS prepare, async teardown * no-op SelectVideoTrack/SelectAudioTrack on non-Linux backends * Linux ALSA/Pulse: bigger buffers, fix resample setup, report device rate * fix some warnings * Move XInput/DirectInput device discovery off the UI thread * fix GLSL unpack4u8 for GLES 3.0 (#version 300 es) * Linux GStreamer: DMA-Buf NV12 OES zero-copy, optional GLMemory path * Linux MediaPlugin: DMA-Buf NV12 and GLMemory zero-copy present APIs * Add Windows SourceReader DXGI NV12 zero-copy video path * fix build error * fix GLES: add highp precision for sampler2DArray in Linux shaders * playback speed support for android --------- Co-authored-by: jasonqiu <jasonqiuchen@outlook.com> Co-authored-by: jasonqiu <jasonqiu@futunn.com>
11 lines
307 B
TOML
11 lines
307 B
TOML
[package]
|
|
name = "makepad-example-video-player"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
|
|
robius-file-picker = "0.3"
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
robius-android-env = { version = "0.2", features = ["makepad"] }
|