- Feb 09, 2015
-
-
Rémi Denis-Courmont authored
This reverts commit 812425ba.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix dependency on codec/h264_nal.lo
-
François Cartegnie authored
-
François Cartegnie authored
Sounds like a broken encoder (growing frame size from N-1 to N twice)
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
refs A-codecs/DTS/dts/dtswavsample16.wav
-
François Cartegnie authored
refs A-codecs/DTS/dts/dtswavsample16.wav
-
- Feb 08, 2015
-
-
François Cartegnie authored
This reverts commit 1f0c9de8.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This comes from src/misc/messages.c with new code.
-
Rémi Denis-Courmont authored
-
IDirect3DDevice9_Present() creates an event like this: \Sessions\1\BaseNamedObjects\DwmDxBltEvent_a7045e But it isn't closed with IDirect3DDevice9_Release(), only explicitely destroying the video window closes the event handle. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is what the tests expect, and was the final status before the merge of ABORT and DEAD input events. In fact, libvlc_Stopped does not really correspond to anything: it has no STOPPED_S equivalent in the input thread state. The only way to reach it is to call libvlc_media_player_stop() explicitly. Regardless, lets keep it for backward compatibility.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This potentially allows generating the plugins cache on-the-go - there is no more need to know the total number of plugins ahead of time.
-
Rémi Denis-Courmont authored
Also fix module cache loading if int and uint32_t have different sizes.
-
Rémi Denis-Courmont authored
(as opposed to reaching premature end-of-file)
-
Rémi Denis-Courmont authored
To initialize logging, we typically need configuration and command line parameters. And using modules would also be nice. But we also want to emit log messages while initializing the configuration and the modules bank. This is a catch-22. To work around the problem, we store the early log messages in a temporary list, and drain the list later once logging is configured. (Also fix a minor integer overflow involving atoi().)
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- Feb 07, 2015
-
-
François Cartegnie authored
-