- 23 Aug, 2003 7 commits
-
-
Loïc Minier authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
fix broken tree
-
Derk-Jan Hartman authored
in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then it falls back to trying setlocale (exept on OSX, where this funtion is useless) and then falls back to LC_ALL, LC_TYPE and LANG environment variables. If only the LANG variable is available (like on osx) it tries a countrycode to charset mapping (making an educated guess ). On windows it retrieves the charset with GetACP(). It also has an aliases system to transform incompatible charset description strings to libiconv compatible charset descriptions. If you want you can even retrieve the charset on OS/2. * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in the systems charset (or language mapped to charset). It's no more than a guess, and if you open Latin1 subs on your Japanese system you will still need to specify the encoding by hand, but it's better then nothing. * src/playlist/playlist.c: spelling error in a comment.
-
Loïc Minier authored
-
Loïc Minier authored
-
Laurent Aimar authored
-
- 22 Aug, 2003 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Mohammed Adnène Trojette authored
-
Derk-Jan Hartman authored
-
Cyril Deguet authored
wxwindows plugin (in UpdateAcceleratorTable, the table wxAcceleratorEntry entries[6] was filled with _seven_ values ;-) I guess it didn't happen with all compilers because of the way variables are stored on the stack) * wxwindows.h: removed a warning
-
- 21 Aug, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Decreased the priority of kde interface because of it's unstable nature and not being maintained status.
-
- 20 Aug, 2003 8 commits
-
-
Cyril Deguet authored
-
Boris Dorès authored
-
Mohammed Adnène Trojette authored
* fix for win32 compilation
-
Simon Latapie authored
-
Simon Latapie authored
-
Simon Latapie authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Remember: each time something could be wrong then, with avi, it will be. I hate avi.
-
- 19 Aug, 2003 8 commits
-
-
Mohammed Adnène Trojette authored
-
Mohammed Adnène Trojette authored
-
Clément Stenac authored
* modules/visualisation/visual/* : visualization system. It supports multi-effects. At the moment: -dummy (guess what ? it does nothing) -scope (adapted and fixed from sam's one) -random (displays random plots) Todo: - spectrum analyser - movement effects (rotations, scrolls,...) - blur effect ?
-
Mohammed Adnène Trojette authored
-
Sigmund Augdal Helberg authored
* fixed numerous issues. It now works, but it has some impact on some audio streams, especially vorbis
-
Simon Latapie authored
* buttons. Fullscreen disabled ).
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
( your parents couldn't find anything shorter? :) * Added this language to the options in the preferences.
-
- 18 Aug, 2003 8 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
"caching". (ex: udp{caching=ms})
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
--audio-filter. It still seems to have many problems, so I will not eneable it yet.
-
Clément Stenac authored
src/libvlc.h : First try to implement "user audio filters" You can provide a list of audio filters that you want to add to the pipeline (only the "headphone", at that time). (use --audio-filter filter1,filter2,...) ***Warning*** It seems to work, but no guarantee at all. Perhaps all is bad and the commit should be reverted, as it could break audio output * modules/codec/libmpeg2.c : Fixed a segfault when vout creation fails
-
Jean-Paul Saman authored
-
Laurent Aimar authored
(only one place to keep updated).
-