[vlc-commits] audiotrack: fix crash

2015-03-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Mar 5 17:17:50 2015 +0100| [d693e502b56d6845ddaa4703d9c8092edbcd0349] | committer: Jean-Baptiste Kempf audiotrack: fix crash Create the thread after p_aout-sys is set. Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] audiotrack: Fix deadlock with Android 4.4.2, 4.4.3 and 4.4.4

2015-03-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Mar 5 19:03:33 2015 +0100| [aa1daf01062dcd5fa427fa14c678d558930b7651] | committer: Jean-Baptiste Kempf audiotrack: Fix deadlock with Android 4.4.2, 4.4.3 and 4.4.4 see https://code.google.com/p/android/issues/detail?id=65807 see

[vlc-commits] audiotrack: fix play wait delay

2015-03-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Mar 5 19:03:31 2015 +0100| [ad5b2e3ca73b343c9def5325928197318498b1e4] | committer: Jean-Baptiste Kempf audiotrack: fix play wait delay Don't postpone delay when a command is received. Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] audiotrack: move variable in good scope

2015-03-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Mar 5 19:03:30 2015 +0100| [c65d83da3936d86cd8baae478b0688975946d93a] | committer: Jean-Baptiste Kempf audiotrack: move variable in good scope Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] audiotrack: wait more when internal buffer is full

2015-03-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Mar 5 19:03:32 2015 +0100| [8770588670798b80daa16be57f830fed69d40791] | committer: Jean-Baptiste Kempf audiotrack: wait more when internal buffer is full Less CPU usage. Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] macosx: Fix index out of bound crash in open dialog

2015-03-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann dfuhrm...@videolan.org | Thu Mar 5 19:13:58 2015 +0100| [60a30462b2524fece671d2463917dd55379b824e] | committer: David Fuhrmann macosx: Fix index out of bound crash in open dialog This happend when multiple audio devices with the same name are connected.

[vlc-commits] macosx: Fix index out of bound crash in open dialog

2015-03-05 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann dfuhrm...@videolan.org | Thu Mar 5 19:13:58 2015 +0100| [78054320f888f02752fbb72ca67f983e998feca5] | committer: David Fuhrmann macosx: Fix index out of bound crash in open dialog This happend when multiple audio devices with the same name are

[vlc-commits] macosx: fix rare crash in VLCTimeField

2015-03-05 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann dfuhrm...@videolan.org | Mon Mar 2 22:45:03 2015 +0100| [43bb985ebefaf270f1315bd3960172725b412cd9] | committer: David Fuhrmann macosx: fix rare crash in VLCTimeField initWithFrame: is not always the designated initializer, thus the object got