]> git.sesse.net Git - vlc/log
vlc
17 years ago- Do not attach libvlc to the global data
Rémi Denis-Courmont [Thu, 9 Nov 2006 17:55:58 +0000 (17:55 +0000)]
- Do not attach libvlc to the global data
  to avoid crashes in the messaging system (global data has no libvlc pointer)
- Rename ROOT to GLOBAL to avoid confusion (the root is LIBVLC, not GLOBAL)

17 years agoCosmetic fix
Rémi Denis-Courmont [Thu, 9 Nov 2006 17:24:10 +0000 (17:24 +0000)]
Cosmetic fix

17 years agoMissing(?) header
Rémi Denis-Courmont [Thu, 9 Nov 2006 17:10:38 +0000 (17:10 +0000)]
Missing(?) header

17 years agoAvoid dummy error messages
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:44:34 +0000 (16:44 +0000)]
Avoid dummy error messages

17 years agoFully initialize p_session
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:41:04 +0000 (16:41 +0000)]
Fully initialize p_session

17 years agoFix address in source-filter - fixes #804
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:25:58 +0000 (16:25 +0000)]
Fix address in source-filter - fixes #804

17 years agoHow to remove ~200 lines of code
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:02:15 +0000 (16:02 +0000)]
How to remove ~200 lines of code

17 years ago * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().
Christophe Massiot [Thu, 9 Nov 2006 15:55:36 +0000 (15:55 +0000)]
 * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().

17 years agoSuppress copy-cat code (more to come)
Rémi Denis-Courmont [Thu, 9 Nov 2006 15:53:34 +0000 (15:53 +0000)]
Suppress copy-cat code (more to come)

17 years ago- Remove the rc-force option, and do the same automatically
Rémi Denis-Courmont [Thu, 9 Nov 2006 15:48:44 +0000 (15:48 +0000)]
- Remove the rc-force option, and do the same automatically
- Remove some cruft

17 years agoOf course localetime_r has to have another name on Windows.
Rémi Denis-Courmont [Thu, 9 Nov 2006 15:43:02 +0000 (15:43 +0000)]
Of course localetime_r has to have another name on Windows.
(And go fix your libc if this does not work for you.)

17 years ago * modules/stream_out/autodel.c: New autodel module to work-around a memory
Christophe Massiot [Thu, 9 Nov 2006 15:13:13 +0000 (15:13 +0000)]
 * modules/stream_out/autodel.c: New autodel module to work-around a memory
   leak in the TS mux which is triggered when the input PCR packets
   disappear from the stream without disappearing from the PMT (happens
   on the satellite when the video suddenly gets scrambled). Insert it in
   the sout pipeline : --sout="#autodel:std{...}".

17 years ago* don't mix old and new pl API
Felix Paul Kühne [Thu, 9 Nov 2006 14:17:25 +0000 (14:17 +0000)]
* don't mix old and new pl API

17 years ago* added an option to disable auto-playback of newly added items
Felix Paul Kühne [Thu, 9 Nov 2006 14:17:03 +0000 (14:17 +0000)]
* added an option to disable auto-playback of newly added items

17 years ago* forward-port [17568]
Felix Paul Kühne [Thu, 9 Nov 2006 13:32:45 +0000 (13:32 +0000)]
* forward-port [17568]

17 years agoretry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg a lincor...
Felix Paul Kühne [Thu, 9 Nov 2006 11:39:27 +0000 (11:39 +0000)]
retry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg  a  lincor.com), submitted by Dermot McGahon (dermot  a  dspsrv.com)

17 years ago * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes
Olivier Teulière [Thu, 9 Nov 2006 07:44:26 +0000 (07:44 +0000)]
 * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes

17 years agoreadme update
Filippo Carone [Wed, 8 Nov 2006 21:37:20 +0000 (21:37 +0000)]
readme update

17 years agoAdd dump access filter to save original media to home
Rémi Denis-Courmont [Wed, 8 Nov 2006 21:13:09 +0000 (21:13 +0000)]
Add dump access filter to save original media to home
(could be improved, but basically works)

17 years agoAdd Dump hotkey
Rémi Denis-Courmont [Wed, 8 Nov 2006 21:12:22 +0000 (21:12 +0000)]
Add Dump hotkey

17 years ago* forwardport [17538] : Real RTSP selection fix. refs #821
Derk-Jan Hartman [Wed, 8 Nov 2006 20:34:12 +0000 (20:34 +0000)]
* forwardport [17538] : Real RTSP selection fix. refs #821

17 years ago--disable-libtool not needed anymore to build java bindings
Filippo Carone [Wed, 8 Nov 2006 20:33:07 +0000 (20:33 +0000)]
--disable-libtool not needed anymore to build java bindings

17 years agoUse add_bool where it is adapted
Christophe Mutricy [Wed, 8 Nov 2006 19:59:07 +0000 (19:59 +0000)]
Use add_bool where it is adapted

17 years agoGrammar
Rémi Denis-Courmont [Wed, 8 Nov 2006 19:22:15 +0000 (19:22 +0000)]
Grammar

17 years agoFix var_SetString
Rémi Denis-Courmont [Wed, 8 Nov 2006 16:31:05 +0000 (16:31 +0000)]
Fix var_SetString

17 years agoSome more const and strdup avoidance
Rémi Denis-Courmont [Wed, 8 Nov 2006 16:26:26 +0000 (16:26 +0000)]
Some more const and strdup avoidance

17 years agoConst as usual
Rémi Denis-Courmont [Wed, 8 Nov 2006 16:23:33 +0000 (16:23 +0000)]
Const as usual

17 years agoSome more const
Rémi Denis-Courmont [Wed, 8 Nov 2006 15:53:28 +0000 (15:53 +0000)]
Some more const

17 years ago * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.
Christophe Massiot [Wed, 8 Nov 2006 14:26:06 +0000 (14:26 +0000)]
 * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.

17 years ago * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
Christophe Massiot [Wed, 8 Nov 2006 14:24:54 +0000 (14:24 +0000)]
 * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
   and DTS for field pictures.

17 years ago * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
Christophe Massiot [Wed, 8 Nov 2006 14:21:01 +0000 (14:21 +0000)]
 * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
   and low delay streams.

17 years agoSupport non-ANSI CP characters from command line / click on media file
Marian Durkovic [Wed, 8 Nov 2006 13:37:57 +0000 (13:37 +0000)]
Support non-ANSI CP characters from command line / click on media file

17 years agoFix skins2 Drag&Drop to accept files with non-ANSI CP characters
Marian Durkovic [Wed, 8 Nov 2006 13:29:36 +0000 (13:29 +0000)]
Fix skins2 Drag&Drop to accept files with non-ANSI CP characters

17 years agoFix one instance mode for Win32 in trunk
Marian Durkovic [Wed, 8 Nov 2006 13:21:08 +0000 (13:21 +0000)]
Fix one instance mode for Win32 in trunk

17 years ago* forward-port [17536]
Felix Paul Kühne [Tue, 7 Nov 2006 20:38:53 +0000 (20:38 +0000)]
* forward-port [17536]

17 years ago * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
Christophe Massiot [Tue, 7 Nov 2006 19:57:50 +0000 (19:57 +0000)]
 * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
   --sout-ts-crypt-video options.

17 years ago* memleak if normvol filter cannot be used.
Derk-Jan Hartman [Tue, 7 Nov 2006 15:45:27 +0000 (15:45 +0000)]
* memleak if normvol filter cannot be used.

17 years ago* restore nib targetted for 0.9.0
Felix Paul Kühne [Tue, 7 Nov 2006 10:59:45 +0000 (10:59 +0000)]
* restore nib targetted for 0.9.0

17 years ago* commit the modified nib in the correct rep..
Felix Paul Kühne [Tue, 7 Nov 2006 10:52:08 +0000 (10:52 +0000)]
* commit the modified nib in the correct rep..

17 years agoUse str_format_time and str_format_meta here too. Make sure that we only call these...
Antoine Cellerier [Mon, 6 Nov 2006 21:44:08 +0000 (21:44 +0000)]
Use str_format_time and str_format_meta here too. Make sure that we only call these functions when needed.

17 years agoUse str_format_time and str_format_meta in file output. (these are the %char and...
Antoine Cellerier [Mon, 6 Nov 2006 21:26:46 +0000 (21:26 +0000)]
Use str_format_time and str_format_meta in file output. (these are the %char and $char variables defined in marq help)

17 years agoAllow using format meta stuff in --snapshot-path when defining a filename (see marq...
Antoine Cellerier [Mon, 6 Nov 2006 21:16:58 +0000 (21:16 +0000)]
Allow using format meta stuff in --snapshot-path when defining a filename (see marq help for available variables).

17 years agoCosmetic fix
Rémi Denis-Courmont [Mon, 6 Nov 2006 21:05:11 +0000 (21:05 +0000)]
Cosmetic fix

17 years agoMove string formating functions used in marq to the core.
Antoine Cellerier [Mon, 6 Nov 2006 21:03:33 +0000 (21:03 +0000)]
Move string formating functions used in marq to the core.

17 years agoTab/trailing spaces police
Antoine Cellerier [Mon, 6 Nov 2006 20:05:19 +0000 (20:05 +0000)]
Tab/trailing spaces police

17 years agos/Warm/Warn/
Antoine Cellerier [Mon, 6 Nov 2006 20:00:40 +0000 (20:00 +0000)]
s/Warm/Warn/

17 years agoRevert [17482]. pkgconfig buildsytem is broken on native win32
Christophe Mutricy [Mon, 6 Nov 2006 19:25:12 +0000 (19:25 +0000)]
Revert [17482]. pkgconfig buildsytem is broken on native win32

17 years agoFix export
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:59:01 +0000 (17:59 +0000)]
Fix export

17 years agoAdd a few harmless const
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:58:08 +0000 (17:58 +0000)]
Add a few harmless const

17 years agoFix previous commit
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:30:21 +0000 (17:30 +0000)]
Fix previous commit

17 years agoCleanup
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:29:07 +0000 (17:29 +0000)]
Cleanup

17 years agoFix warning
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:28:55 +0000 (17:28 +0000)]
Fix warning

17 years agoCosmetic fix
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:07:55 +0000 (17:07 +0000)]
Cosmetic fix

17 years agoSimplify
Antoine Cellerier [Mon, 6 Nov 2006 17:03:01 +0000 (17:03 +0000)]
Simplify

17 years agoFix boundary checks on file seek
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:01:44 +0000 (17:01 +0000)]
Fix boundary checks on file seek

17 years agoDV can't (fast)seek; it does not even have a Seek callback.
Rémi Denis-Courmont [Mon, 6 Nov 2006 16:33:30 +0000 (16:33 +0000)]
DV can't (fast)seek; it does not even have a Seek callback.
This was seemingly erronously added when Pause support was added.

17 years agoForwardport Unicode wxWidgets fixes - [17434], [17436], [17452]
Marian Durkovic [Mon, 6 Nov 2006 12:49:21 +0000 (12:49 +0000)]
Forwardport Unicode wxWidgets fixes - [17434], [17436], [17452]

17 years ago* restored the error panel and removed all 0.9.0 stuff
Felix Paul Kühne [Sun, 5 Nov 2006 23:46:37 +0000 (23:46 +0000)]
* restored the error panel and removed all 0.9.0 stuff

17 years ago* commit the non-fixed nib to get a diff (work-around for a svn stupidity)
Felix Paul Kühne [Sun, 5 Nov 2006 23:32:49 +0000 (23:32 +0000)]
* commit the non-fixed nib to get a diff (work-around for a svn stupidity)

17 years ago* update after recent back-ports
Felix Paul Kühne [Sun, 5 Nov 2006 23:23:35 +0000 (23:23 +0000)]
* update after recent back-ports

17 years ago* forward-port [17501] and [17500]
Felix Paul Kühne [Sun, 5 Nov 2006 23:09:23 +0000 (23:09 +0000)]
* forward-port [17501] and [17500]

17 years ago* forward-port [17497] with the addition of an 'embedded' check, because this work...
Felix Paul Kühne [Sun, 5 Nov 2006 22:52:10 +0000 (22:52 +0000)]
* forward-port [17497] with the addition of an 'embedded' check, because this work-around triggers the fspanel to keep hidden all the time when using detached vouts. Ideas on this issue are welcomed ;)

17 years agoUncomment if multicast starts failing on Windows
Rémi Denis-Courmont [Sun, 5 Nov 2006 20:05:48 +0000 (20:05 +0000)]
Uncomment if multicast starts failing on Windows

17 years agopatch silly configure.
Christophe Mutricy [Sun, 5 Nov 2006 20:02:49 +0000 (20:02 +0000)]
patch silly configure.

17 years agoExport and use ListenUDP
Rémi Denis-Courmont [Sun, 5 Nov 2006 20:02:08 +0000 (20:02 +0000)]
Export and use ListenUDP

17 years agoUse ListenUDP
Rémi Denis-Courmont [Sun, 5 Nov 2006 19:30:16 +0000 (19:30 +0000)]
Use ListenUDP

17 years agoAdd net_ListenUDP
Rémi Denis-Courmont [Sun, 5 Nov 2006 19:20:52 +0000 (19:20 +0000)]
Add net_ListenUDP

17 years agothe pkg.m4 in pkgconfig 0.21 is buggy. stay with 0.20 while we fix it
Christophe Mutricy [Sun, 5 Nov 2006 18:36:12 +0000 (18:36 +0000)]
the pkg.m4 in pkgconfig 0.21 is buggy. stay with 0.20 while we fix it

17 years agoUse an uptodate pkg-config version
Christophe Mutricy [Sun, 5 Nov 2006 17:59:37 +0000 (17:59 +0000)]
Use an uptodate pkg-config version

17 years agoAdd pkg-config to win32 contribs as Msys suc^W doesn't have it
Christophe Mutricy [Sun, 5 Nov 2006 17:34:46 +0000 (17:34 +0000)]
Add pkg-config to win32 contribs as Msys suc^W doesn't have it

17 years agoAdd net_SockAddrIsMulticast
Rémi Denis-Courmont [Sun, 5 Nov 2006 16:59:47 +0000 (16:59 +0000)]
Add net_SockAddrIsMulticast

17 years agoFix and revive the net_OpenUDP warning
Rémi Denis-Courmont [Sun, 5 Nov 2006 16:41:00 +0000 (16:41 +0000)]
Fix and revive the net_OpenUDP warning

17 years agoCleanup
Rémi Denis-Courmont [Sun, 5 Nov 2006 16:26:53 +0000 (16:26 +0000)]
Cleanup

17 years agoSuppress bogus extraneous boundary check
Rémi Denis-Courmont [Sun, 5 Nov 2006 16:17:35 +0000 (16:17 +0000)]
Suppress bogus extraneous boundary check

17 years agoCosmetic fix
Rémi Denis-Courmont [Sun, 5 Nov 2006 16:14:52 +0000 (16:14 +0000)]
Cosmetic fix

17 years agoMissing #include
Rémi Denis-Courmont [Sun, 5 Nov 2006 16:03:04 +0000 (16:03 +0000)]
Missing #include

17 years agoSome safety fix pointed by pjrm on irc
Christophe Mutricy [Sun, 5 Nov 2006 15:51:46 +0000 (15:51 +0000)]
Some safety fix pointed by pjrm on irc

17 years agoFactorize socket listen code
Rémi Denis-Courmont [Sun, 5 Nov 2006 15:50:31 +0000 (15:50 +0000)]
Factorize socket listen code

17 years agoFix core deps again
Rémi Denis-Courmont [Sun, 5 Nov 2006 15:46:26 +0000 (15:46 +0000)]
Fix core deps again

17 years agoPlease run update-po (or whatever it's named) before commiting.
Antoine Cellerier [Sun, 5 Nov 2006 14:57:56 +0000 (14:57 +0000)]
Please run update-po (or whatever it's named) before commiting.

17 years agoFix make core not to remove libvlc if not needed
Rémi Denis-Courmont [Sun, 5 Nov 2006 12:16:44 +0000 (12:16 +0000)]
Fix make core not to remove libvlc if not needed

17 years agoLook for DLLTOOL
Rémi Denis-Courmont [Sun, 5 Nov 2006 12:16:27 +0000 (12:16 +0000)]
Look for DLLTOOL
(surprise surprise, one has to define $(DLLTOOL) if you want to use it...)

17 years agoFix warning
Rémi Denis-Courmont [Sun, 5 Nov 2006 12:02:15 +0000 (12:02 +0000)]
Fix warning

17 years agoFix warning
Rémi Denis-Courmont [Sun, 5 Nov 2006 11:46:43 +0000 (11:46 +0000)]
Fix warning

17 years agoForward port translations from [17318] and [17414]
Rafaël Carré [Sat, 4 Nov 2006 22:34:40 +0000 (22:34 +0000)]
Forward port translations from [17318] and [17414]

17 years agoFix error passing from IPv4 plugin
Rémi Denis-Courmont [Sat, 4 Nov 2006 17:56:43 +0000 (17:56 +0000)]
Fix error passing from IPv4 plugin
in case of resolution failure.
This should fix the "lame stack" + "Non-socket handle" bug.

17 years agoFix remotely triggerable memory leak
Rémi Denis-Courmont [Sat, 4 Nov 2006 17:09:54 +0000 (17:09 +0000)]
Fix remotely triggerable memory leak

17 years agoFix const warning
Rémi Denis-Courmont [Sat, 4 Nov 2006 16:29:16 +0000 (16:29 +0000)]
Fix const warning

17 years agoIgnore missing TTL in c= line.
Rémi Denis-Courmont [Sat, 4 Nov 2006 16:25:26 +0000 (16:25 +0000)]
Ignore missing TTL in c= line.
It was about time I fix VLC to accept SAP announces on my campus.

17 years agoFix various problems with the SDP parser:
Rémi Denis-Courmont [Sat, 4 Nov 2006 16:05:27 +0000 (16:05 +0000)]
Fix various problems with the SDP parser:
- the reserved bit must be ignored
- off-by-one in decompression
- decompression did not *read* realloc() result
etc

17 years agoUse utf8_open
Rémi Denis-Courmont [Sat, 4 Nov 2006 15:29:25 +0000 (15:29 +0000)]
Use utf8_open

17 years agoAdd utf8_open wrapper
Rémi Denis-Courmont [Sat, 4 Nov 2006 15:18:57 +0000 (15:18 +0000)]
Add utf8_open wrapper

17 years agoAdd some const
Rémi Denis-Courmont [Sat, 4 Nov 2006 15:18:24 +0000 (15:18 +0000)]
Add some const

17 years agoFix warning
Rémi Denis-Courmont [Sat, 4 Nov 2006 14:37:26 +0000 (14:37 +0000)]
Fix warning

17 years ago- Fix quoting of IPv6 addresses in SAP source-filter
Rémi Denis-Courmont [Sat, 4 Nov 2006 14:20:16 +0000 (14:20 +0000)]
- Fix quoting of IPv6 addresses in SAP source-filter
- Fix const warnings
- Remove dead code

17 years agoFix warning
Rémi Denis-Courmont [Sat, 4 Nov 2006 13:56:49 +0000 (13:56 +0000)]
Fix warning

17 years agoFixes gettext 0.16 in the contribs
Rafaël Carré [Sat, 4 Nov 2006 05:18:45 +0000 (05:18 +0000)]
Fixes gettext 0.16 in the contribs

17 years agoUses C++ tests to detect mozilla headers
Rafaël Carré [Sat, 4 Nov 2006 03:49:39 +0000 (03:49 +0000)]
Uses C++ tests to detect mozilla headers
Fixes detection when using mingw

17 years ago* trying to repair gettext 0.16 documentation on MacOS-X
Jean-Baptiste Kempf [Sat, 4 Nov 2006 01:17:43 +0000 (01:17 +0000)]
* trying to repair gettext 0.16 documentation on MacOS-X

17 years agoRemove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality
Filippo Carone [Fri, 3 Nov 2006 22:06:14 +0000 (22:06 +0000)]
Remove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality