]> git.sesse.net Git - vlc/log
vlc
18 years agoOops, Disable debugging.
Jean-Paul Saman [Mon, 15 Aug 2005 15:02:08 +0000 (15:02 +0000)]
Oops, Disable debugging.

18 years agoAlso allow an empty palette marked with palette.i_entries = 0
Jean-Paul Saman [Mon, 15 Aug 2005 15:01:31 +0000 (15:01 +0000)]
Also allow an empty palette marked with palette.i_entries = 0

18 years agoFix a few warnings
Clément Stenac [Mon, 15 Aug 2005 14:57:02 +0000 (14:57 +0000)]
Fix a few warnings

18 years ago- Fix, clean up locale settings
Rémi Denis-Courmont [Mon, 15 Aug 2005 14:51:42 +0000 (14:51 +0000)]
- Fix, clean up locale settings
- Fix local charset detection that broke (From|To)Locale

18 years agoFix playlist item insertion when local charset is not UTF-8
Rémi Denis-Courmont [Mon, 15 Aug 2005 14:50:24 +0000 (14:50 +0000)]
Fix playlist item insertion when local charset is not UTF-8

18 years agoFix stat() when local charset is not UTF-8
Rémi Denis-Courmont [Mon, 15 Aug 2005 14:50:06 +0000 (14:50 +0000)]
Fix stat() when local charset is not UTF-8

18 years agoFound a simpler way to send an empty picture to the client. It fixes also memleaks...
Jean-Paul Saman [Mon, 15 Aug 2005 14:41:28 +0000 (14:41 +0000)]
Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.

18 years ago * src/input/input.c: Really fixed :programs= this time.
Christophe Massiot [Mon, 15 Aug 2005 13:37:59 +0000 (13:37 +0000)]
 * src/input/input.c: Really fixed :programs= this time.

18 years agoSend an empty subpicture to remove the OSD menu on the client application when "menu...
Jean-Paul Saman [Mon, 15 Aug 2005 12:35:35 +0000 (12:35 +0000)]
Send an empty subpicture to remove the OSD menu on the client application when "menu off" commands is given on the rc interface.

18 years agoReplaced // comments with /* .. */ and added some sanity checking.
Jean-Paul Saman [Mon, 15 Aug 2005 12:32:44 +0000 (12:32 +0000)]
Replaced // comments with /* .. */ and added some sanity checking.

18 years agoUse NULL for initializing pointers iso 0.
Jean-Paul Saman [Mon, 15 Aug 2005 12:21:16 +0000 (12:21 +0000)]
Use NULL for initializing pointers iso 0.

18 years agoLink ipv4 with iphlpapi - closes #315
Rémi Denis-Courmont [Sun, 14 Aug 2005 17:28:28 +0000 (17:28 +0000)]
Link ipv4 with iphlpapi - closes #315

18 years agoFix SAP announce destination address - closes #314
Rémi Denis-Courmont [Sun, 14 Aug 2005 16:56:35 +0000 (16:56 +0000)]
Fix SAP announce destination address - closes #314

Bug reported by Thomas Knauer

18 years agoFix compiler warnings
Rémi Denis-Courmont [Sun, 14 Aug 2005 16:46:48 +0000 (16:46 +0000)]
Fix compiler warnings

18 years agoDon't set LC_NUMERIC in the wxWidgets plugin.
Rémi Denis-Courmont [Sun, 14 Aug 2005 16:28:59 +0000 (16:28 +0000)]
Don't set LC_NUMERIC in the wxWidgets plugin.

It's already set to C globally because there are a bunch of things that
assume US-style float numbers formatting (config file, RTSP VoD server
to name a few) -- see SetLanguage() in libvlc.

If you want to get a float from the user, you can look for the comma
and replace it with a dot before parsing. However keep in mind that the
stream output parser already uses the comma to separate options; that's
yet another reason to use the dot in any case.

Also, I don't know if some remote locales use neither dot nor comma as
their decimal point.

18 years agoDon't use m4 comments in Makefile. Should fix win32 build
Clément Stenac [Sun, 14 Aug 2005 16:15:50 +0000 (16:15 +0000)]
Don't use m4 comments in Makefile. Should fix win32 build

18 years ago ALL: compile fixes
Eric Petit [Sun, 14 Aug 2005 13:15:38 +0000 (13:15 +0000)]
 ALL: compile fixes

18 years ago * modules/demux/ts.c: Fixed a side-effect when p_sys->b_dvb_control has
Christophe Massiot [Sun, 14 Aug 2005 13:04:57 +0000 (13:04 +0000)]
 * modules/demux/ts.c: Fixed a side-effect when p_sys->b_dvb_control has
   not been set to VLC_FALSE yet, the program number is not specified,
   and we're reading a PMT.

18 years ago * reverted commit 12177 (aRts removal).
Sam Hocevar [Sun, 14 Aug 2005 12:43:30 +0000 (12:43 +0000)]
  * reverted commit 12177 (aRts removal).

18 years agoSet LC_NUMERIC to C once and for all.
Rémi Denis-Courmont [Sun, 14 Aug 2005 12:24:33 +0000 (12:24 +0000)]
Set LC_NUMERIC to C once and for all.

18 years agogot the value for PROTECTION_LEVEL_* hard-coded
Rémi Denis-Courmont [Sun, 14 Aug 2005 12:22:25 +0000 (12:22 +0000)]
got the value for PROTECTION_LEVEL_* hard-coded
, but still miss the other one.

Anyone with Visual Studio here ?

18 years ago * setlocale( LC_NUMERIC, "C" ). There still might be some place where its
Antoine Cellerier [Sat, 13 Aug 2005 22:15:37 +0000 (22:15 +0000)]
 * setlocale( LC_NUMERIC, "C" ). There still might be some place where its
   missing. Beware that this change configuration saving output (it used
   to be saved in users locale).

   this should fix float config options save/load rounding issues. If someone
   has a better fix, feel free to do so (but please dont revert a commit and
   provide no alternative fix)

18 years agoFix breakage of revision 12164 when a non-socket connection to the rc interface is...
Jean-Paul Saman [Sat, 13 Aug 2005 19:38:34 +0000 (19:38 +0000)]
Fix breakage of revision 12164 when a non-socket connection to the rc interface is active.

18 years agoAPI changed
Jean-Paul Saman [Sat, 13 Aug 2005 19:28:49 +0000 (19:28 +0000)]
API changed

18 years agoReworked OSD Volume handling and display of volumebar. Run make stamp-api to update...
Jean-Paul Saman [Sat, 13 Aug 2005 19:26:27 +0000 (19:26 +0000)]
Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update include/vlc_symbols.h.

18 years ago[Win32] Attempt to guess best interface for multicast
Rémi Denis-Courmont [Sat, 13 Aug 2005 19:15:17 +0000 (19:15 +0000)]
[Win32] Attempt to guess best interface for multicast
may close #163

18 years agoUpdate modules list
Clément Stenac [Sat, 13 Aug 2005 18:44:31 +0000 (18:44 +0000)]
Update modules list

18 years agoRemove severely broken unmaintained aRts plugin
Rémi Denis-Courmont [Sat, 13 Aug 2005 17:49:38 +0000 (17:49 +0000)]
Remove severely broken unmaintained aRts plugin

Use ALSA or tell aRts to use ESD and use ESD in VLC, or fix it.

18 years agoAdd missing slashes
Rémi Denis-Courmont [Sat, 13 Aug 2005 17:43:47 +0000 (17:43 +0000)]
Add missing slashes

18 years agoRemove unused comments
Jean-Paul Saman [Sat, 13 Aug 2005 16:56:14 +0000 (16:56 +0000)]
Remove unused comments

18 years agoPrint status change message when volume is changed with volume command on the rc...
Jean-Paul Saman [Sat, 13 Aug 2005 16:55:28 +0000 (16:55 +0000)]
Print status change message when volume is changed with volume command on the rc interface.

18 years ago- convert UTF16/UTF32 to UTF8 rather than Latin1 - closes #287
Rémi Denis-Courmont [Sat, 13 Aug 2005 16:23:19 +0000 (16:23 +0000)]
- convert UTF16/UTF32 to UTF8 rather than Latin1 - closes #287

18 years agoReuse TLS module/object when already present - closes #288
Rémi Denis-Courmont [Sat, 13 Aug 2005 16:08:29 +0000 (16:08 +0000)]
Reuse TLS module/object when already present - closes #288

18 years agoUndo LC_NUMERIC change
Rémi Denis-Courmont [Sat, 13 Aug 2005 15:33:22 +0000 (15:33 +0000)]
Undo LC_NUMERIC change

18 years agoRemove useless debug stuff
Rémi Denis-Courmont [Sat, 13 Aug 2005 15:20:45 +0000 (15:20 +0000)]
Remove useless debug stuff

18 years agoupdated Russian translation by Andrey Brilevskiy
Felix Paul Kühne [Sat, 13 Aug 2005 15:19:57 +0000 (15:19 +0000)]
updated Russian translation by Andrey Brilevskiy

18 years agoDisclaimer : this commit would need to be checked by someone
Antoine Cellerier [Sat, 13 Aug 2005 15:03:21 +0000 (15:03 +0000)]
Disclaimer : this commit would need to be checked by someone

Change locale (LC_NUMERIC) in appropriate places so we always use the
user's locale when reading/writting floats to config (otherwise it would
read floats using C locale (float separator is . in C) and write them
using the user's local (float separator can be , instead of .))

If these changes aren't ok, then i think that the only solution would be
to always setlocale(LC_NUMERIC, "C") when handling config str<->float
conversions.

18 years agoFix for make distclean
Rémi Denis-Courmont [Sat, 13 Aug 2005 14:44:12 +0000 (14:44 +0000)]
Fix for make distclean

18 years agoFix make dist when builddir != srcdir
Rémi Denis-Courmont [Sat, 13 Aug 2005 14:15:09 +0000 (14:15 +0000)]
Fix make dist when builddir != srcdir

18 years agoUnbreak make dist
Rémi Denis-Courmont [Sat, 13 Aug 2005 14:08:02 +0000 (14:08 +0000)]
Unbreak make dist

18 years ago- Append CRLF manually
Rémi Denis-Courmont [Sat, 13 Aug 2005 13:56:47 +0000 (13:56 +0000)]
- Append CRLF manually
- Compiler warning fixed

18 years agoremove unusefull comment
Jean-Paul Saman [Sat, 13 Aug 2005 13:49:04 +0000 (13:49 +0000)]
remove unusefull comment

18 years agoRevert commit [12128] that violate gettext rules
Rémi Denis-Courmont [Sat, 13 Aug 2005 13:19:30 +0000 (13:19 +0000)]
Revert commit [12128] that violate gettext rules
(carriage return are forbidden).

18 years ago"toolbox --update-po" becomes "make update-po"
Rémi Denis-Courmont [Sat, 13 Aug 2005 13:14:19 +0000 (13:14 +0000)]
"toolbox --update-po" becomes "make update-po"

Now can update PO when compiling from subdir

18 years agoResync necessary (removal of obsolote plugins)
Rémi Denis-Courmont [Sat, 13 Aug 2005 13:12:48 +0000 (13:12 +0000)]
Resync necessary (removal of obsolote plugins)

18 years ago * configure.ac: Reverted [12094] and [12138] because the ffmpeg team
Christophe Massiot [Sat, 13 Aug 2005 13:12:13 +0000 (13:12 +0000)]
 * configure.ac: Reverted [12094] and [12138] because the ffmpeg team
   doesn't care to fix their packageconfig stuff to be really useful (such
   as instructing to link with mp3lame, zlib, etc.), so the
   packageconfig stuff doesn't bring much, and the current code breaks
   under OS X and Cygwin (at least).

18 years agoUse net_AddressIsMulticast helper
Rémi Denis-Courmont [Sat, 13 Aug 2005 11:17:26 +0000 (11:17 +0000)]
Use net_AddressIsMulticast helper

18 years agoDon't use undefined variables - should make automake 1.6 happy
Rémi Denis-Courmont [Sat, 13 Aug 2005 09:13:08 +0000 (09:13 +0000)]
Don't use undefined variables - should make automake 1.6 happy

18 years agoRemove obsolete files
Clément Stenac [Sat, 13 Aug 2005 08:34:42 +0000 (08:34 +0000)]
Remove obsolete files

18 years agoGet rid of the UNTRUE conditionnal
Rémi Denis-Courmont [Sat, 13 Aug 2005 08:12:37 +0000 (08:12 +0000)]
Get rid of the UNTRUE conditionnal
and some other Makefile cleanup

18 years ago * modules/access/http.c: Do not use vlc_UrlEncode for the same reason
Christophe Massiot [Sat, 13 Aug 2005 00:14:09 +0000 (00:14 +0000)]
 * modules/access/http.c: Do not use vlc_UrlEncode for the same reason
   than [12145]. We just want to replace spaces.
 * include/network.h: Restored the previous behaviour of vlc_UrlEncode().
   We really mean to URL-encode ? & / etc. in order to be able to pass
   a string containing those special characters as a GET variable in the
   http control interface.

18 years agoAdd missing folder
Clément Stenac [Fri, 12 Aug 2005 22:55:37 +0000 (22:55 +0000)]
Add missing folder

18 years agoRemove gtk, gtk2, qt and kde plugins
Clément Stenac [Fri, 12 Aug 2005 21:49:28 +0000 (21:49 +0000)]
Remove gtk, gtk2, qt and kde plugins

If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented

18 years agoRemove slp and joystick plugins
Clément Stenac [Fri, 12 Aug 2005 21:39:43 +0000 (21:39 +0000)]
Remove slp and joystick plugins

18 years agoand ampersand and question mark. Got them all this time.
Rémi Denis-Courmont [Fri, 12 Aug 2005 20:01:54 +0000 (20:01 +0000)]
and ampersand and question mark. Got them all this time.

18 years agoForgot @ -- thanks thedj
Rémi Denis-Courmont [Fri, 12 Aug 2005 19:58:45 +0000 (19:58 +0000)]
Forgot @ -- thanks thedj

18 years agoDon't URL encode ./:[] because they are to be found in URLs...
Rémi Denis-Courmont [Fri, 12 Aug 2005 19:44:52 +0000 (19:44 +0000)]
Don't URL encode ./:[] because they are to be found in URLs...
closes #311

18 years agoSpeed up recursive make significantly
Rémi Denis-Courmont [Fri, 12 Aug 2005 19:17:33 +0000 (19:17 +0000)]
Speed up recursive make significantly

18 years ago * modules/control/http.c: Added an id="include" macro to include
Christophe Massiot [Fri, 12 Aug 2005 19:11:54 +0000 (19:11 +0000)]
 * modules/control/http.c: Added an id="include" macro to include
   another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
   allocating anything larger than 4kB on the stack is likely to break
   on many OSes.

18 years ago * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
Christophe Massiot [Fri, 12 Aug 2005 17:51:20 +0000 (17:51 +0000)]
 * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
   replace spaces with '+'. That's what browsers do, and I think it's
   the right thing to do since vlc_UrlEncode was just breaking things.
   refs #90 and debian bug #279735

18 years ago * modules/control/http.c: Fixed vlc_set_var() and cosmetics.
Christophe Massiot [Fri, 12 Aug 2005 17:36:58 +0000 (17:36 +0000)]
 * modules/control/http.c: Fixed vlc_set_var() and cosmetics.

18 years ago * src/input/es_out.c: Fixed a breakage of about everything introduced in
Christophe Massiot [Fri, 12 Aug 2005 16:35:14 +0000 (16:35 +0000)]
 * src/input/es_out.c: Fixed a breakage of about everything introduced in
   [12140].

18 years ago * modules/control/http.c: New foreach tags to walk through the input
Christophe Massiot [Fri, 12 Aug 2005 16:17:56 +0000 (16:17 +0000)]
 * modules/control/http.c: New foreach tags to walk through the input
   variables : program, title, chapter, audio-es, video-es and spu-es.
   New RPN function "value 'variable' vlc_set_var" to change the input
   variables (variable can be any of those above).

18 years ago * modules/stream_out/transcode.c: New --sout-transcode-max-width and
Christophe Massiot [Fri, 12 Aug 2005 15:51:18 +0000 (15:51 +0000)]
 * modules/stream_out/transcode.c: New --sout-transcode-max-width and
   --sout-transcode-maxheight options, recommended to enforcea particular
   level of a video codec. Fixed --sout-transcode-fps when used in
   conjunction with --sout-transcode-threads=1.

18 years agoFix seek breakage introduced in r12113
Jean-Paul Saman [Fri, 12 Aug 2005 15:37:21 +0000 (15:37 +0000)]
Fix seek breakage introduced in r12113

18 years agoALL: Improvements in the M3U output and parser. Patch by Daniel Stränger.
Christophe Mutricy [Fri, 12 Aug 2005 14:20:06 +0000 (14:20 +0000)]
ALL: Improvements in the M3U output and parser. Patch by Daniel Stränger.
     (Put both artist and name, protect comma with \ )

18 years ago * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
Christophe Massiot [Fri, 12 Aug 2005 14:08:49 +0000 (14:08 +0000)]
 * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
   liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be
   useful in this case. The ffmpeg module needs to be built-in under OS X
   otherwise it doesn't link.

18 years agoFix for builddir != srcdir
Christophe Mutricy [Fri, 12 Aug 2005 13:04:38 +0000 (13:04 +0000)]
Fix for builddir != srcdir

18 years agochange name to --monitor-aspect-ratio so its consistent with other programs
Antoine Cellerier [Thu, 11 Aug 2005 21:21:08 +0000 (21:21 +0000)]
change name to --monitor-aspect-ratio so its consistent with other programs
(like mplayer)

18 years agono comment
Clément Stenac [Thu, 11 Aug 2005 21:17:04 +0000 (21:17 +0000)]
no comment

18 years agoFix volume callback
Jean-Paul Saman [Thu, 11 Aug 2005 21:03:20 +0000 (21:03 +0000)]
Fix volume callback

18 years agoFix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.
Jean-Paul Saman [Thu, 11 Aug 2005 21:00:56 +0000 (21:00 +0000)]
Fix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.

18 years agoDon't explicitly flag the block. Clement could you check if fixes the break of local...
Jean-Paul Saman [Thu, 11 Aug 2005 20:59:45 +0000 (20:59 +0000)]
Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.

18 years agoupdate
Antoine Cellerier [Thu, 11 Aug 2005 20:44:17 +0000 (20:44 +0000)]
update

18 years agoadd --screen-aspect-ratio option (user support at its best ...)
Antoine Cellerier [Thu, 11 Aug 2005 20:41:26 +0000 (20:41 +0000)]
add --screen-aspect-ratio option (user support at its best ...)

18 years agoFix revision 12116 which broke other transcode options. The commandline for streaming...
Jean-Paul Saman [Thu, 11 Aug 2005 20:13:01 +0000 (20:13 +0000)]
Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}'

18 years agoFix \r\n issues for Windows compatibility
Jean-Paul Saman [Thu, 11 Aug 2005 19:23:31 +0000 (19:23 +0000)]
Fix \r\n issues for Windows compatibility

18 years agofix debug output colors
Antoine Cellerier [Thu, 11 Aug 2005 17:57:21 +0000 (17:57 +0000)]
fix debug output colors

18 years ago * modules/control/http.c: New RPN function vlc_seek(value), same syntax
Christophe Massiot [Thu, 11 Aug 2005 17:48:24 +0000 (17:48 +0000)]
 * modules/control/http.c: New RPN function vlc_seek(value), same syntax
   as the control=seek tag.

18 years ago * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.
Christophe Massiot [Thu, 11 Aug 2005 17:47:33 +0000 (17:47 +0000)]
 * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.

18 years ago * modules/control/http.c: foreach directory is now alpha-sorted in a
Christophe Massiot [Thu, 11 Aug 2005 14:50:50 +0000 (14:50 +0000)]
 * modules/control/http.c: foreach directory is now alpha-sorted in a
   case-insensitive way. Fixed again str_replace().

18 years ago * modules/control/http.c: Fixed bugs in str_replace().
Christophe Massiot [Thu, 11 Aug 2005 14:11:20 +0000 (14:11 +0000)]
 * modules/control/http.c: Fixed bugs in str_replace().

18 years ago * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
Christophe Massiot [Thu, 11 Aug 2005 13:39:43 +0000 (13:39 +0000)]
 * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
   bank instead of being fprintf'd to stderr.

18 years ago * configure.ac: Fixed the contrib path in the general case.
Christophe Massiot [Thu, 11 Aug 2005 13:37:50 +0000 (13:37 +0000)]
 * configure.ac: Fixed the contrib path in the general case.

18 years ago * modules/control/http.c: Rewrote the parsers to handle correctly special
Christophe Massiot [Thu, 11 Aug 2005 12:31:16 +0000 (12:31 +0000)]
 * modules/control/http.c: Rewrote the parsers to handle correctly special
   chars such as ', \', \ , etc. Fixed a bug when parsing the GET
   arguments. Added new RPN functions :
   - str_replace( a, b, c ) : replaces all occurences of b with c in a
   - addslashes( s ) : escapes all " and ' with a backslash
   - stripslashes( s ) :  the opposite
   - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent
   - realpath( s ) : returns an absolute file path (see realpath(3))
   And fixed a few memory leaks.

18 years ago * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
Christophe Massiot [Thu, 11 Aug 2005 12:23:14 +0000 (12:23 +0000)]
 * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
   $-_.+!*'(), unencoded, it also allows to encode any character. It is
   generally considered a good practive to urlencode $+!*'() because
   some buggy browsers (read: M$) have a problem with those characters.
   See the comments in http://fr.php.net/manual/en/function.rawurlencode.php
   for more information.

18 years agoFix regression in timing behaviour. A minute jump is ~1 min again.
Jean-Paul Saman [Wed, 10 Aug 2005 23:16:20 +0000 (23:16 +0000)]
Fix regression in timing behaviour. A minute jump is ~1 min again.

18 years ago* Fixed VLC_IsPlaying (fixes #259)
Derk-Jan Hartman [Wed, 10 Aug 2005 22:31:12 +0000 (22:31 +0000)]
* Fixed VLC_IsPlaying (fixes #259)
  Now uses the state variable instead of playlist_IsPlaying. The PLAYLIST_PAUSED state is no longer reliable since the introduction of the state variable for testing if playback is in a paused state. Perhaps we should remove this part of the playlist logic and keep it to RUNNING and STOPPED.

18 years agoForward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem...
Jean-Paul Saman [Wed, 10 Aug 2005 22:08:50 +0000 (22:08 +0000)]
Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.

To stream use a commandline similar to this:

./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv

For local playback a commandline like this is needed:

./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv

Have fun with the basic functionality - jpsaman.

18 years agoBy default --packetizer-mpegvideo-sync-iframe is disabled.
Jean-Paul Saman [Wed, 10 Aug 2005 21:47:13 +0000 (21:47 +0000)]
By default --packetizer-mpegvideo-sync-iframe is disabled.

18 years agoThe OSD menu pictures in two flavors a simple (default.cfg) and a more full version...
Jean-Paul Saman [Wed, 10 Aug 2005 21:45:54 +0000 (21:45 +0000)]
The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj)

18 years agoFlagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved...
Jean-Paul Saman [Wed, 10 Aug 2005 20:07:20 +0000 (20:07 +0000)]
Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)

18 years agocosmetic fix
Jean-Paul Saman [Wed, 10 Aug 2005 19:34:18 +0000 (19:34 +0000)]
cosmetic fix

18 years agoAdd a fake language type for OSD subpictures. This allows you to select the OSD menu...
Jean-Paul Saman [Wed, 10 Aug 2005 19:29:49 +0000 (19:29 +0000)]
Add a fake language type for OSD subpictures. This allows you to select the OSD menu subtitle from the GUI.

18 years ago* correct the vlc:pause: help (closes #309)
Derk-Jan Hartman [Wed, 10 Aug 2005 16:26:39 +0000 (16:26 +0000)]
* correct the vlc:pause: help (closes #309)
* re-enable the rt-priority line for OSX. it's not broken, just prints annoying error messages (refs #206)

18 years agoAlso update IsEncoded
Rémi Denis-Courmont [Wed, 10 Aug 2005 16:21:45 +0000 (16:21 +0000)]
Also update IsEncoded

18 years ago* Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
Derk-Jan Hartman [Wed, 10 Aug 2005 16:18:18 +0000 (16:18 +0000)]
* Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
  Playlist item commands are soooo dirty :D

18 years agoStricter RFC1788 obeying UrlEncode
Rémi Denis-Courmont [Wed, 10 Aug 2005 16:08:12 +0000 (16:08 +0000)]
Stricter RFC1788 obeying UrlEncode

18 years agosize_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
Christophe Mutricy [Wed, 10 Aug 2005 15:30:47 +0000 (15:30 +0000)]
size_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
Some one with VC7 should test this commit

18 years ago * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.
Sam Hocevar [Wed, 10 Aug 2005 14:19:59 +0000 (14:19 +0000)]
  * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.