Commit Graph

11003 Commits

Author SHA1 Message Date
Jérome Decoodt
202f9ae0da Fix user:pass parsing if protocol is not given.
Not tested with all calls (only http access module)
2005-07-24 14:39:14 +00:00
Felix Paul Kühne
3c047a9d53 * include wizard.h as well to make GCC happy 2005-07-24 13:16:09 +00:00
Felix Paul Kühne
dab0c33096 * shut up some compiler warnings 2005-07-24 13:08:27 +00:00
Benjamin Pracht
54ee50f351 Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open. 2005-07-24 12:54:08 +00:00
Felix Paul Kühne
00101866ec * added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine) 2005-07-24 12:49:42 +00:00
Felix Paul Kühne
18623f6410 * minor fixes to the OSX-wizard (refs #13)
- wrapped all lines to end after ~80 characters
    - added encap-formats information to the codec-info
        - made the fields in the nib a widther to show the entire text
    - fixed the input-field on the input-tab to accept network-streams
2005-07-24 12:01:12 +00:00
Felix Paul Kühne
3ab2d0dcb8 * fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources) 2005-07-24 10:59:13 +00:00
Benjamin Pracht
87c97ae1ea * Implements selection of a playlist item in the wizard
* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
* cosmetics could still be improved regarding this outline view
* I get this error

2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard

When opening the wizard. I don't know if I messed up something or if it was already here before

* I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
2005-07-23 22:14:19 +00:00
Olivier Teulière
46fb23ef96 * modules/audio_output/waveout.c: Fixed a rounding issue 2005-07-23 19:55:00 +00:00
Olivier Teulière
26b6b8a1e3 * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLUME_MAX, for the maximum
volume.
2005-07-23 19:18:17 +00:00
Felix Paul Kühne
c63dbfbd3f * don't use tabs here as well 2005-07-23 18:16:34 +00:00
Benjamin Pracht
1d6f52c866 Some more coding style (empty lines filled with spaces or tabs) 2005-07-23 18:15:14 +00:00
Benjamin Pracht
7d9d7bad79 We use 4 space caracters instead of spaces in VLC's sources ;) 2005-07-23 18:11:58 +00:00
Felix Paul Kühne
6139021027 * use NSInformationalAlertSheets instead of mis-using the home-cooked information-sheet when reporting wrong behaviour of the user (refs #13) 2005-07-23 18:03:15 +00:00
Felix Paul Kühne
5c86990969 OSX:
- implemented i18n on the summary-page
- some other small fixes

- l10n string fixes (both OSX and WX)
(refs #13)
2005-07-23 16:23:05 +00:00
Felix Paul Kühne
d4f01a1124 * patch to the Equalizer-GUI by Jean-Baptiste le Stand <jp.lestang@lestang.org> 2005-07-23 15:08:46 +00:00
Benjamin Pracht
a2d9eba32a * Fixes crash when libcdio is not installed 2005-07-23 14:42:22 +00:00
Christophe Mutricy
03e5071f14 Add a add_suppressed_string for http-{user|pwd} 2005-07-23 13:02:48 +00:00
Rocky Bernstein
ed1279a6ea access.c: LID and Segment for non PBC (the default) needs more work.
Check for them and disable (somewhat).

vcdplayer.c: check for invalid LSN in setting origin.
2005-07-23 11:25:49 +00:00
Christophe Mutricy
cf7397b7b4 Add -lws2 for rtp and rtsp for ntohl 2005-07-22 10:55:16 +00:00
Felix Paul Kühne
cf206ca950 * whoops (refs #13) 2005-07-21 23:09:30 +00:00
Felix Paul Kühne
f21888438b * various fixes and additions -- the wizard is usable now
still todo:
- testing (streaming part is untested for now)
- implement the playlist-table on the input-tab (I would be glad for some help there)
- update the playlist-table in the main-window after adding the new item
- add i18n on the Summary-tab
- string fixes
- some minor stuff here and there
2005-07-21 23:04:33 +00:00
Derk-Jan Hartman
f5357ec14d * Added net_AddressIsMulticast that takes a string and returns true if the string seems to describe a valid IPv4 or IPv6 address.
* Changed all the SDP generators to only add /ttl to the c= line if the address is multicast.
2005-07-21 21:18:39 +00:00
Derk-Jan Hartman
d20e734b04 * a missing vlc_freeaddrinfo 2005-07-21 20:35:22 +00:00
Derk-Jan Hartman
f45ea277d6 * Fix an issue with reading of files that are still growing in size. This fixes bugzilla report 2130. Fix by Todd Lutton (tlutton at aol.com). 2005-07-21 13:12:19 +00:00
Felix Paul Kühne
3c2fbd3a3e * include version information and update copyright string 2005-07-21 11:21:25 +00:00
Felix Paul Kühne
17951829e6 * forwardport [11784] and [11802] to trunk 2005-07-21 11:17:56 +00:00
Damien Fouilleul
d453f42e30 Oops, I did it again !
Obviously, having a hard coded path for plugins is of no use to anyone
2005-07-21 08:22:37 +00:00
Rémi Denis-Courmont
022f306f75 Fix quotes and a few typos 2005-07-20 15:47:16 +00:00
Rémi Denis-Courmont
96138b1133 Should not be executable 2005-07-20 15:33:18 +00:00
Christophe Massiot
ca23267090 * modules/access/dvb/linux_dvb.c: More verbose CAM probing, patch
courtesy of Oivind.
2005-07-20 13:11:07 +00:00
Rocky Bernstein
bd39e4ea89 Fix bug in track-length seeking. 2005-07-20 09:55:49 +00:00
Rocky Bernstein
812558533c Initialize track_end variable. 2005-07-20 00:08:24 +00:00
Rémi Denis-Courmont
291bbb38d3 Should fix Debian #316161
(though Sid has migrated to GCC 4 so it does no longer really matters)
2005-07-19 18:19:22 +00:00
Rémi Denis-Courmont
166aaa2c1f Remove annoying debug message 2005-07-19 17:53:15 +00:00
Damien Fouilleul
35db6dd6ec Improved compatibility
tested to work with
- Visual Basic 6
- Visual C++ 6
- Microsoft Office 2003
- Internet Explorer 6

all: support for aggregation + bug fixes
dataobject.cpp, dataobject.h: initial support for embedding
2005-07-19 17:41:16 +00:00
Laurent Aimar
15c9159672 * livedotcom.cpp: added H264 support. 2005-07-19 15:44:28 +00:00
Laurent Aimar
d21227b69c * h264: handle SPS/PPS in annexb format in extra data (needed for RTP). 2005-07-19 08:39:50 +00:00
Rocky Bernstein
17864a3f3f doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx
config.in: a typo in the CONFIG_ name.
2005-07-19 00:28:19 +00:00
Cyril Deguet
96df9865d3 - libvlc.c: fixed broken build on cygwin... 2005-07-19 00:02:26 +00:00
Cyril Deguet
ab6a48f97c - all: compilation fixes with vc7.1 2005-07-18 23:57:41 +00:00
Christophe Massiot
28c54f7f80 * extras/contrib/src/packages.mak: Use GNUTLS 1.2.6 since 1.2.3 is no
longer available on the FTP site (patch courtesy of Clement Vasseur).
2005-07-18 17:36:45 +00:00
Rémi Denis-Courmont
dd334ce01c Fix use of fatal use of unitialized value (regression in [11778]) 2005-07-18 15:07:33 +00:00
Rocky Bernstein
42af3cf8f9 Still need to test for CD paranoia separately in order to pick up
paranoia library flags. Perhaps there's another way to do this on the
first libcdio test, but this works.
2005-07-18 11:41:24 +00:00
Cyril Deguet
2c1edcf1f4 * all: compilation fix with vc7.1 compiler, and removed a bunch of warnings (there are still many warnings about size_t/int mismatch though...) 2005-07-17 21:21:04 +00:00
Rocky Bernstein
80ee9c71d2 Require libcdio 0.72. 2005-07-17 19:40:48 +00:00
Rocky Bernstein
bad2afb75e Revise better for current default options and names as seen by configure.ac 2005-07-17 19:26:41 +00:00
Benjamin Pracht
5c9d64ef5e Move some DEFINES that are also required without libcdio 2005-07-17 18:57:40 +00:00
Rocky Bernstein
cd6c93f1f2 A number of probe disc fixes:
- DVD probing works more like CD-DA and VCD probing.
- Reduce libcdio verbosity on errors (which are largely to be expected).
- If no media found set Device name null and don't change selection type
- CD-DA probing had been broken
2005-07-17 16:27:59 +00:00
Rémi Denis-Courmont
d6cd784435 Remove non-standard http4 and http6.
It's the DNS job to tell which version are available,
not poor clueless average user's.
2005-07-17 15:26:36 +00:00