- 22 Jan, 2013 14 commits
-
-
Ilkka Ollakka authored
Flagging those PAT/PMT blocks enables us to segment ts-files so that each segment starts with PAT,PMT,Keyframes. Usable in livehttp-module.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
-
Rafaël Carré authored
Suggested-by: Rémi Denis-Courmont
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It seems to be better for the machines with lying power-improvement programs, like ASUS EPU-Engine
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Calling AllocConsole does not work all the time in Metro mode, and is supposed to be an undefined behaviour.
-
Jean-Baptiste Kempf authored
IPC and one instance depends on HWND and calls will fail.
-
Jean-Baptiste Kempf authored
"Windows Store App" are what we used to call Metro Apps, or Modern UI apps. They are apps without HWMD and without Console
-
Edward Wang authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
-
- 21 Jan, 2013 13 commits
-
-
Christophe Mutricy authored
pub 1024D/E58D1ADC 2013-01-21 [expires: 2014-02-03] Key fingerprint = 65F7 C6B4 206B D057 A7EB 7378 7180 713B E58D 1ADC uid VideoLAN Release Signing Key (2013)
-
Felix Paul Kühne authored
-
Rob Jonson authored
Use new function to declare user activity (from 10.7.3). This is the new official way to wake the display, rather than simply preventing display sleep. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Frédéric Yhuel authored
If we read all the stream but n bytes, 0 < n < 8, there's no point to try and read these n missing bytes. If we try to continue the parsing, MP4_ReadBoxCommon() would return 0, and VLC would fall back to avformat's demux while it is not necessary. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Denis Charmet authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 20 Jan, 2013 3 commits
-
-
Rafaël Carré authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 19 Jan, 2013 10 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This can often catch bugs in the plugin descriptors and modules core.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
audioqueue: don't use the main CFRunLoop for the (empty) data callback, but one of AudioQueue's internal threads Otherwise, we will encounter delays of up to 10 secs when stopping the AudioQueue
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This is mainly intended to be used as a slave input, e.g.: # vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
-
Rémi Denis-Courmont authored
-