- 24 Aug, 2003 7 commits
-
-
Laurent Aimar authored
-
Eric Petit authored
-
Gildas Bazin authored
* configure.ac, modules/access/dshow/: brand new DirectShow input plugin. Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
-
Derk-Jan Hartman authored
- reordered several parts - made it as close to the gentoo ebuild as possible. - fixed several changes/additions since 0.6.1
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Loïc Minier authored
. cleanups, use of top_builddir where possible, just to feel safer . fixed VLC.app inclusion of AUTHORS, COPYING etc. . propagated previous changes to package-osx . checked both build methods
-
- 23 Aug, 2003 17 commits
-
-
Laurent Aimar authored
special goom tree source as I was unable to use standard goom library. (I will provide it once mmx/ppc included) * modules/visualization/Modules.am: added goom * include/vlc_block.h src/misc/block.c: introduce a new data block api (not yet tested, ported from my local new input work).
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
that don't have a . char in their name. Also fixed a problem where the code was trying to open a empty string subtitle after autodetect couldn't find a suitable filename.
-
Loïc Minier authored
-
Derk-Jan Hartman authored
make it easier for users to find their charset now. * modules/demux/util/sub.?: try to find filename.subext based on filename.avi Very basic now, but might be become more advanced in the feature. (that's why it's so much code )
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Loïc Minier authored
$(top_builddir) instead of $(srcdir)
-
Laurent Aimar authored
(for the user filter part). For now, when a user filter can't be inserted it is just ignored. (before the whole audio chain failed).
-
Loïc Minier authored
-
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 7 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
-