- 05 Sep, 2009 25 commits
-
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
This patch adds the following keywords for skins developpers : - vlc.canRecord (boolean / refers to can-record) - vlc.isRecording (boolean / refers to record) - vlc.toggleRecord() (function / toggle recording) - vlc.nextFrame() (function / next frame)
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
Sending one frame per block had way to high CPU overhead.
-
Jakob Leben authored
In some circumstances QTreeView does not behave properly if the column index 0 can hide/reappear. Precisely, when column 0 is hidden and an item get's subitems, those subitems can not be D&D-ed. If column 0 is then unhidden, trying to D&D the subitems will fail or result in unexpected behaviour.
-
Jakob Leben authored
So that tree branches appear on it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Currently, detection is done at build time. Feel free to add run-time detect if you know how.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
While VFP/NEON do support floating point instructions, they appear to be noticeably slower than fixed point.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
You don't want it to be selected automatically.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Andy chenee authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This seems about twice as fast.
-
Marian Ďurkovič authored
(Closes: #2718) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Pointed-out-by: Marian Ďurkovič <md@bts.sk>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
Else we won't have any lua scripts.
-
- 04 Sep, 2009 10 commits
-
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Felix Paul Kühne authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
freetype: LucidaGrande is stored in a different format in Snow Leopard and therefore at another location
-
Felix Paul Kühne authored
-
Marian Ďurkovič authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
I must have done something wrong with my VIM.
-
Marian Ďurkovič authored
input is used. When stream_Read was used alone, it read 1316 bytes from the RTP input add added garbage upto DUMP_BLOCKSIZE. With stream_Peek it works as expected and also makes the whole demuxdump faster. Signed-off-by: JP Dinger <jpd@videolan.org>
-
- 03 Sep, 2009 5 commits
-
-
Pierre d'Herbemont authored
-
Laurent Aimar authored
DEMUX_GET_PTS_DELAY must not fail for an access_demux.
-
Laurent Aimar authored
The aout core use a hack to avoid useless memcpy: the buffer in which to mix is the same as the one in the first active input fifo.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Contrary to swscale(?), those plugins call avutil directly
-