- 22 May, 2019 32 commits
-
-
Romain Vimont authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
When the player notifies that the current media has changed, it must be considered "selected" by the randomizer. Otherwise, when the player requests the next media to play, the playlist will always "peek" the same next item from the randomizer, which will never actually "select" it. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
Test that additions and removals behave correctly in loop mode. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
randomizer_RemoveAt() did not manage the 'history' cursor correctly: it explicitly tested "r->history == 0", which meant "no history" in an earlier implementation, but not anymore. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
This will avoid regression of bug #22305. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
New items must always be added _before_ the 'history' cursor, so they will always move it to the right. The confusion came from an earlier implementation, where "history == 0" was synonymous with "no history" (and it was not possible to consider the whole array as history). Fixes #22305Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Romain Vimont authored
Do not dereference new_media when it is NULL. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
refs BCDisassembly1RightSideTxt2.mov
-
François Cartegnie authored
-
David authored
-
François Cartegnie authored
-
François Cartegnie authored
ever seen one ?
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Pierre Lamot authored
Signed-off-by:
Konstantin Pavlov <thresh@videolan.org>
-
Pierre Lamot authored
Signed-off-by:
Konstantin Pavlov <thresh@videolan.org>
-
Konstantin Pavlov authored
-
Martin Storsjö authored
The aarch64 assembly in gnutls still needs to be disabled on windows in general though; the issue is that it unconditionally uses ELF specific directives (.type, .size, .section), so the disabling isn't related to any specific issue in clang, but only that gnutls' assembly for this architecture isn't portable. Add a comment to clarify the issue.
-
Steve Lhomme authored
-
Steve Lhomme authored
Not all systems have aclocal-1.15.
-
Steve Lhomme authored
In the distributed tar.gz ltmain.sh is read only so we can't patch it on UNIX systems.
-
Marvin Scholz authored
TARGET_OS_MAC is actually true when building for iPhone as well, therefore not usable in this case.
-
- 21 May, 2019 8 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
-
Steve Lhomme authored
-
Steve Lhomme authored
This will only be enabled when building windows targets and will only work when compiling with Clang.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-