- 05 Jan, 2004 15 commits
-
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* configure.ac: win32 compilation fixes for the skins2 plugin. * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin. * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
-
Derk-Jan Hartman authored
be download.videolan.org etc etc etc. A lot of small fixes
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
* src/playlist/item-ext.c : sanity checks when adding items
-
Laurent Aimar authored
* configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake .... ( ouiiinnn, another bootstrap ;) * all: added net_* helpers functions.
-
Clément Stenac authored
What may be broken (untested): ------------------------------ - Theora and Speex decoders - some interfaces - VCDX and CDDAX access The problems shouldn't hopefully excess compilation glitches. (removal of AddExt, of psz_author, and prototype of Add) Additionnaly, interfaces that do not support item-change will have update problems. * Updated modules list
-
Clément Stenac authored
modules/gui/wxwindows/iteminfo.cpp - Show the info as a tree view. At the moment, all is shown. We should maybe hide the "Options" tree as it rather "internal" - Improved a little the layout - Added a popup menu to to the playlist - Minimize playlist rebuilds
-
Clément Stenac authored
modules/demux/avi/avi.c modules/demux/asf/asf.c src/input/es_out.c - Fill the playlist info structures
-
Clément Stenac authored
- Use the new playlist API - Track title changes - Timeout. Delete an item if we haven't heard about it for too long.
-
Clément Stenac authored
* src/playlist/item.c src/playlist/info.c src/playlist/item-ext.c src/playlist/group.c src/playlist/sort.c src/playlist/loadsave.c include/vlc_playlist.h - New playlist_info structures and accessors It works pretty like the old input_info (with categories) It provides modularity to the playlist - Removed ppsz_options and i_options from playlist_item (we use the special category Options) - Added a unique id to each playlist_item to be able to track the items accross playlist reorders - Simplified adding of items. - playlist_AddExt is removed - playlist_AddItem is still here and exported but should not be used - use playlist_Add( p_playlist, uri, name, duration, mode, pos ) and use the accessors for all other things - Added setters for fields of the playlist_item structure - Introduced "item-change" and "playlist-current" playlist variables to give more flexibility than only intf-change At the moment, duration is still in the structure (easier to use, IMHO) * src/input/input.c src/libvlc.c : playlist item options parsing changed * include/vlc_common.h : added playlist_info structures
-
Jon Lech Johansen authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
- 04 Jan, 2004 17 commits
-
-
Gildas Bazin authored
* modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
-
Gildas Bazin authored
* modules/codec/ogt/*: win32 compilation fixes.
-
Gildas Bazin authored
* ALL: bumping version number to 0.7.1-cvs.
-
Felix Paul Kühne authored
-
Sam Hocevar authored
+ Minor fixes to the woody packages.
-
Laurent Aimar authored
(From mplayer: "count blocks by rounded-up chunksizes instead of chunks - we need full emulation of dshow avi demuxer bugs :( fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
-
Rocky Bernstein authored
write_png: might be made into a module and moved elsewhere cvd*: went over documentation a little bit.
-
Rocky Bernstein authored
subtitles.
-
Laurent Aimar authored
* es_out.c: ES_OUT_SET_PCR works now with microsecond. * configure.ac, Modules.am: enable demux2, nsv, real. * demux2.c: increased priority.
-
Clément Stenac authored
-
Laurent Aimar authored
needs modification to ffmpeg decoder that I need to finish.
-
Laurent Aimar authored
will be removed later).
-
Rocky Bernstein authored
-
Sam Hocevar authored
+ Build-depend on fixed linux-kernel-headers packages. * debian/rules: + Look for faad in extras/faad2, not extras/faad. + Enable postprocessing in the ffmpeg configuration. + Activated libcaca video output.
-
Sam Hocevar authored
+ Ported to libcaca 0.6. + Removed dithering configuration variable; use the CACA_DITHERING environment variable instead, until the API is polished. * include/codecs.h: + Minor coding style fix.
-
Cyril Deguet authored
-
Cyril Deguet authored
-
- 03 Jan, 2004 8 commits
-
-
Cyril Deguet authored
Warning: by default the interface will try to open the skin from the vlc share, which is probably an old skin, so the load will fail, and afterwards a wxwindows dialog allows to load another skin. BUT there seems to be a bug which make the interface crash when it tries to load this second skin... workarounds are: - deleting the old theme - setting the "skin_last2=/path/to/xml/file" in the [Skins] section of vlcrc - solving the bug ;)
-
Cyril Deguet authored
-
Cyril Deguet authored
win32, by ipkiss and myself... Among the features: - framework rewritten from scratch, heavily based on design patterns => new controls can be (hopefully) created more easily, portability to other OS is better, and the interface is less dependant from the vlc core - new concept of "layout", to provide a window with several different views (as in winamp3 skins) - controls can now be placed at a relative position to the edges of a window, which allow controls and layouts to be resizable (e.g for the playlist window) - Use of libpng and libfreetype2 for better portability between x11 and win32 => ttf fonts and antialiasing - New DTD for the xml theme ( *it will probably change again* ) - Very very beginning of scripting in the xml file - And many things I miss - And probably many bugs ;)
-
Rocky Bernstein authored
audio tracks and add that to the audio-selection window.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
around a WinSubMux bug in multiplexing CVD and SVCD subtitles. (Patch probably could be made more precise.) To do this we've got to save the timestamp in the header.
-
Rocky Bernstein authored
-