]> git.sesse.net Git - vlc/log
vlc
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)

17 years agonet_GetPort() returns network-byte order port number from an address
Rémi Denis-Courmont [Sat, 10 Feb 2007 12:18:05 +0000 (12:18 +0000)]
net_GetPort() returns network-byte order port number from an address

17 years agoAdd var_GetNonEmptyString
Rémi Denis-Courmont [Sat, 10 Feb 2007 10:10:25 +0000 (10:10 +0000)]
Add var_GetNonEmptyString

17 years agoDe-inline base64 decoder
Rémi Denis-Courmont [Sat, 10 Feb 2007 09:49:15 +0000 (09:49 +0000)]
De-inline base64 decoder

17 years agoFix compiler warning
Rémi Denis-Courmont [Sat, 10 Feb 2007 08:53:47 +0000 (08:53 +0000)]
Fix compiler warning

17 years agoAdd support for session description
Rémi Denis-Courmont [Sat, 10 Feb 2007 08:50:47 +0000 (08:50 +0000)]
Add support for session description

17 years agoCosmetic
Rémi Denis-Courmont [Sat, 10 Feb 2007 08:28:07 +0000 (08:28 +0000)]
Cosmetic

17 years agotelnet.c: remove the bloat which was needed when strings were localized.
Christophe Mutricy [Sat, 10 Feb 2007 00:11:32 +0000 (00:11 +0000)]
telnet.c: remove the bloat which was needed when strings were localized.

17 years agoAdd function to simulate hotkey presses from the HTTP interface. This is unused in...
Antoine Cellerier [Fri, 9 Feb 2007 23:57:41 +0000 (23:57 +0000)]
Add function to simulate hotkey presses from the HTTP interface. This is unused in the current pages. Patch courtesy of neilfred on the forums ( http://forum.videolan.org/viewtopic.php?t=31871 ). Someone now needs to add the missing buttons to the HTML code.

17 years agoAdd "key" (or "hotkey") command in RC to simulate a hotkey press. Original idea by...
Antoine Cellerier [Fri, 9 Feb 2007 23:51:34 +0000 (23:51 +0000)]
Add "key" (or "hotkey") command in RC to simulate a hotkey press. Original idea by artois_val on the forum ( http://forum.videolan.org/viewtopic.php?t=31646 ).

17 years agoPartial announce API cleanup
Rémi Denis-Courmont [Fri, 9 Feb 2007 21:51:43 +0000 (21:51 +0000)]
Partial announce API cleanup
To be continued

17 years agomultipass x264 patch courtesy of Sašo Kiselkov
Rémi Denis-Courmont [Fri, 9 Feb 2007 20:07:42 +0000 (20:07 +0000)]
multipass x264 patch courtesy of Sašo Kiselkov

17 years agoRemove use SAP/TTL cruft
Rémi Denis-Courmont [Fri, 9 Feb 2007 19:35:29 +0000 (19:35 +0000)]
Remove use SAP/TTL cruft

17 years agoFix a few warnings
Rémi Denis-Courmont [Fri, 9 Feb 2007 19:19:12 +0000 (19:19 +0000)]
Fix a few warnings

17 years agoAdd SDP generation helper with a bunch of would-be conformance fixes
Rémi Denis-Courmont [Fri, 9 Feb 2007 19:15:38 +0000 (19:15 +0000)]
Add SDP generation helper with a bunch of would-be conformance fixes
(at least: i= is mandatory, TTL notation is forbidden for IPv6)

17 years agoNTPtime64() returns an NTP timestamp
Rémi Denis-Courmont [Fri, 9 Feb 2007 18:24:06 +0000 (18:24 +0000)]
NTPtime64() returns an NTP timestamp

17 years ago * modules/demux/ts.c: Fixed erroneous warning messages (reported by
Christophe Massiot [Fri, 9 Feb 2007 13:57:06 +0000 (13:57 +0000)]
 * modules/demux/ts.c: Fixed erroneous warning messages (reported by
   Bill May).

17 years agoSpanish l10n update by Antonio Javier Varela
Christophe Mutricy [Thu, 8 Feb 2007 23:26:56 +0000 (23:26 +0000)]
Spanish l10n update by Antonio Javier Varela

17 years ago.
Christophe Massiot [Thu, 8 Feb 2007 14:12:09 +0000 (14:12 +0000)]
.

17 years agoQt4: One Day / One Simples Pref UI.
Jean-Baptiste Kempf [Thu, 8 Feb 2007 01:21:35 +0000 (01:21 +0000)]
Qt4: One Day / One Simples Pref UI.
The Input Ui needs to be reviewed since I added a few buttons that weren't specified in the wiki.

17 years agoDon't crash on messed up aspect ratios.
Sigmund Augdal Helberg [Wed, 7 Feb 2007 22:06:31 +0000 (22:06 +0000)]
Don't crash on messed up aspect ratios.

17 years agoAdd media key to X11 vouts. Patch by loox.thefuture
Christophe Mutricy [Wed, 7 Feb 2007 20:00:55 +0000 (20:00 +0000)]
Add media key to X11 vouts. Patch by loox.thefuture

17 years ago- directx: put the code in the right place ;)
Damien Fouilleul [Wed, 7 Feb 2007 15:18:58 +0000 (15:18 +0000)]
- directx: put the code in the right place ;)

17 years ago- directx, direct3d: for non-overlay surfaces, remove the background brush after...
Damien Fouilleul [Wed, 7 Feb 2007 13:07:00 +0000 (13:07 +0000)]
- directx, direct3d: for non-overlay surfaces, remove the background brush after first frame is displayed to avoid flickering during repaints

17 years agoQt4: One Day / One ui. Audio.
Jean-Baptiste Kempf [Wed, 7 Feb 2007 01:25:14 +0000 (01:25 +0000)]
Qt4: One Day / One ui. Audio.
This is not finished because I don't have a windows machine. And needs some relabeling.:

17 years agoPatch from Cédric Cocquebert for sharpen filter.
Jean-Baptiste Kempf [Tue, 6 Feb 2007 23:32:35 +0000 (23:32 +0000)]
Patch from Cédric Cocquebert for sharpen filter.

17 years agoFix indentation.
Pavlov Konstantin [Tue, 6 Feb 2007 15:26:28 +0000 (15:26 +0000)]
Fix indentation.

17 years agoRemove pid file on exit.
Pavlov Konstantin [Tue, 6 Feb 2007 15:22:15 +0000 (15:22 +0000)]
Remove pid file on exit.

17 years agoMake update-po
Christophe Mutricy [Tue, 6 Feb 2007 15:10:20 +0000 (15:10 +0000)]
Make update-po

17 years agoXcode project has moved
Christophe Mutricy [Tue, 6 Feb 2007 15:09:54 +0000 (15:09 +0000)]
Xcode project has moved

17 years agoProperly check for Xext library. We got way more kludges in Xv detection, though...
Pavlov Konstantin [Tue, 6 Feb 2007 13:37:40 +0000 (13:37 +0000)]
Properly check for Xext library. We got way more kludges in Xv detection, though...
Should fix packaging, too.

17 years agoAdded symbols needed to link vlc.
Pavlov Konstantin [Tue, 6 Feb 2007 13:13:43 +0000 (13:13 +0000)]
Added symbols needed to link vlc.

17 years agoFix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked...
Jean-Paul Saman [Tue, 6 Feb 2007 08:57:51 +0000 (08:57 +0000)]
Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code.

17 years agol10n in vlc.desktop for Swedish by Daniel Nylander
Christophe Mutricy [Tue, 6 Feb 2007 00:01:17 +0000 (00:01 +0000)]
l10n in vlc.desktop for Swedish by Daniel Nylander

17 years agoOops. Sorry.
Jean-Baptiste Kempf [Tue, 6 Feb 2007 00:01:14 +0000 (00:01 +0000)]
Oops. Sorry.

17 years agoNEWS: add teletext and sharpen, before we forget to do it. :D
Jean-Baptiste Kempf [Mon, 5 Feb 2007 23:52:22 +0000 (23:52 +0000)]
NEWS: add teletext and sharpen, before we forget to do it. :D

17 years agoDon't translate messages in telnet interface
Pavlov Konstantin [Mon, 5 Feb 2007 23:31:54 +0000 (23:31 +0000)]
Don't translate messages in telnet interface

17 years agoQt4: Update and finish (?) Video Prefs.
Jean-Baptiste Kempf [Mon, 5 Feb 2007 23:27:14 +0000 (23:27 +0000)]
Qt4: Update and finish (?) Video Prefs.

17 years agoUse DLL_EXPORT only on win
Christophe Mutricy [Mon, 5 Feb 2007 22:02:43 +0000 (22:02 +0000)]
Use DLL_EXPORT only on win

17 years agoLink screen and panoramix plugins with X11 only, they don't need Xext.
Pavlov Konstantin [Mon, 5 Feb 2007 21:29:32 +0000 (21:29 +0000)]
Link screen and panoramix plugins with X11 only, they don't need Xext.
Only build x11 plugin when we have Xext.h.

17 years ago-fvisibility-inlines-hidden breaks x86_64 ld linker
Damien Fouilleul [Mon, 5 Feb 2007 18:06:04 +0000 (18:06 +0000)]
-fvisibility-inlines-hidden breaks x86_64 ld linker

17 years agoWarning: Explicit kludge - parental advisory
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:50:14 +0000 (17:50 +0000)]
Warning: Explicit kludge - parental advisory

Now, UDP-Lite really works!

17 years agoifdef for old OSes
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:35:14 +0000 (17:35 +0000)]
ifdef for old OSes

17 years agoUDP-Lite access output
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:21:56 +0000 (17:21 +0000)]
UDP-Lite access output

17 years agoI *can* do it
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:15:49 +0000 (17:15 +0000)]
I *can* do it

17 years agoFix linking
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:06:28 +0000 (17:06 +0000)]
Fix linking

17 years agoFix memory leaks and dummy error messages in net_OpenDgram
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:04:55 +0000 (17:04 +0000)]
Fix memory leaks and dummy error messages in net_OpenDgram

17 years ago- vlc.c: commented out rootwrap() till it is properly fixed
Damien Fouilleul [Mon, 5 Feb 2007 16:55:50 +0000 (16:55 +0000)]
- vlc.c: commented out rootwrap() till it is properly fixed

17 years agoFix impossible out-of-bound strcmp
Rémi Denis-Courmont [Mon, 5 Feb 2007 16:49:14 +0000 (16:49 +0000)]
Fix impossible out-of-bound strcmp

17 years ago- configure.ac: -fvisibility-inlines-hidden is C++ only
Damien Fouilleul [Mon, 5 Feb 2007 16:43:41 +0000 (16:43 +0000)]
- configure.ac: -fvisibility-inlines-hidden is C++ only

17 years agoUDP-Lite access
Rémi Denis-Courmont [Mon, 5 Feb 2007 16:32:31 +0000 (16:32 +0000)]
UDP-Lite access

This is completely untested because vlc does not link at the moment :(

17 years ago- vlc_common.h: compile fix
Damien Fouilleul [Mon, 5 Feb 2007 15:45:14 +0000 (15:45 +0000)]
- vlc_common.h: compile fix

17 years ago- added support for visibility attribute for GCC 4.x for controlling export symbols
Damien Fouilleul [Mon, 5 Feb 2007 14:58:40 +0000 (14:58 +0000)]
- added support for visibility attribute for GCC 4.x for controlling export symbols

17 years agoAdd a module_Exists() function for Simple_Prefs. Don't use too much this function.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 23:15:19 +0000 (23:15 +0000)]
Add a module_Exists() function for Simple_Prefs. Don't use too much this function.

17 years agoChange in copyright and propedit.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 22:40:21 +0000 (22:40 +0000)]
Change in copyright and propedit.

17 years agoSharpen Video-Filter.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 22:27:07 +0000 (22:27 +0000)]
Sharpen Video-Filter.
Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.