Lattice 0

Results 149 comments of Lattice 0

@YoRyan first of all, thanks, just tested this solution and is much faster via local ssh forwarding over my local network. Unfortunately the devcontainer plugin still does not work. For...

just tested on Galaxy Tab S9 Ultra. Control Shift Alt C indeed makes the cursor appear, but then I cannot click on anything (cliking has no effect when mouse is...

I created the `parse2` function: https://github.com/zmwangx/rust-ffmpeg/compare/master...lucaszanella:master but it's a sketch, I didn't even run it yet. That's because `av_parser_parse2` expects you to pass pointers, then advance them. I'm thinking of...

I'm also adding support for compilating against ffmpeg with vdpau, which also have some modificaitons on the rust-ffmpeg-sys repo, I'll post later. That's why there's some stuff on build.rs

@zmwangx I agree with you, it's not good like this. But I tried creating the parser separatedly: https://github.com/lucaszanella/rust-ffmpeg-1/blob/25fb006cc6caa5d35131009d3f7ba44ec9bb68f1/src/codec/parser/context.rs#L28 https://github.com/lucaszanella/rust-ffmpeg-1/blob/25fb006cc6caa5d35131009d3f7ba44ec9bb68f1/src/codec/parser/parser.rs When I realized I'd need to keep, inside parser, a `RefCell`...

Just had to do all this. For anyone with problems, just look at my file tree: https://github.com/lucaszanella/jscam/tree/ff5cd76caae3ff92a4a9d3d6ff585c6f1c0ca8d8/src/jscam Also would be good to update this info on this repo because react-native...

You can, but you have to add the option to make it exclusive one or another

Yes. Context: we can have python sources with custom functions and call them with arguments, instead of running them. Currently we have to import the python source file. Some applications...