- 02 Dec, 2013 1 commit
-
-
Rémi Duraffort authored
-
- 01 Dec, 2013 3 commits
-
-
Gaurav Pruthi authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maxim Bublis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
Now callbacks are thread-safe and don't block UI thread while calculating coefs again. Also remove callbacks on Close.
-
- 30 Nov, 2013 21 commits
-
-
Francois Cartegnie authored
button might be unmatched
-
Francois Cartegnie authored
GetMainName() can return a pointer to temporary string::
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
Set time base on fps=25 as some codecs need it to be set (atleast DIV3).
-
Ilkka Ollakka authored
mpeg-based codecs seems to require this to be able to produce ~cbr output. Should Fix #8239 and #9983
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 29 Nov, 2013 10 commits
-
-
Felix Paul Kühne authored
-
Ludovic Fauvet authored
-
Tristan Matthews authored
-
Tristan Matthews authored
Without the INT64_C, ES_OUT_SET_PCR was being called with garbage values (when not on 64-bit systems). Refs #9828
-
Ludovic Fauvet authored
The current state of our NSIS installer doesn't support per-user installation and needs a major rework to do so, therefore the user is required to have admin privileges to install VLC. Still, RequestExecutionLevel was set to 'user' to be able to drop privileges when launching vlc.exe at the end of the installation but this was improved since (90496f23) and confirmed by the accesschk tool. However requesting user execution level makes the unpacking occurs twice: once with the user level and once after elevation. Requesting admin permissions fixes the unpacking issue while still being safe when launching VLC after the installation on XP and above.
-
Ludovic Fauvet authored
During silent installations (/S) the installer will automatically kill (without warning) any running instance of VLC before copying files. Silent updates should now work using the flags /S /update.
-
Ludovic Fauvet authored
The plugin is a NSIS helper used to find and kill a running process. It is licensed under the same terms as NSIS (zlib/libpng).
-
Jean-Baptiste Kempf authored
-
Felix Abecassis authored
Unnecessary (defined in vlc_common.h) and omitting the second operand is a GNU C extension. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
- 28 Nov, 2013 5 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
No need to call stream_Size and divide by 0
-
David Fuhrmann authored
add zoom menu item, rename minimize window to minimize, and move close window to the open menu close #9394
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
- Use the new VLCDragDropView for both CAS and main window drop zone. This implements a drop highlight border the same way as in playlist view. - Remove Brushed Metal Image view and its own drop implementation. When having a image view inside a drop zone, you need to use VLCDropDisabledImageView which disables the own drop handling of NSImageView. - Removed more unneeded drop implementations for subviews from CAS
-