- 24 Oct, 2015 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This groups the demuxer with its stream and stream filters. This is also required (but not sufficient) to supply separate options to slave sources than the master source.
-
Rémi Denis-Courmont authored
Also merge InputSourceClean() and free().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Salah-Eddin Shaban authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
This will close #5353 #2336 #4973 #5123 #5144 #5847 #7729 #7990 #8641 #12141 #12432 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Oct, 2015 16 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Used to pass an Evas_Object * for the future Evas video_output.
-
Thomas Guillem authored
And simplify Tizen detection: don't use TIZEN_SDK_MAJOR/MINOR that are only defined from the Tizen port build script.
-
Rémi Denis-Courmont authored
-
Marvin Scholz authored
Add checks for NSUserNotification and NSUserNotificationCenter so we do not use them on OS X 10.7 and below, to prevent VLC from crashing if it is compiled on 10.8 or higher but ran on 10.7 or below. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Boris Egorov authored
Signed-off-by:
Boris Egorov <egorov@linux.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Boris Egorov authored
Signed-off-by:
Boris Egorov <egorov@linux.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Boris Egorov authored
Signed-off-by:
Boris Egorov <egorov@linux.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
This restores the code that used notifications to determine the app state. Additionally the inital state is not active, as we get a notification if the app switches to active after opening. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
It seems not all sha512sum are equal
-
Marvin Scholz authored
Set an identifier for the VLC Notifications to make them coalesce when changing tracks rapidly one after another. (closes #10386) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
This cleans up unnecessary code which could be replaced by a much simple check to determine if VLC is in foreground or not. Add a missing release. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
This renames the Growl plugin to OS X Notifications to highlight the new capabilities and to not advertise Growl so much, as requested. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexander Law authored
-
- 22 Oct, 2015 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Handling the redirection in the access core enables support for redirection between different protocols (e.g. HTTP to FTP) and more generally different access plugins (e.g. HTTP to HTTP2 in future).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
This test compare IO output/returns between libc FILE functions and stream functions. This commit also add an extra test: 'test_src_input_stream_net' to test a http file.
-
Thomas Guillem authored
-
Thomas Guillem authored
AStreamRefillStream shouldn't fail in case of EOF. AStreamSeekStream shouldn't fail when no data can be cached after a seek.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
And assert (debug only).
-
- 21 Oct, 2015 1 commit
-
-
David Fuhrmann authored
-