- 18 Mar, 2001 3 commits
-
-
Henri Fallon authored
- Changed read method : we now use select, so we are now able to quit even if no packet has benn receivced. - Put more exmplicit error messages I noticed that now I have "Seeking to position ...." messages even with network input. If someone can do a quick fix, thanks about it.
-
Sam Hocevar authored
* Forgot to remove a prototype when creating skeleton plugin.
-
Sam Hocevar authored
* Function prototypes for the forthcoming Darwin and MacOS X port. * Gtk+ interface: fixed a precision issue in the scale. * Qt interface: somebody pop up us the menu!!
-
- 17 Mar, 2001 2 commits
-
-
Stéphane Borel authored
-
Richard Shepherd authored
-
- 16 Mar, 2001 1 commit
-
-
Christophe Massiot authored
* Changed files so that the MacOS X port compiles & runs [MacOS X port] ; * If SDL/GTK/DSP is not available, don't compile the associated module.
-
- 15 Mar, 2001 3 commits
-
-
Stéphane Borel authored
-
Sam Hocevar authored
* Bug fixes and enhancements in the Gtk+/Gnome interfaces. o the slider should behave correctly and stop jumping here and there (this bug is _not_ related to Stef's similar bug) o added an "open network" menu (useless since the input doesn't handle it properly yet) o tried to reorganize gnome_callbacks.c and gtk_callbacks.c o stream date is now displayed instead of percentage o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h * Changed documentation and package creation files. o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796) o removed useless or outdated documentation from doc/* o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1 * Added basic Qt interface. o working features: slide bar, open file, toolbar, popup menu o added "qvlc" alias, equivalent to "vlc -I qt" o known issues : no "open disc" or "open network" menus yet the IntfWindow class is never cleaned on destruction the popup menu always pop at the middle of the screen * Misc fixes/updates. o renamed netutils.h functions from input_* to network_* o renamed *plst* files and functions to *playlist* (it was stupid from me to name them "plst") o made a few input error messages more meaningful o added -I, -A and -V short flags, corresponding to --intf, --audio and --video I got a lot of conflicts on this commit, lart me if I forgot a file or made old bugs reappear.
-
Stéphane Borel authored
-Added radio checks in menu items. There are still issues with default selected item but it works well.
-
- 14 Mar, 2001 2 commits
-
-
Pierre Baillet authored
-
Christophe Massiot authored
-
- 13 Mar, 2001 1 commit
-
-
Renaud Dartus authored
* Fixing of PowerPC bug ( I hope :) )
-
- 11 Mar, 2001 1 commit
-
-
Henri Fallon authored
- Moved 2 local network functions - Removed old code - Broadcast should work. I'm not detecting broadcast address, i'm binding 0.0.0.0
-
- 10 Mar, 2001 1 commit
-
-
Henri Fallon authored
Small optim.
-
- 09 Mar, 2001 1 commit
-
-
Pierre Baillet authored
-
- 08 Mar, 2001 4 commits
-
-
Pierre Baillet authored
-
Pierre Baillet authored
. drop in the 'blank' part of the list in the playlist adds at the end of the list . drop on the main window adds at the end of the playlist
-
Pierre Baillet authored
.Fixed a potential segfault.
-
Pierre Baillet authored
###code is dirty### Please clean it for me :P (or at least, tell me how to clean it) . Slightly modified playlist base interface (Added a function to jump directly to an item, used for double clicking) . Added manymanycallbacks . Added the playlist dialog . Added Dnd support for intf_window and the clist1 . support URI and plain file(s)/folder(s) . Added "show/hide main window" menuitem in intf_popup . Added bugs :P Enjoy and please bug report.
-
- 07 Mar, 2001 6 commits
-
-
Richard Shepherd authored
"File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time.
-
Stéphane Borel authored
Note that two sorts of navigation menus are implemented : in the menubar, one menu for title and one the chapter in current title ; and in the popup, a cascaded version with all chapters for all menus. The same issues as gtk plugin apply.
-
Stéphane Borel authored
interface. It is a bit buggy yet, and some pieces of code need to change, especially to handle better menus change when title change but it eventually works.
-
Stéphane Borel authored
for debian/sid users
-
Sam Hocevar authored
* Disabled network input under BeOS so that it compiles again. We'll have to wait for BONE anyway.
-
Henri Fallon authored
- Fixed TS input ( a nasty dead lock had appeared 4 days ago ) - Added base of network support Things to be done : - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0 - Sam : find a way of specifing the type of media (file, net). For the moment, the "--input ts" always call input_NetworkOpen - Maybe sam : for the moment the working syntax is vlc --input ts servername, it should nbe turned into "vlc --server servername". Things that don't work (i'll work on this this week end) : - stopping and retaking a stream - a nice 'waiting for stream' - we select all incoming streams. we should be able to select. Things that haven't been tested : - broadcast - only tested with one stream. Kick me if something is broken by my fault.
-
- 06 Mar, 2001 7 commits
-
-
Richard Shepherd authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Increased FIFO_SIZE.
-
Christophe Massiot authored
work).
-
Richard Shepherd authored
-
- 05 Mar, 2001 8 commits
-
-
Richard Shepherd authored
-
Richard Shepherd authored
-
Richard Shepherd authored
-
Christophe Massiot authored
Fixed MPEG-1 stuffing.
-
Richard Shepherd authored
Delete BBitmap[0] directly after overlay creation as no longer needed as overlay now owns Bits()
-
Sam Hocevar authored
* fixed headers for FreeBSD compilation. * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
-
Sam Hocevar authored
* Everything in place for the 0.2.63 release. * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a linux-kernel like author list. * Updated TODO list. * Fixed a segfault in the BeOS interface when --noaudio was specified. * Title and Chapter selection in the Gnome and Gtk+ interfaces.
-
Stéphane Borel authored
-Tried to fix an issue in size computing. I don't know if this works since I haven't buggy DVDs
-