- 21 Oct, 2015 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No functional changes
-
Rémi Denis-Courmont authored
The mwait() call dereferenced a potentially no longer referenced picture (if the display was filtered).
-
Rémi Denis-Courmont authored
Change the audio device when the corresponding action is triggered, not when it is modified... This completely broke ALSA playback.
-
Rémi Denis-Courmont authored
This ensures that the default value ("default") for alsa-audio-device is listed as a possible choice.
-
Jean-Baptiste Kempf authored
-
- 20 Oct, 2015 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This shares the code between access_demux and demux cases.
-
Rémi Denis-Courmont authored
Many existing demuxers do not use the generic control helper providing those control queries. But as we now need to support those queries for manifest-based or asynchronous demuxers, this fallback becomes necessary. We could also just do ahead and implement the controls in all demuxers. Help yourself.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Some demuxers support seeking even if the underlying byte stream is not seekable (e.g. subtitles). Also some demuxers do not support seeking regardless of the underlying byte stream. So it makes more sense to check the status from the demuxer. Most demuxers just copy or forward the value from the byte stream. Note: if in doubt, a demuxer can always claim seek support, and eventually fail both DEMUX_SET_TIME and DEMUX_SET_POSITION. The seek is only used as a hint for user interfaces; it has no effects on the input thread as such.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also document them.
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
-
- 19 Oct, 2015 2 commits
-
-
Jean-Baptiste Kempf authored
This reverts commit fabb0362. For some reasons, this was breaking Android toolchains
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Oct, 2015 11 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme 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>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
- 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 8 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
-