Derk-Jan Hartman
f99818619d
* forwardport [11880]
2005-07-27 23:43:35 +00:00
Derk-Jan Hartman
9890023d1b
* forwardport [11877]
2005-07-27 20:07:51 +00:00
Rémi Denis-Courmont
a227eaa088
Fix inet_pton check
2005-07-27 19:30:22 +00:00
Rémi Denis-Courmont
541441bfc4
- Fix segfault when doing RTSP DESCRIBE (trunk-only bug from [11811])
...
- cleanup net_AddressIsMulticast
2005-07-27 19:05:21 +00:00
Rémi Denis-Courmont
ea314b58da
Remove FIXME that doesn't need to be fixed
2005-07-27 18:59:03 +00:00
Rémi Denis-Courmont
781bcc96b4
- Include proper source IP address in SAP header (longstanding FIXME)
...
(btw, fixes SAP to link-local multicast IPv6)
- Fix scoped IPv6 address in SDP
- Cleanup multicast address determination and others
2005-07-27 18:05:22 +00:00
Christophe Mutricy
e18ee6e38f
Fix for wxMSW
2005-07-27 17:56:36 +00:00
Rémi Denis-Courmont
d322bf1ead
Define HAVE_INET_PTON
2005-07-27 17:51:30 +00:00
Rémi Denis-Courmont
1adf7c7e66
Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
2005-07-27 17:25:52 +00:00
Rémi Denis-Courmont
1155c2df86
- takes scope into account for NI_MAXNUMERICHOST
...
- accept 224.0.0.0 as a multicast address
2005-07-27 17:22:28 +00:00
Rémi Denis-Courmont
47a063c854
Have readable debug message with IPv6 addresses
2005-07-27 16:56:58 +00:00
Christophe Massiot
ab2f29bfcf
* modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace-me option. Fixed
...
repeat_first_field handling.
2005-07-27 16:55:17 +00:00
Christophe Massiot
91b6f3261f
* modules/stream_out/transcode.c: Attempt at having --sout-transcode-fps
...
output correct timestamps.
2005-07-27 16:53:25 +00:00
Rémi Denis-Courmont
5c8acc49f8
Put correct owner address in SAP-generated SDP
2005-07-27 16:30:19 +00:00
Rémi Denis-Courmont
0f55beac49
Add const where appropriate
2005-07-27 15:46:36 +00:00
Christophe Massiot
2490820993
* modules/access/dvb: Set the DVR device in non-blocking mode because it
...
sometimes blocks on read() after returning from select().
2005-07-27 12:52:28 +00:00
Rémi Denis-Courmont
c4a2920f6a
Add const
2005-07-26 18:05:55 +00:00
Rémi Denis-Courmont
36f1aa05e5
Fix FIXME
2005-07-26 17:14:53 +00:00
Christophe Massiot
4eb8f6ef7b
* src/playlist/playlist.c: Attempt to fix PLAYLIST_ITEMPLAY in non-view
...
mode.
2005-07-26 17:07:58 +00:00
Rémi Denis-Courmont
3220fe68b2
Save a few useless strdup() calls
2005-07-26 16:46:40 +00:00
Christophe Mutricy
8f85cbbcc3
wxWidget 2.4 fix
2005-07-26 11:10:38 +00:00
Christophe Massiot
7258307b8e
* Removed the satellite access module since it won't compile anyway.
...
Use --enable-dvb instead.
2005-07-26 09:44:04 +00:00
Derk-Jan Hartman
fe24de0fc8
* update liveMedia and flac for contrib system
2005-07-25 21:29:26 +00:00
Clément Stenac
45485afaab
Fix compilation
2005-07-25 21:07:32 +00:00
Antoine Cellerier
fb38639eaa
only display newer versions.
2005-07-25 21:04:25 +00:00
Antoine Cellerier
87808807ad
this still doesn't look safe but at least i can't see why it would
...
segfault
2005-07-25 20:21:46 +00:00
Gildas Bazin
909ee46031
* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of the new Apple movie trailers.
2005-07-25 20:09:28 +00:00
Derk-Jan Hartman
15de5e20fa
* change hotkeys OSD message from 0-100% to 0-400%
2005-07-25 19:58:01 +00:00
Antoine Cellerier
309abc3f8b
add major, minor, revision and extra version numbers. If anyone has a
...
cleaner way to do it (like having only one version number instead of 3
in configure.ac ...)
2005-07-25 19:50:19 +00:00
Derk-Jan Hartman
8ee85946c4
* longstanding typo in the webinterface
2005-07-25 19:48:45 +00:00
Derk-Jan Hartman
2b07c366d9
* Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250
2005-07-25 19:25:49 +00:00
Olivier Teulière
b648e677c2
* skins2: Prevent invisible windows from anchoring the sides of the screen
2005-07-25 18:57:32 +00:00
Rémi Denis-Courmont
f6d61c2e60
- Fix buffer overflow (up to 1024 bytes)
...
- Use already existing commodity functions for URL encoding
2005-07-25 18:03:38 +00:00
Rémi Denis-Courmont
dc4b750c3e
Don't reinvent the wheel^W^WANSI C
...
(or yet another "why make it complex when it can be simple")
2005-07-25 16:58:39 +00:00
Christophe Massiot
08c88156bf
* modules/access/dvb/linux_dvb.c: Added support for the IF-band.
2005-07-25 16:53:10 +00:00
Derk-Jan Hartman
92ac7be4d1
* Fix the two SAP issues reported by Marian Durkovic.
2005-07-25 15:03:26 +00:00
Christophe Massiot
c978f72d07
* modules/control/http.c:
...
- Add a basename field to the file entry when doing a foreach on directory.
- Add a url_encode function to url-encode the current string. This
is necessary to safely pass strings as arguments in a URL.
Patch courtesy of Clement Vasseur for Freebox SA.
2005-07-25 14:46:02 +00:00
Christophe Massiot
9502edb750
* modules/access/dvb: Support frequencies for the C and S satellite bands.
2005-07-25 14:05:09 +00:00
Derk-Jan Hartman
4c535ac86b
* revert [11512] closes #245
2005-07-25 13:30:31 +00:00
Felix Paul Kühne
feebdf7d84
* AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser from crashing
...
* other files: small patch to make sure that About.nib is loaded only once
2005-07-25 09:44:12 +00:00
Antoine Cellerier
e0fc97039a
remove useless lines
2005-07-24 21:29:09 +00:00
Antoine Cellerier
b415d83454
change some debug stuff
2005-07-24 21:27:51 +00:00
Antoine Cellerier
e34daedfae
VLC update checker in the wxWidgets interface (in help menu)
...
xml files used for the updates are located at http://update.videolan.org
extensive testing ... code cleaning ... would be greatly appreciated
2005-07-24 21:03:20 +00:00
Felix Paul Kühne
5bbb474823
* Updated the NEWS file and my mail-address
2005-07-24 14:44:10 +00:00
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