* modules/misc/sap.c: added sanity checks and more coding style fixes
* src/video_output/video_output.c:
Video filters can now be enabled on the fly (vout is respawned)
You need to var_Set( p_vout, "filters", psz_yourvalue)
for this
* modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
src/playlist/playlist.c:
* Implemented a boolean b_enabled to disable a playlist item
* Implemented the idea of group (p_item->i_group), that allows
to enable/disable and to sort some series of items
* Implemented an unused (at the moment), psz_author field
* Started to implement a new playlist format to store all of these
* modules/gui/wxwindows/interface.cpp:
Added a hiddeable panel to put some important options.
(Menu Preferences->Extra GUI)
At the moment, we put the adjust filter and aspect ratio, and must
decide what options we want here
* modules/gui/wxwindows/playlist.cpp
modules/gui/wxwindows/iteminfo.cpp:
Added "Enable/disable group button", options to enable/disable selection
Added an item info dialog box
* modules/misc/sap.c :
Added a sap-group-id option: the SAP playlist items are in a separate group
(defaults to 42)
* modules/visualization/visual/effects.c:
Minor coding style fixes
Todo:
-----
* Advanced sort (alphabetical and/or by group)
* Ability to load 0_6 playlists
* Really use the libid3tag
modules/gui/wxwindows/preferences.cpp:
* slightly modified layout of the window
* The help text is now below the controls
* Neither heading nor help text is inside wxStaticBox but rather
separated from the controls with a simple line.
* changed a lot of strech-factors, makes the dialog look generally more tidy
- Removed a dupe.
- Added a 'L' commandline shortcut for loop and 'R' for repeat. There
already is a 'Z' shortcut for random.
* modules/codec/subsdec.c: debug info.
* src/libvlc.h: spelling error
* include/ninput.h: There should not yet be a Subtitles section in Doxygen
* src/input/subtitles.c: Doxygen comments for this file
- it compiles ;-)
- will have more UI assets to tweak with, then the old interface had
to name a few: supports stream out, camera's through v4l, use preferences,
manage playlists, play audio/video local and from a network source
- is not functional (yet)
So expect more functionality to come in and the necessary bug fixes.