dwlsalmeida

Results 49 comments of dwlsalmeida

How is progress on this, especially with the release of PyTorch 1.0? Is there room to help still?

Hey @mariobehling This is semi-working. Might as well give it another go today. Did you try it out? I'd appreciate some feedback. _Sent from my Redmi Note 5 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_

@mariobehling @CloudyPadmal can I get someone to look this over? I have implemented a radio button that checks whether there's anything hooked up into the audio jack before playing the...

Hey that seems like a nice start! I am willing to work on that as soon as I get the project to build on my machine.

@ho-dor hey man are you already on it? I can find something else then !

![screenshot from 2015-10-26 17-19-27](https://cloud.githubusercontent.com/assets/11738710/10739826/e79df328-7c05-11e5-8a07-6b56b5286ef3.png) Basically mimics Windows' "show desktop" button Sorry if I didn't use the proper term...

Hi @Rua, Yeah I will change the names to match better then. If you want to, I can leave encoding out of this completely for now.

@Rua How do I get these? ``` #define VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_API_VERSION_1_0_0 #define VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_EXTENSION_NAME "VK_STD_vulkan_video_codec_h264_decode" ``` Is there anything I can use in order to index into `physical_device.extension_properties()` ?

@Rua It is used to create the video session: ``` let video_session_create_info = VideoSessionCreateInfo { queue_family_index: video_queue_family_index, video_profile: profile_info, picture_format: format.format, max_coded_extent: video_caps.max_coded_extent, reference_picture_format: format.format, max_dpb_slots: video_caps.max_dpb_slots, max_active_reference_pictures: video_caps.max_active_reference_pictures, std_header_version:...