- 05 Apr, 2009 12 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
In principle, isalpha() depends on the locale. As for directory traversal, we should either add a boolean, or fix it manually in the caller (on a case-by-case basis).
-
Rémi Denis-Courmont authored
- remove practically never used encodings (UTF-32, ARMSCII, Latin-4...), - remove duplicates and/or subsets (UCS, Latin-1, TIS620...) that I know of, - provide human-readable names (fixes #2571).
-
Jean-Baptiste Kempf authored
1/ We have so much of those requests on the forum. 2/ It doesn't change any string. 3/ Change is self-contained.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That happened when seeking during the first second of playback.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Philippe Andre authored
Never disable Stop Disable stop when no input Populate Bookmarks
-
Jean-Philippe Andre authored
Don't mix booleans and strings (as non empty strings evaluate to true).
-
- 04 Apr, 2009 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This kills 100 wakeups per seconds.
-
Rémi Denis-Courmont authored
In principle, this avoids a possible event loss. I am not sure if the NAV PCI handling is thread-safe here (but it's no worse than before).
-
Rémi Denis-Courmont authored
We may want to factor some of that marshalling into libvlc later on.
-
Rémi Denis-Courmont authored
This solves a potential event loss for close events (especially with the RC interface)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Spotted by courmisch.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 03 Apr, 2009 10 commits
-
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
NSMenuItems still exist when libvlc_Quit is called, and thus some items are likely not autoreleased before vlc quits. Set all representedObjects for all menu's to null so that the menuitems no longer retain any of the vlc objects.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
When building the menu's, autorelease the VLCAutoGeneratedMenu's instead of retaining. The NSMenuItem will do a retain/release for the live of the object in the NSMenuItem and thus once the menu's are done using the object, their retaincount will be 0 and they will be dealloc'ed at the end of the EventLoop. (An eventloop is One run of GUI updates you might say).
-