- 27 Nov, 2013 4 commits
-
-
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 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: show 'pause iTunes' option in a more accessible place since it is being asked for a lot (close #9954)
-
- 23 Nov, 2013 10 commits
-
-
Ilkka Ollakka authored
Use deinterlace etc filter output to input as user defined video filters and make sure visible width/height is defined for that.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
David Fuhrmann authored
No functional change.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Allow audio pts fluctuate within drift limits as we calculate the drift related to master sync time anyway.
-
Maxim Bublis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Maxim Bublis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
-