- 29 Nov, 2013 4 commits
-
-
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 9 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
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
- 25 Nov, 2013 13 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
David Fuhrmann authored
ref #9957
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Even if should not have any impact during execution.
-
Francois Cartegnie authored
Seems some encoder reuses previous memory area for junk sections.
-
Francois Cartegnie authored
-
David Fuhrmann authored
close #9864
-
David Fuhrmann authored
-
Francois Cartegnie authored
While current spec doesn't make use of > WORD sizes, the code was following the spec and reading variable length up to 3 bytes precision and writing it to a (int *)... This patch fixes signedness too.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Should fix problems like #2243. After a seek, the updated position could be the keyframe position choosen by demux, and then lower than A.
-
- 24 Nov, 2013 1 commit
-
-
Felix Paul Kühne authored
-