- 03 Nov, 2015 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Thomas Guillem authored
Since our SoXR audio filter use the soxr_clear function that is broken before 0.1.2.
-
Thomas Guillem authored
-
Thomas Guillem authored
The SoXR variable-rate engine is slower than the fixed one, so use it only when it's needed (when the input ratio is changing to catch up a delay).
-
Thomas Guillem authored
Keep it simpler, it shouldn't happen since we alloc an output buffer that is slightly bigger than expected (in order to have enough room for data that is held by SoxR).
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
These function will drain/flush the chain of filters of the audio output.
-
Thomas Guillem authored
pf_audio_flush will flush/reset the state of an audio filter. pf_audio_drain will drain an audio filter, it'll returns a block_t containing the drained output.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Deprecated by adaptative, which is also now jammed by filter. Drops specific MP4 forged smoo/stra hacks.
-
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 7 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.
-