- 03 Nov, 2015 3 commits
-
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 02 Nov, 2015 16 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
uses xml reader for encoding proofness now reuses and shares xml reader
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The PRI macros are used in some of the translated strings, so libintl needs to support them. Note that need-formatstring-macros nonobviously implies need-ngettext.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
And avoids creating stats from non http chunks (smooth)
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
delete connection manager last, streams will want to close unfinished downloads
-
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 2 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
(dash monosegment was broken) need to read large chunks for parsing atoms
-