- 17 Oct, 2015 3 commits
-
-
Marvin Scholz authored
The patch comments out logging which causes a warning log message when setting the growl bridge delegate to nil. This is a problem, as we need to set it to nil, so that the growl bridge will release our delegate. Else it will never be released and dealloc will not get called. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Marvin Scholz authored
This adds native OS X user notifications as fallback, if Growl is currently not running. Those native notifications are only available on 10.8+, therefore some preprocessor conditionals prevent that this breaks 10.7 compilation. There is no explicit check if the class is available as it should be on all 10.8 systems. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
Some servers don't provide a playlist of their channels, so we need to download the list for the chosen satellite from the web and process it accordingly
-
- 16 Oct, 2015 14 commits
-
-
Pierre Ynard authored
soundcloud.lua is no longer the trivial example it was before
-
Pierre Ynard authored
Complete rewrite due to website changes. Based on reverse engineering by Daniel Ekmann, thanks!
-
Francois Cartegnie authored
Otherwise fails special parenting checks ex: in ATOM_meta reads
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Because of course TRACKNUMBER can be xx or xx/xx, and then depending on the result we need TRACKTOTAL and TOTALTRACKS
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 15 Oct, 2015 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 14 Oct, 2015 10 commits
-
-
Ludovic Fauvet authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 13 Oct, 2015 9 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This reverts commit 5e36cb2c.
-
Ilkka Ollakka authored
This reverts commit 48a867c7. Revert for futher checking
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
If blocks are marked BLOCK_FLAG_DISCONTINUITY then do not drop them, unless BLOCK_FLAGS_CORRUPTED is set. Instead flush old blocks from decoder queue and restart at this new stream access point (new timeline). Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
Do not drop blocks with BLOCK_FLAG_DISCONTINUITY, but do drop blocks with BLOCK_FLAG_CORRUPTED. Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-