- May 25, 2020
-
-
Mehdi Sabwat authored
wip: audio_worklet delete ringbuf.js Working prototype of the emscripten audio output using an audioWorlet wip: fix audio module for firefox nightly
-
mehdi authored
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
svn and git instances seem to be have been taken down in favor of gitlab. This patch also deletes overwriting ogg headers (because of 8886a280 in tremor).
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
The module contains a window module that sets the window type and a gl es2 submodule implementing webgl function calls. Co-authored-by:
Etienne Brateau <etienne@videolabs.io>
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
The build system assumes OpenGL functions are implemented if the headers are defined. Which is wrong, so we need to disable the HAVE_GL marker.
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
clock_nanosleep() is not supported in emscripten Implementation from : https://code.woboq.org/userspace/glibc/sysdeps/unix/clock_nanosleep.c.html
-
Mehdi Sabwat authored
-
Mehdi Sabwat authored
posix/sort.c won't be added because qsort_r is not supported.
-
Brateau Etienne authored
-
Mehdi Sabwat authored
We need to specify the pthread flag for compilation and linking, otherwise tests will fail.
-
Mehdi Sabwat authored
set toolchain variables in bootstrap and main.mak Co-Author: Etienne Brateau <etienne.brateau@gmail.com>
-
- May 19, 2020
-
-
David authored
This is a module used for both iOS as well as macOS, so it should only use frameworks available on both platforms. And in fact, linking against Cocoa is not necessary for macOS as well.
-
Konstantin Pavlov authored
-
Pierre Lamot authored
otherwise the interface stays fullscreen when the video ends
-
Pierre Lamot authored
QML UI is injected from MainUI and Video integration is handled by the compositor
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
Add KHRONOS_STATIC to allow static linking on Windows.
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
QVoutWindow functionalities will be superseded by the compositor
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
the variable points to the MainInterface and not its actual window
-
Pierre Lamot authored
-
Alexandre Janniaux authored
Without CONFIG_DEBUG set, libvpx is calling `$(STRIP) --strip-debug` on the final library and removes the debug symbols from it. With the variable set, it becomes a simple copy operation. In addition, debug symbols should be enabled for all builds since we strip in the end, so as to have the debug symbols in a separate file when doing releases. In case we build with optimization, remove the assertions.
-
Alexandre Janniaux authored
MP4_BoxGet doesn't need a dedicated format for the given index.
-
Alexandre Janniaux authored
The size of hashes are fixed so there is no need for str functions, as otherwise strncpy complains about having the destination size equal to the given size with fortify.
-
Alexandre Janniaux authored
Size is an uint64_t because of vlc_stream_GetSize, not a size_t.
-
Alexandre Janniaux authored
AudioUnit framework is not found on iOS and is not needed on MacOSX.
-
Alexandre Janniaux authored
Remove AudioUnit framework as it is not found on iOS and only AudioToolbox is needed. In addition CoreServices cannot be linked for the iOS/tvOS targets as it is available starting with iOS/tvOS 12.0+.
-
Alexandre Janniaux authored
Fixes the following undefined references: "_OBJC_CLASS_$_NSNotificationCenter", referenced from: objc-class-ref in ios.o "_OBJC_CLASS_$_NSThread", referenced from: objc-class-ref in ios.o "_OBJC_CLASS_$_NSValue", referenced from: objc-class-ref in ios.o
-
Alexandre Janniaux authored
There were no LDFLAGS for iOS/tvOS and vt_utils were not compiled but linking worked because videotoolbox was linked in the final static library archive.
-
Alexandre Janniaux authored
Cocoa doesn't exist on iOS and tvOS.
-