- 25 Nov, 2003 1 commit
-
-
Jean-Paul Saman authored
- Fix segfault when adding one file to the playlist widget from the fileview widget. - Cleanup of code.
-
- 21 Nov, 2003 1 commit
-
-
Jean-Paul Saman authored
- Code cleanup and fixes for file view widget.
-
- 18 Nov, 2003 1 commit
-
-
Jean-Paul Saman authored
- Cleanup code - Cleanup interface - Adding items to playlist widgets from File, Camera, Transcode tabs.
-
- 09 Nov, 2003 5 commits
-
-
Jean-Paul Saman authored
* Transcode tabpage added * code cleanup
-
Jean-Paul Saman authored
* Camera tabpage is done.
-
Jean-Paul Saman authored
* improvements on Camera tabpage
-
Jean-Paul Saman authored
* More changes on the Camera tabpage * Cleanup some dead interface wood ;-)
-
Jean-Paul Saman authored
* Redesigned "Camera" tabpage.
-
- 08 Nov, 2003 2 commits
-
-
Jean-Paul Saman authored
* simplefied network tabpage
-
Jean-Paul Saman authored
* Network tabpage works * cleanup of code
-
- 07 Nov, 2003 4 commits
-
-
Jean-Paul Saman authored
* cleanup code * cleanup interface
-
Jean-Paul Saman authored
* Directory browsing works * Coredump is solved * Adding files or entire directories to the playlist GUI control works.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 27 Oct, 2003 1 commit
-
-
Jean-Paul Saman authored
* File tab is beginning to work * Adding file to Playlist begins to work Note: not very usefull yet.
-
- 01 Oct, 2003 1 commit
-
-
Jean-Paul Saman authored
Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: - 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.
-
- 23 Jul, 2003 2 commits
-
-
Jean-Paul Saman authored
-
gbazin authored
* ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input. * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value. * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options. * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'. All these changes allow you to specify input specific options. eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg Here the ":sout" option will only apply to yourvideo.mpeg. "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg. TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api. - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
-
- 13 Mar, 2003 1 commit
-
-
Marc Ariberti authored
- the interface adapts to the screen size/rotation - a playlist - a network tab next to te file tab inside the media tab - MRL-Combo behaviour changed a bit - apply handling in preferences
-
- 26 Feb, 2003 1 commit
-
-
Marc Ariberti authored
* when clicking a link : follows the link and don't try to open it * yopy does not always sees the '.' and '..', so workaround : - all the hidden files are not displayed - the '..' directory is each time added by hand
-
- 03 Jan, 2003 1 commit
-
-
Jean-Paul Saman authored
-
- 22 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 17 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0 still needs to be done.
-
- 16 Dec, 2002 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
-
- 15 Dec, 2002 2 commits
-
-
Jean-Paul Saman authored
Trying to fix change directory crash while entering keys in combobox.
-
Jean-Paul Saman authored
-
- 12 Dec, 2002 1 commit
-
-
Sam Hocevar authored
-
- 09 Dec, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 30 Sep, 2002 1 commit
-
-
Sam Hocevar authored
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin. * debian/rules: the A52 module is now in a separate package.
-
- 04 Sep, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 25 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 21 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 18 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 17 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
- added GtkCList instead of GtkList. - added first column sorting order by clicking on column header - selecting item from list works - reading entire directory list is displayed in GtkCList widget
-
- 12 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 06 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 04 Aug, 2002 1 commit
-
-
Sam Hocevar authored
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules. * ALL: removed mention of AC3 in favour of A52. * ./configure.in, ./Makefile*: modules can now be built deeper than 1 directory. As a consequence, the build is even slower (but I'm fixing this) and make clean doesn't work anymore.
-