- 24 Mar, 2006 6 commits
-
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
-
Clément Stenac authored
-
- 23 Mar, 2006 7 commits
-
-
Christophe Mutricy authored
Warning hack inside. refs #495 close it for linux and win32
-
Antoine Cellerier authored
-
Benjamin Pracht authored
* Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead
-
Derk-Jan Hartman authored
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
-
Benjamin Pracht authored
-
- 22 Mar, 2006 16 commits
-
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
-
Felix Paul Kühne authored
-
Sam Hocevar authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
* export GetFallbackEncoding() subsdec: * autodetect UTF-8 encoding, * use better non-Unicode default encoding from language instead of CP1252 when local encoding is UTF-8, and local encoding in all other cases (should improve subtitles decoding on POSIX a lot) * some memory fixes * some cosmetic fixes
-
Christophe Mutricy authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
EnsureUTF8 would replace invalid bytes sequences with question marks. Most of the code was already there anyway. This allows UTF-8 autodetection without a dedicated UTF8-to-UTF8 iconv() handle.
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Antoine Cellerier authored
-
- 21 Mar, 2006 11 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Benjamin Pracht authored
* We now have an (ugly) way to rename nodes
-
Benjamin Pracht authored
* Fix enabling of the step forward/backward functions
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
According to the wxWidgets documentation, it works. But of course, you don't want to trust the wxWidgets documentation, particularly when it deals with characters encoding. Or rather, you'd like to trust the documentation, but you can't trust the actual implementation to work until you tested it. So lets see if it works, and revert commit it tomorrow if it sucks.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(if local charset is UTF-8, this is similar to wcstombs()) - FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
-
Rémi Denis-Courmont authored
Might fix PIC linking issues on amd64
-
Rémi Denis-Courmont authored
-