avafinger

Results 251 comments of avafinger

Maybe you can refer to this: https://github.com/mripard/sunxi-mali/issues/54 I use r8p1 on H2+ that should work on H3 just fine. r8p1 works on A64 with kernel 4.4. There is a patch...

yep, fixed with: * back-ported DRM_FBDEV_LEAK_PHYS_SMEM from 4.20 to 4.19 (patch is attached on the thread) * set drm_leak_fbdev_smem on compile time (for some reason, passing in command line did...

Hi @horgh, Nice work. Any chance for you to revisit the code and improve it with audio any time soon? BR

@jakecoffman Thanks for the links but i really like his clean solution, it works very smoothly. I hope he gets motivated and can have a look at it again, I...

I tried to add support for audio but hit a wall, my **rtsp** looks like this: ``` Metadata: title : h264.mp4 comment : TAS-Tech Live Cast Duration: N/A, start: 0.000000,...

Muxed to mkv and now i have video and audio, unfortunately mkv is about 10% bigger in size than mp4. (without the audio and same condition). If anyone interested I...

Just for the record, a comment about the fix to @nomadbyte , i have been using the debugger with very good results with Geany 1.37 (git >= 5cc69b3d) . I...

@nomadbyte I will do as you suggested. There are many signal handlers there that might trigger some weird thing. By the way, your patch cannot be applied over the last...

@nomadbyte, I think i found the reason. The problem is with [Step into] and not [Step over] as i mentioned. Please, see if you can advise how to overcome the...

Yes, but the breakpoint is not in tcgetattr(). The s (Step into) wants the source. I would expect that gdb would just skip the sysdeps function if not found. The...