]> git.sesse.net Git - vlc/log
vlc
17 years agoHTTP and UDP access outputs return byte count
Rémi Denis-Courmont [Thu, 15 Feb 2007 20:36:07 +0000 (20:36 +0000)]
HTTP and UDP access outputs return byte count

17 years agoYet another version.c fix.
Rémi Denis-Courmont [Thu, 15 Feb 2007 18:51:12 +0000 (18:51 +0000)]
Yet another version.c fix.
I've really had enough with this broken thing.

17 years agolibvlc_Internal* need to be exported for libvlc-control
Filippo Carone [Thu, 15 Feb 2007 18:17:57 +0000 (18:17 +0000)]
libvlc_Internal* need to be exported for libvlc-control

17 years agoRemove timeout in network read APIs - closes #1056
Rémi Denis-Courmont [Thu, 15 Feb 2007 17:26:23 +0000 (17:26 +0000)]
Remove timeout in network read APIs - closes #1056

17 years agoSuppress timeout parameter from net_Select() - refs #1056.
Rémi Denis-Courmont [Thu, 15 Feb 2007 17:17:47 +0000 (17:17 +0000)]
Suppress timeout parameter from net_Select() - refs #1056.
The only use of the timeout was to poll b_die, but net_ReadInner()
takes care of that already.

17 years ago- Fix error reporting in net_Read* (refs #1056)
Rémi Denis-Courmont [Thu, 15 Feb 2007 17:12:28 +0000 (17:12 +0000)]
- Fix error reporting in net_Read* (refs #1056)
- Suppress broken and unused timeout value from net_ReadNonBlock()

17 years ago- Fix file descriptors leak
Rémi Denis-Courmont [Thu, 15 Feb 2007 17:08:22 +0000 (17:08 +0000)]
- Fix file descriptors leak
- Use net_Read() instead of net_ReadNonBlock()

17 years agoFix out-of-bound read
Rémi Denis-Courmont [Thu, 15 Feb 2007 16:59:30 +0000 (16:59 +0000)]
Fix out-of-bound read

17 years agos/vlc_object_die/vlc_object_kill/
Rémi Denis-Courmont [Thu, 15 Feb 2007 16:38:41 +0000 (16:38 +0000)]
s/vlc_object_die/vlc_object_kill/

17 years agovlc_object_die() opaque wrapper to set b_die, so we can use another
Rémi Denis-Courmont [Thu, 15 Feb 2007 16:33:47 +0000 (16:33 +0000)]
vlc_object_die() opaque wrapper to set b_die, so we can use another
notification mechanism later on.
They are a lot of places that would need to be changed though.

17 years agoUse size_t or ssize_t when appropriate
Rémi Denis-Courmont [Thu, 15 Feb 2007 16:32:53 +0000 (16:32 +0000)]
Use size_t or ssize_t when appropriate

17 years agoClose telnet connection in case of error (fixes #995)
Rémi Denis-Courmont [Thu, 15 Feb 2007 16:25:16 +0000 (16:25 +0000)]
Close telnet connection in case of error (fixes #995)

17 years agoUndo broken Win32 ifdefs (breaks IPv6 case on decent OSes)
Rémi Denis-Courmont [Thu, 15 Feb 2007 15:42:55 +0000 (15:42 +0000)]
Undo broken Win32 ifdefs (breaks IPv6 case on decent OSes)

17 years agowin32 replacement for inet_ntop()
Christophe Mutricy [Thu, 15 Feb 2007 15:34:50 +0000 (15:34 +0000)]
win32 replacement for inet_ntop()

17 years agoSingle service DCCP/RTP/AVP input
Rémi Denis-Courmont [Wed, 14 Feb 2007 19:59:54 +0000 (19:59 +0000)]
Single service DCCP/RTP/AVP input

17 years agoFix undefined function call
Rémi Denis-Courmont [Wed, 14 Feb 2007 19:56:15 +0000 (19:56 +0000)]
Fix undefined function call

17 years agoMake some room for !TCP connection-oriented protocols
Rémi Denis-Courmont [Wed, 14 Feb 2007 19:38:57 +0000 (19:38 +0000)]
Make some room for !TCP connection-oriented protocols

17 years agoInline net_ListenTCP
Rémi Denis-Courmont [Wed, 14 Feb 2007 18:43:27 +0000 (18:43 +0000)]
Inline net_ListenTCP

17 years agoRemove seemingly misleading comment
Rémi Denis-Courmont [Wed, 14 Feb 2007 16:49:22 +0000 (16:49 +0000)]
Remove seemingly misleading comment

17 years agoCosmetic fix
Rémi Denis-Courmont [Wed, 14 Feb 2007 16:31:11 +0000 (16:31 +0000)]
Cosmetic fix

17 years ago- Write COMEDIA MRLs properly (host is the remote rather than the local part)
Rémi Denis-Courmont [Wed, 14 Feb 2007 16:10:55 +0000 (16:10 +0000)]
- Write COMEDIA MRLs properly (host is the remote rather than the local part)
- Validate and canonicalize source-filter address

17 years ago * modules/mux/mpeg/ts.c: EN 300 473 says that data_alignment PES flag
Christophe Massiot [Wed, 14 Feb 2007 14:40:29 +0000 (14:40 +0000)]
 * modules/mux/mpeg/ts.c: EN 300 473 says that data_alignment PES flag
   must be set to 1 for DVB subtitles.

17 years agoRework signal handling so that it is async-safe
Rémi Denis-Courmont [Tue, 13 Feb 2007 20:48:52 +0000 (20:48 +0000)]
Rework signal handling so that it is async-safe
and that signals never disturb our innocent blocking system call callers
(such as network I/O)

17 years agoMark EOF in case of connection-orinted RTP transport
Rémi Denis-Courmont [Tue, 13 Feb 2007 19:51:07 +0000 (19:51 +0000)]
Mark EOF in case of connection-orinted RTP transport

17 years ago0 bytes UDP packet are legal!
Rémi Denis-Courmont [Tue, 13 Feb 2007 19:47:51 +0000 (19:47 +0000)]
0 bytes UDP packet are legal!

17 years agoFixes segfault introduced in [18810]
Rafaël Carré [Tue, 13 Feb 2007 12:53:50 +0000 (12:53 +0000)]
Fixes segfault introduced in [18810]

17 years agoCorrect module type
Jean-Paul Saman [Tue, 13 Feb 2007 10:44:57 +0000 (10:44 +0000)]
Correct module type

17 years agoFix SAP TCP/RTP support
Rémi Denis-Courmont [Mon, 12 Feb 2007 20:28:01 +0000 (20:28 +0000)]
Fix SAP TCP/RTP support

17 years ago * skins2/controls/ctrl_text.cpp: Fixed weird behaviours occurring when resizing...
Olivier Teulière [Mon, 12 Feb 2007 20:17:49 +0000 (20:17 +0000)]
 * skins2/controls/ctrl_text.cpp: Fixed weird behaviours occurring when resizing a Text control with moving text

17 years ago.host: Add zeroconf range to private address list
Rémi Denis-Courmont [Mon, 12 Feb 2007 20:09:53 +0000 (20:09 +0000)]
.host: Add zeroconf range to private address list

17 years agoFix previous commit
Rémi Denis-Courmont [Mon, 12 Feb 2007 19:50:29 +0000 (19:50 +0000)]
Fix previous commit

17 years agoSupport for TCP/RTP/AVP (rtptcp://).
Rémi Denis-Courmont [Mon, 12 Feb 2007 19:42:40 +0000 (19:42 +0000)]
Support for TCP/RTP/AVP (rtptcp://).
This is no excuse for using TCP instead of UDP/UDP-Lite when you can.

17 years agoFix out-of-bound read in RTP access
Rémi Denis-Courmont [Mon, 12 Feb 2007 18:04:58 +0000 (18:04 +0000)]
Fix out-of-bound read in RTP access
Fortunately, the harm potential of this old bug seems pretty low

17 years agoUndo [18814]
Rémi Denis-Courmont [Mon, 12 Feb 2007 17:35:39 +0000 (17:35 +0000)]
Undo [18814]

17 years agoExport inet_pton replacement
Rémi Denis-Courmont [Mon, 12 Feb 2007 17:35:07 +0000 (17:35 +0000)]
Export inet_pton replacement

17 years agoUse poll() always and fix terrible bug due to #ifdefs
Rémi Denis-Courmont [Mon, 12 Feb 2007 17:31:53 +0000 (17:31 +0000)]
Use poll() always and fix terrible bug due to #ifdefs

17 years ago- src/vlc.c: compile fix for win32
Damien Fouilleul [Mon, 12 Feb 2007 17:30:36 +0000 (17:30 +0000)]
- src/vlc.c: compile fix for win32

17 years agoFix minor errors
Rémi Denis-Courmont [Mon, 12 Feb 2007 17:29:51 +0000 (17:29 +0000)]
Fix minor errors

17 years agopoll() replacement
Rémi Denis-Courmont [Mon, 12 Feb 2007 17:27:59 +0000 (17:27 +0000)]
poll() replacement

17 years ago- udp.c: unix fix
Damien Fouilleul [Mon, 12 Feb 2007 16:37:17 +0000 (16:37 +0000)]
- udp.c: unix fix

17 years ago- win32 replacements for inet_pton/inet_ntop
Damien Fouilleul [Mon, 12 Feb 2007 16:25:16 +0000 (16:25 +0000)]
- win32 replacements for inet_pton/inet_ntop

17 years agoudp.c: MakeRandMulticast fix for win32, courmisch to review
Damien Fouilleul [Mon, 12 Feb 2007 14:54:46 +0000 (14:54 +0000)]
udp.c: MakeRandMulticast fix for win32, courmisch to review

17 years ago- getaddrinfo.c: use Win32 shim functions to load getnameinfo/getaddrinfo/freeaddrinf...
Damien Fouilleul [Mon, 12 Feb 2007 14:31:38 +0000 (14:31 +0000)]
- getaddrinfo.c: use Win32 shim functions to load getnameinfo/getaddrinfo/freeaddrinfo on first call, cleaner than a bunch of if/else in user functions
- announce.c: freeaddrinfo -> vlc_freeaddrinfo

17 years agoCompile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under...
Christophe Mutricy [Mon, 12 Feb 2007 14:00:55 +0000 (14:00 +0000)]
Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under cygwin should test.

17 years agoFixes album art local discovery and preparsing for directory:// subitems (refs [18129])
Rafaël Carré [Mon, 12 Feb 2007 13:29:22 +0000 (13:29 +0000)]
Fixes album art local discovery and preparsing for directory:// subitems (refs [18129])

17 years agos/borken/broken/
Antoine Cellerier [Mon, 12 Feb 2007 13:08:18 +0000 (13:08 +0000)]
s/borken/broken/

17 years agoConditionaly compile the mux fix as it requires a new (r7593 21/01/07) or newer fffmpeg.
Antoine Cellerier [Mon, 12 Feb 2007 12:58:43 +0000 (12:58 +0000)]
Conditionaly compile the mux fix as it requires a new (r7593 21/01/07) or newer fffmpeg.

17 years agoMove __wgetmainargs into VLC's main.
Marian Durkovic [Mon, 12 Feb 2007 07:12:11 +0000 (07:12 +0000)]
Move __wgetmainargs into VLC's main.
Refs: #900 #920 #1031

17 years agoplaylist_ItemGetByInputId now included in libvlc
Filippo Carone [Sun, 11 Feb 2007 21:18:13 +0000 (21:18 +0000)]
playlist_ItemGetByInputId now included in libvlc

17 years agoRemove useless parameter to net_Select
Rémi Denis-Courmont [Sun, 11 Feb 2007 21:01:47 +0000 (21:01 +0000)]
Remove useless parameter to net_Select

17 years agoPrint more debug messages from ffmpeg when using the mux module in VLC.
Antoine Cellerier [Sun, 11 Feb 2007 20:59:29 +0000 (20:59 +0000)]
Print more debug messages from ffmpeg when using the mux module in VLC.

17 years agoFix fallback to live555
Rémi Denis-Courmont [Sun, 11 Feb 2007 20:49:08 +0000 (20:49 +0000)]
Fix fallback to live555

17 years agoFix SAP parser (again)
Rémi Denis-Courmont [Sun, 11 Feb 2007 20:37:19 +0000 (20:37 +0000)]
Fix SAP parser (again)

17 years ago * Fix ffmpeg muxer. (flv muxing now works with ./vlc --sout "#transcode{vcodec...
Antoine Cellerier [Sun, 11 Feb 2007 19:45:32 +0000 (19:45 +0000)]
 * Fix ffmpeg muxer. (flv muxing now works with ./vlc  --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{mux=ffmpeg{mux=flv},access=file,dst=test.flv}" -vvv --color ~/media/pinball-bit-rate-vbr-peak.wmv -I dummy) Include 2 hacks ... if someone has a better way to do it feel free to do so.
 * Remove a bunch of trailing white spaces.

17 years agoRemove debug spammer - fixes #971
Rémi Denis-Courmont [Sun, 11 Feb 2007 18:17:13 +0000 (18:17 +0000)]
Remove debug spammer - fixes #971

17 years agogettimeofday() implementaion for Win32. Leverage from tcpdump mailing list.
Christophe Mutricy [Sun, 11 Feb 2007 17:58:09 +0000 (17:58 +0000)]
gettimeofday() implementaion for Win32. Leverage from tcpdump mailing list.

17 years agoI need some more sleep.
Rémi Denis-Courmont [Sun, 11 Feb 2007 17:55:28 +0000 (17:55 +0000)]
I need some more sleep.
Now it really seems to work.

17 years agoRemove debug
Rémi Denis-Courmont [Sun, 11 Feb 2007 17:41:41 +0000 (17:41 +0000)]
Remove debug

17 years agoReally put socket into non-blocking mode
Rémi Denis-Courmont [Sun, 11 Feb 2007 17:41:02 +0000 (17:41 +0000)]
Really put socket into non-blocking mode
Really fixes #1051

17 years agoPut accept'd socket into non-blocking mode as the others
Rémi Denis-Courmont [Sun, 11 Feb 2007 17:22:20 +0000 (17:22 +0000)]
Put accept'd socket into non-blocking mode as the others
Fixes #1051

17 years agoBetter compile fix by Pierre d'Herbemont
Christophe Mutricy [Sun, 11 Feb 2007 17:10:32 +0000 (17:10 +0000)]
Better compile fix by Pierre d'Herbemont

17 years agoAdd option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux...
Antoine Cellerier [Sun, 11 Feb 2007 16:26:19 +0000 (16:26 +0000)]
Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux=flv}...) Still seems kind of broken as the resulting file can't be demuxed by vlc/libavformat. Looks like the video and audio codec aren't identified correctly in the ffmpeg muxer. Must be some error in mux.c i guess.

17 years agoCosmetic fix
Rémi Denis-Courmont [Sun, 11 Feb 2007 16:14:30 +0000 (16:14 +0000)]
Cosmetic fix

17 years agoByte order fix
Rémi Denis-Courmont [Sun, 11 Feb 2007 16:10:31 +0000 (16:10 +0000)]
Byte order fix

17 years agoImprove SAP parser
Rémi Denis-Courmont [Sun, 11 Feb 2007 16:08:56 +0000 (16:08 +0000)]
Improve SAP parser

17 years agonet_SetPort() sets a port within a socket address
Rémi Denis-Courmont [Sun, 11 Feb 2007 14:47:35 +0000 (14:47 +0000)]
net_SetPort() sets a port within a socket address

17 years agoUse net_Accept's timeout param instead of a call to msleep.
Antoine Cellerier [Sun, 11 Feb 2007 12:11:51 +0000 (12:11 +0000)]
Use net_Accept's timeout param instead of a call to msleep.

17 years agoRemove some dead code
Rémi Denis-Courmont [Sun, 11 Feb 2007 10:24:02 +0000 (10:24 +0000)]
Remove some dead code

17 years agoFix for insane naming convention
Rémi Denis-Courmont [Sun, 11 Feb 2007 10:20:47 +0000 (10:20 +0000)]
Fix for insane naming convention

17 years agoSupport for auto-generated pseudo-random multicast addresses.
Rémi Denis-Courmont [Sun, 11 Feb 2007 09:35:25 +0000 (09:35 +0000)]
Support for auto-generated pseudo-random multicast addresses.
That being said, I either don't understand sout chain (likely) or
it is plain broken (unlikely) but I can't seem to pass parameters
to the access output.

17 years agoFix link-scoped IPv6 addresses
Rémi Denis-Courmont [Sun, 11 Feb 2007 09:32:56 +0000 (09:32 +0000)]
Fix link-scoped IPv6 addresses

17 years agoFix #675.
Antoine Cellerier [Sun, 11 Feb 2007 01:51:45 +0000 (01:51 +0000)]
Fix #675.

17 years agoFix #1048... kind of. Should the rc interface be able to accept more than 1 connectio...
Antoine Cellerier [Sun, 11 Feb 2007 01:31:19 +0000 (01:31 +0000)]
Fix #1048... kind of. Should the rc interface be able to accept more than 1 connection ? and accept tcp connections + stdin commands ? (currently only 1 connection can be active)

17 years agoThat was forgotten in [18758]
Christophe Mutricy [Sun, 11 Feb 2007 00:41:57 +0000 (00:41 +0000)]
That was forgotten in [18758]

17 years agocompile fix
Christophe Mutricy [Sun, 11 Feb 2007 00:14:07 +0000 (00:14 +0000)]
compile fix

17 years agoAdd some option in configure to help Gentoo people. Closes #1045. Closes #1046
Christophe Mutricy [Sat, 10 Feb 2007 23:15:18 +0000 (23:15 +0000)]
Add some option in configure to help Gentoo people. Closes #1045. Closes #1046

17 years agoMinor cleanup
Rémi Denis-Courmont [Sat, 10 Feb 2007 21:39:37 +0000 (21:39 +0000)]
Minor cleanup

17 years agoRepair SAP + SSM
Rémi Denis-Courmont [Sat, 10 Feb 2007 21:32:28 +0000 (21:32 +0000)]
Repair SAP + SSM

17 years agoFix double free - closes #1032
Rémi Denis-Courmont [Sat, 10 Feb 2007 20:32:57 +0000 (20:32 +0000)]
Fix double free - closes #1032

17 years agoEnglish grammar fixes (I think)
Rémi Denis-Courmont [Sat, 10 Feb 2007 20:22:50 +0000 (20:22 +0000)]
English grammar fixes (I think)

17 years agoFix opening of multiple files with ffmpeg SVN
Rémi Denis-Courmont [Sat, 10 Feb 2007 19:54:55 +0000 (19:54 +0000)]
Fix opening of multiple files with ffmpeg SVN
(this is a revert of ffmpeg [7589])

17 years agoman subversion
Rémi Denis-Courmont [Sat, 10 Feb 2007 19:49:47 +0000 (19:49 +0000)]
man subversion

17 years agoDisable xpsf playlist until it stops breaking streaming output
Rémi Denis-Courmont [Sat, 10 Feb 2007 18:54:00 +0000 (18:54 +0000)]
Disable xpsf playlist until it stops breaking streaming output

17 years agoLittle typo, little buffer overflow
Rémi Denis-Courmont [Sat, 10 Feb 2007 18:25:47 +0000 (18:25 +0000)]
Little typo, little buffer overflow

17 years agoFix a bunch of bugs
Rémi Denis-Courmont [Sat, 10 Feb 2007 18:16:21 +0000 (18:16 +0000)]
Fix a bunch of bugs

17 years agoPartial support for COMEDIA in SAP announcer
Rémi Denis-Courmont [Sat, 10 Feb 2007 17:49:11 +0000 (17:49 +0000)]
Partial support for COMEDIA in SAP announcer

17 years ago* fixed a bug which prevented the fspanel to show up in some circumstances. Patch...
Felix Paul Kühne [Sat, 10 Feb 2007 17:47:50 +0000 (17:47 +0000)]
* fixed a bug which prevented the fspanel to show up in some circumstances. Patch by Pierre d'Herbemont pdherbemont --at,- free.fr. This commit priortises Cocoa hotkeys instead of VLC's natives which is a good idea IMO.

17 years agoRemove useless debug message
Rémi Denis-Courmont [Sat, 10 Feb 2007 17:34:37 +0000 (17:34 +0000)]
Remove useless debug message

17 years agoRestore some kind of SAP support
Rémi Denis-Courmont [Sat, 10 Feb 2007 17:33:27 +0000 (17:33 +0000)]
Restore some kind of SAP support

17 years agoAdd some debug
Rémi Denis-Courmont [Sat, 10 Feb 2007 17:33:06 +0000 (17:33 +0000)]
Add some debug

17 years ago*Ahem* whistles
Rémi Denis-Courmont [Sat, 10 Feb 2007 17:30:56 +0000 (17:30 +0000)]
*Ahem* whistles

17 years agoExport src/dst addr/port from UDP access output
Rémi Denis-Courmont [Sat, 10 Feb 2007 15:55:30 +0000 (15:55 +0000)]
Export src/dst addr/port from UDP access output

17 years agoallow up to x32 playback (instead of x8)
Antoine Cellerier [Sat, 10 Feb 2007 15:29:27 +0000 (15:29 +0000)]
allow up to x32 playback (instead of x8)

17 years agoCompile fix
Rémi Denis-Courmont [Sat, 10 Feb 2007 15:19:41 +0000 (15:19 +0000)]
Compile fix

17 years agos/psz_name/psz_path/ for consistency
Rémi Denis-Courmont [Sat, 10 Feb 2007 14:53:47 +0000 (14:53 +0000)]
s/psz_name/psz_path/ for consistency

17 years agoAdd pf_control to access_output
Rémi Denis-Courmont [Sat, 10 Feb 2007 14:43:45 +0000 (14:43 +0000)]
Add pf_control to access_output

17 years agoForce RTP for UDP-Lite, as we have no legacy issue (suggestion from Md)
Rémi Denis-Courmont [Sat, 10 Feb 2007 13:38:42 +0000 (13:38 +0000)]
Force RTP for UDP-Lite, as we have no legacy issue (suggestion from Md)

17 years agoFix warnings
Rémi Denis-Courmont [Sat, 10 Feb 2007 13:30:25 +0000 (13:30 +0000)]
Fix warnings

17 years agoRemove useless define
Rémi Denis-Courmont [Sat, 10 Feb 2007 13:22:26 +0000 (13:22 +0000)]
Remove useless define

17 years agoBig SAP/announce cleanup
Rémi Denis-Courmont [Sat, 10 Feb 2007 13:15:50 +0000 (13:15 +0000)]
Big SAP/announce cleanup
plus several minor bugfixes in SAP announce

OTOH, SAP is currently broken for standard output (and untested for RTP)