* libvlc sources and plugins now define __LIBVLC__ and headers exported to
plugins (ie, include/vlc_*.h) check for this
* libvlc sources use the value of the "libvlc" component in vlc-config instead
of vlc
* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
What is currently broken:
* Some playlist demuxers (shout, dvb and pls)
* DAAP
* BeOS playlist
* GPE playlist, I suppose
What has some trouble:
* Meta handling in several demuxers (most notably TS)
* Skins2 playlist (doesn't refresh correctly)
* OS X playlist (see bigben's latest commits)
specified (an empty string), forward the empty string to libdvdcss
and let it do autodetection.
* extras/contrib/src/Patches: Patched libdvdread to accept an empty
string as a device path.
+ Store plugin cache in a cache/ subdirectory.
+ Encode the endianness and pointer size in the plugin cache filename to
prevent crashes on multiarch home directories.
This is still experimental so isn't enabled by default (use --plugins-cache).
There are also a few issues that aren't dealt with yet:
- translation of module strings.
- config options callbacks and actions.
- a few memory leaks.
- and likely other things ;)
You can easily reset the plugins cache with --reset-plugins-cache.
resampling with some files while keeping good synchronisation.
Anybody has an idea of the maximum desynchronisation between audio and
video that still be imperceptible ?
- added settings for screenshot path and image format
- removed "Save" button, added "Cancel" and "Revert" buttons
- added revert functionality
- changed class design for cleaner functionality,
separated ApplyChanges() into more functions
to have finer control
- added more error checking and fixed memory leaks
(config_GetPsz() returns char*, not const char*!)
- all settings are now correctly saved and restored
- some more cosmetic changes
modules/gui/beos/InterfaceWindow.h/.cpp
- updated vlc way of saving settings to be on par with BeOS way
and made it selectable in the code which way is used.
However, the VideoSettings are still only savable in
the BeOS way.
- if dvd menus are used, the navigation menu enables a
"Goto Menu" item. Unfortunately, I don't see a clean
way to really detect the usage of dvd/dvdold in the
currently playing stream. I wouldn't want to see
if a playlist item has "dvd:" or "dvdold:" prepended
at each interface update.