- 02 Nov, 2015 2 commits
-
-
Francois Cartegnie authored
Some smooth streaming implicit trun data offset are pointing to (seems) tfhd 1st byte, instead of moof, resulting of first samples pointing inside moof.
-
Francois Cartegnie authored
Better than late in-demuxer fix. reverts 8b269f94
-
- 01 Nov, 2015 12 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 4aeccbd7.
-
Rémi Denis-Courmont authored
The decoder thread no longer needs the lock to use the aout, only to modify the aout pointer.
-
Rémi Denis-Courmont authored
This removes the last direct (ab)use of the audio output object from the input thread, and the penultimate one of the video output object. This solves some race conditions whereby the output pause state was enabled by the input thread, while the decoder thread had decoded data blocks to queue for playing. Decoded blocks should never get queued during pause.
-
Rémi Denis-Courmont authored
There are no real functional changes here. At the first iteration, wait_acknowledge is no longer signaled upfront. Because the thread made no observable changes by that point, the signal had no effects anyway.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Also mark overriden function as virtual, for clarity.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 31 Oct, 2015 7 commits
-
-
Jean-Baptiste Kempf authored
-
Emeric Grange authored
AMB are just WAVE files with custom GUIDs to indicate 'Ambisonic B format' datas Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
autopoint needs the files in share/gettext. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
- bd_menu_call() uses different UO mask (this is fixed also in libbluray git). - bd_menu_call() stores last playback position. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
%p is only for pointers to void, not just any type of pointers. Due to variable arguments, there is no implicit conversion here.
-
Steve Lhomme authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Oct, 2015 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
(dash monosegment was broken) need to read large chunks for parsing atoms
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
If there is no secondary surface, and we're using opaque -> no blend, and no spu
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
This resampler supports 5 quality presets: from 0 to 4, 2 is the default and correspond to "mq". It supports integer and float samples. Performances are way better when this module is used as an "audio converter" (fixed sample rate). See http://lastique.github.io/src_test/ for comparison with speexdsp. It is deactivated for now.
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
Close #15781
-
Pierre Ynard authored
Fixes #15778
-
- 29 Oct, 2015 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids visual glitches when fullscreen mode is already enabled when the video window is created.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
These checked for the availability of vlc.var.inherit and preferred-resolution at the time they were introduced, for script compatibility with older VLC versions. By now it should be safe to assume it's always available.
-