- 11 Dec, 2004 16 commits
-
-
Sigmund Augdal Helberg authored
deletion (not intf-change) modules/gui/wxwindows/*: clever item deletion using item-deleted
-
Benjamin Pracht authored
* delete everything related to groups from the item info panel * some preparation work to reimplement the conextual menu
-
Benjamin Pracht authored
-
Cyril Deguet authored
-
Sigmund Augdal Helberg authored
-
Benjamin Pracht authored
* implements deletion of playlist nodes * fixes a bug in playItem:
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
Clément Stenac authored
-
Sigmund Augdal Helberg authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
Eric Petit authored
-
Gildas Bazin authored
-
- 10 Dec, 2004 9 commits
-
-
Clément Stenac authored
-
Sigmund Augdal Helberg authored
-
Clément Stenac authored
-
Clément Stenac authored
Won't work for many things (only those for which metadata can be gotten during initialization). Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.
-
Eric Petit authored
-
Eric Petit authored
not enough VRAM for double-buffered ovelay
-
Gildas Bazin authored
* src/misc/modules.c: only load the plugins once (as opposed to once per VLC object instance). Should benefit the mozilla plugin a bit.
-
Rocky Bernstein authored
Remove private LSN table rom cdda_t - just use it from cdio. Remove lsn from cdda.
-
Rocky Bernstein authored
playlist.cpp:1351: error: ISO C++ forbids cast to non-reference type into a warning by adding -fpermissive to CXX flags for wxwindows CXXFLAGS. Fix suggested by Marius Kjeldahl. However better would be to fix playlist.cpp
-
- 09 Dec, 2004 7 commits
-
-
Felix Paul Kühne authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
to link with a make installed libvlc
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/input/input.c: fixed small memory leak.
-
- 08 Dec, 2004 8 commits
-
-
Eric Petit authored
-
Clément Stenac authored
-
Eric Petit authored
-
Olivier Teulière authored
-
Sigmund Augdal Helberg authored
-
Rocky Bernstein authored
Better really would be to remove lsn altogether from cdda_data_t.
-
Sigmund Augdal Helberg authored
-
Rocky Bernstein authored
Allow for CD-Text in custom format %t now defaults to MRL when we can't get CD-Text or CDDB info Default "title" format when CDDB not enabled now is %t rather than %m (MRL)
-