The Wayback Machine - https://web.archive.org/web/20200527043748/https://github.com/topics/multimedia
Skip to content
#

multimedia

Here are 333 public repositories matching this topic...

xmha97
xmha97 commented Sep 5, 2019

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode

Expected Behavior

Here is a clear and concise description of what was expected to happen:

Actual Behavior

Possible Fix

To Reproduce

Steps to reproduce t

JonathanILevi
JonathanILevi commented Jul 2, 2019

The documentation does not have a key code for the numberpad dot. Is this intentional? It comes up as Unknown when it is pressed. The same is true for the numlock and capslock key although this kinda makes sense.

Shouldn't there be a NumpadDot key code?

manang
manang commented Mar 4, 2020

QtAV, Qt version and platform

QtAV: 0307c17
Qt: 5.13.2
iOS

Reproduction steps

qmake rc/QtAV "target.path = ${BASE_DIR}/qt/Qt/5.13.2/ios" "CONFIG+=no-example"
make
make install

Expected behavior

success after make install

Actual behavior

error

Log file

mkdir: /usr/share/doc/QtAV_debug: Operation not permitted
make[2]: *** [install_share] Error 1

Sa

maxsharabayko
maxsharabayko commented Apr 30, 2020

FEC and packet filter documentation currently lacks information about how two parties negotiate packet filter configuration.

if side A does not specify any packet filer, but side B does, then side A just accepts the configuration from side B.

If both sides specify different filter types, the connection is rejected.
For FEC, at least the number of columns has to be specified. This will enabl

gpac
RodolpheFouquet
RodolpheFouquet commented Apr 22, 2020

Hey everyone,

While compiling GPAC with GCC 9, I encountered the format-overflow warning in multiple places, for example here: https://github.com/gpac/gpac/blob/master/src/utils/os_config_init.c#L610

gui_path is 4096 bytes max, and so is szPath.

So sprintf(gui_path, "%s%cgui.bt", szPath, GF_PATH_SEPARATOR) can be, at most:

  • 4095 bytes (szPath minus its termination char)
  • plus 1 byte
Keruspe
Keruspe commented Aug 7, 2018

Currently, plugins are either hard-enabled or auto-magically enabled depending on the presence or absence of some libraries at compilation time.
It would be great to have actual switches like -Dsdl=true which would fail if sdl is not present and -Dsdl=false which would disable the sdl plugin event if sdl is available.

xd009642
xd009642 commented Oct 22, 2019

So I'm quite interested in AV applications and generally replacing libav code with rust but there's a lot of projects in the rust-av organisation and it can be hard to see where to go to find how mature different parts are. The embedded working group seemed to solve this through the embedded newsletter and also a presence on the official and unofficial rust discords.

Alternatively, I can just s

Improve this page

Add a description, image, and links to the multimedia topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multimedia topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.