- 04 Feb, 2015 15 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Fix deadlock when creating a new Media From Java MediaList. Indeed the libvlc_media_list can be already locked in that case.
-
Thomas Guillem authored
Wait for the event to be handled by java side before returning. It fixes event mismatch between java and jni, specially when inserting media at a specified index or when removing them.
-
Thomas Guillem authored
Clean TAILQ when the thread stop. Check if thread is alive before queuing a new event.
-
Thomas Guillem authored
-
Thomas Guillem authored
Use discoverNetworkShares to discover networks. More than one MediaDiscoverer can be used. See DISCOVER_LIST.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Geoffrey Métais authored
-
- 02 Feb, 2015 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 28 Jan, 2015 8 commits
-
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
- 27 Jan, 2015 3 commits
-
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
- 26 Jan, 2015 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 23 Jan, 2015 9 commits
-
-
Thomas Guillem authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
- split dialogs in children classes - handle sign for delay - work in µSeconds
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Thomas Guillem authored
This constructor was parsing a media and could take a long time. Replace it with a mrl constructor that don't parse a media. Indeed, MediaWrapper is only a wrapper and is often used in the UI Thread. It shouldn't do any parsing (but it still fetch data that is already parsed when constructed from a media). Add "// FIXME" for all media that are parsed in UI Thread.
-
Thomas Guillem authored
-