- 30 Nov, 2013 11 commits
-
-
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 6 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
-
Francois Cartegnie authored
wrong fix for cid #1048729 bs_read in __MAX macro forwards read pointer twice
-
- 27 Nov, 2013 7 commits
-
-
Francois Cartegnie authored
Opus supports up to 255 channels
-
Francois Cartegnie authored
Something clearly wrong with that code, as pointed by coverity. Due to lack of samples using the old audio format 57 bytes is a guess regarding the previous boundary check.
-
Francois Cartegnie authored
-
David Fuhrmann authored
Stopping and restarting the audio unit or device might take a considerable amount of time. This leads to flushes, and the user notice a delay for resuming audio. Auhal does not have a better API for pause, so lets only play silence for now. This fixes resume delays with analog mode, and might improve delays for digital mode (through they are still occuring from time to time here). close #9536
-
Francois Cartegnie authored
div by zero in many places
-
Francois Cartegnie authored
If fp object was missing...
-
Francois Cartegnie authored
-
- 26 Nov, 2013 6 commits
-
-
David Fuhrmann authored
This is a manual revert of 878169fe, which is not needed anymore. Additionally, it fixes blayback with devices which are not fast enough for starting up. close #9886
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
damn ! cid 1132614/1132615
-