Gonzalo Garramuño

Results 45 issues of Gonzalo Garramuño

I have a video with 5.1 audio that plays in stereo only in DJV. I put a link to it here: https://mega.nz/file/bDgkFB7Y#qJWR3y_AMDd7KJf8BiA2JhEN-dJuAbZs7YrpNVL4DAc To see how it should play, play it...

bug

I am trying to load the avengers-endgame-trailer-2_h1080.mov and I get: RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:0,0), Device or resource busy. on Linux Ubuntu 20.04 LTS.

bug

A commit made the audio start late. When the audio was added with the -a flag, all was still good. I didn't do a bisect, but audio was fine at...

bug

Using play-glfw on a 4K mp4 movie takes tlRender about 4 seconds to start. With tlplay creating the thumbnails it is much worse and playback is not smooth at least...

bug

Feature request: Add scrubbing of timeline with audio.

enhancement

Not essential, but useful. Reverse playback with audio.

enhancement

This is a change to compile under windows (as static only) and fix the lexer to read doubles regarding of locale (checked on windows and linux, but not osx).

The first problem is that the constructor with ... is not recognized by the compiler. The problem appears on VC10, VC11 and VC12. [ 4%] Building CXX object lib/IlmCtl/CMakeFiles/IlmCtl.dir/CtlExc.cpp.obj CtlExc.cpp...

For building a proper DLL on windows, it is necesary to export all classes and public functions. That needs an .h file with exports like: # if defined(OPENEXR_DLL) ``` #if...

CtlInterpreter.cpp is missing several includes and uses the unportable lrand48() function. Here are the includes I had to add to make it portable. # ifdef _WIN32 ``` #include \ #include...