darkfi
|
d1b94095a8
app: fix IVF AV1 YUV 420 vids to work on Android. Turns out the decoding thread had a race condition, so we do the header loading sync now to get the number of frames first before continuing. it hardly affects performance much at all.
|
8 months ago |
darkfi
|
a6d8104b97
Revert "Add iOS build and run support for the DarkFi app"
|
8 months ago |
darkfi
|
0e56d14013
app/vid: make video decoding fast now. turns out i just need release mode for rav1d
|
8 months ago |
x
|
6816feedeb
app: Update halo2 deps
|
8 months ago |
x
|
add9bb596c
chore: Update crate dependencies
|
8 months ago |
skoupidi
|
5d47358902
chore: updated sled-overlay to new version
|
8 months ago |
darkfi
|
2a26349ab5
app: add new video module, which contains IVF demuxer and YUV -> RGB color conversion. add rav1d branch with rust API to cargo.toml
|
8 months ago |
nighthawk24
|
7243212aee
Add iOS build and run support for the DarkFi app
|
9 months ago |
skoupidi
|
5d9bfe7507
chore: updated sled-overlay to new version
|
9 months ago |
skoupidi
|
346a3517bd
chore: updated sled-overlay to new version
|
9 months ago |
skoupidi
|
82ac85872c
chore: updated sled-overlay to new version
|
9 months ago |
epiphany
|
1f99bf931d
app: add fud plugin, add FileMessage to MessageBuffer
|
9 months ago |
darkfi
|
ece4e4d871
app: cargo update
|
9 months ago |
oars
|
06ac488ccb
bin/app: replace log with tracing
|
1 year ago |
darkfi
|
64b167e134
app: use upstream parley git repo, rework editor set_selection()
|
10 months ago |
darkfi
|
f5037e7d0d
app: use QOI files for video loading
|
10 months ago |
skoupidi
|
d0c49d24d0
chore: updated sled-overlay to new version
|
11 months ago |
darkfi
|
6e120f5217
app: cargo update + switch parley to fork temporarily
|
11 months ago |
darkfi
|
9ff8a28a73
app: cargo update
|
1 year ago |
darkfi
|
d0cdae7f94
app: video streaming threads and generating draw calls realtime streamed loading
|
1 year ago |
darkfi
|
a36dfb84e6
app: on linux allow specifying x11 or wayland backend explicitly using CLI args
|
1 year ago |
darkfi
|
af12bf8341
app: locale realtime switching and reloading UI
|
1 year ago |
parazyd
|
67f03c6713
app: Update Cargo.lock
|
1 year ago |
parazyd
|
fda2a84034
chore: Update dependencies
|
1 year ago |
darkfi
|
53ca281102
app: fix ALL warnings ;)
|
1 year ago |
parazyd
|
2e2de47c69
v0.5.0 release
|
1 year ago |
skoupidi
|
61c4b831e3
chore: updated sled-overlay to new version
|
1 year ago |
darkfi
|
7b9142a3f9
app: switch to narodnik miniquad for force_reload()
|
1 year ago |
parazyd
|
81f37b7b2a
chore: Update crate dependencies
|
1 year ago |
darkfi
|
a1a32db8d8
app/android: add a ForegroundService so the app stays awake and doesn't get killed when in the background (disconnecting the p2p network)
|
1 year ago |