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

18 years ago * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.
Sam Hocevar [Wed, 10 Aug 2005 14:19:32 +0000 (14:19 +0000)]
  * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.

18 years ago * extras/Makefile: fixed the zsh.cpp build.
Sam Hocevar [Wed, 10 Aug 2005 14:18:03 +0000 (14:18 +0000)]
  * extras/Makefile: fixed the zsh.cpp build.

18 years ago* Don't use the bandlimited resampler for downsampling (skew resampling for instance...
Derk-Jan Hartman [Wed, 10 Aug 2005 14:12:17 +0000 (14:12 +0000)]
* Don't use the bandlimited resampler for downsampling (skew resampling for instance). The resampler doesn't have a low pass filter? This closes #256
 - on a side note, it also seems to fix the stack corruption (resulting in deadlock) issues i was having with audio output that was being resampled by auhal.

18 years ago * Updated Debian packaging stuff.
Sam Hocevar [Wed, 10 Aug 2005 13:59:07 +0000 (13:59 +0000)]
  * Updated Debian packaging stuff.

18 years ago * Re-ran toolbox --update-po.
Sam Hocevar [Wed, 10 Aug 2005 12:45:55 +0000 (12:45 +0000)]
  * Re-ran toolbox --update-po.

18 years agoAdd ACCESS_GET_META in the dummy access to avoid an error
Christophe Mutricy [Wed, 10 Aug 2005 08:13:09 +0000 (08:13 +0000)]
Add ACCESS_GET_META in the dummy access to avoid an error

18 years ago* Added playlist preparse item to the playlist contextual menu.
Derk-Jan Hartman [Wed, 10 Aug 2005 02:18:03 +0000 (02:18 +0000)]
* Added playlist preparse item to the playlist contextual menu.

18 years agomake positioning of subpictures posible in dvbsub
Jean-Paul Saman [Tue, 9 Aug 2005 21:18:22 +0000 (21:18 +0000)]
make positioning of subpictures posible in dvbsub

18 years ago* spelling
Derk-Jan Hartman [Tue, 9 Aug 2005 19:44:25 +0000 (19:44 +0000)]
* spelling

18 years agoAdd a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config...
Christophe Mutricy [Tue, 9 Aug 2005 19:20:45 +0000 (19:20 +0000)]
Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306.
To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)

18 years agoFix compiler warning about comparing signed and unsigned
Jean-Paul Saman [Tue, 9 Aug 2005 19:15:32 +0000 (19:15 +0000)]
Fix compiler warning about comparing signed and unsigned

18 years ago * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
Christophe Massiot [Tue, 9 Aug 2005 17:35:13 +0000 (17:35 +0000)]
 * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
   vlc_next, vlc_previous, playlist_empty. Miscellaneous coding style fixes.

18 years ago* playlist.m: fixed some "makes integer from pointer without a cast" warnings and...
Felix Paul Kühne [Tue, 9 Aug 2005 17:34:37 +0000 (17:34 +0000)]
* playlist.m: fixed some "makes integer from pointer without a cast" warnings and moved "j" inside the #if 0 - block, so it isn't detected as "unused"
* wizard.m: run "resetWizard" when returning to the first page. Otherwise the encap-tab might not work properly (when switching from Streaming to Transcoding after having passed the streaming-method-tab)

18 years agoFix compiler warning about comparing signed unsigned.
Jean-Paul Saman [Tue, 9 Aug 2005 15:20:23 +0000 (15:20 +0000)]
Fix compiler warning about comparing signed unsigned.

18 years agoMade es_format_t member i_bitrate unsigned int, because I cannot imagine it ever...
Jean-Paul Saman [Tue, 9 Aug 2005 15:18:44 +0000 (15:18 +0000)]
Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative.

18 years agoFix typo and updating copyright
Jean-Paul Saman [Tue, 9 Aug 2005 14:56:58 +0000 (14:56 +0000)]
Fix typo and updating copyright

18 years agoFix compiler warnings about comparing signed and unsigned
Jean-Paul Saman [Tue, 9 Aug 2005 14:43:04 +0000 (14:43 +0000)]
Fix compiler warnings about comparing signed and unsigned

18 years agouse proper type for struct subpicture_t.b_absolute
Jean-Paul Saman [Tue, 9 Aug 2005 14:42:19 +0000 (14:42 +0000)]
use proper type for struct subpicture_t.b_absolute

18 years agosome explanation
Jean-Paul Saman [Tue, 9 Aug 2005 14:31:24 +0000 (14:31 +0000)]
some explanation

18 years agoAdded new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key...
Jean-Paul Saman [Tue, 9 Aug 2005 14:27:23 +0000 (14:27 +0000)]
Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.

18 years agoFix compiler warning about unused variables
Jean-Paul Saman [Tue, 9 Aug 2005 13:44:50 +0000 (13:44 +0000)]
Fix compiler warning about unused variables

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:42:11 +0000 (13:42 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:40:18 +0000 (13:40 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:33:36 +0000 (13:33 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years ago* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.
Derk-Jan Hartman [Tue, 9 Aug 2005 13:28:11 +0000 (13:28 +0000)]
* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.

18 years ago* Fix object refcount
Derk-Jan Hartman [Tue, 9 Aug 2005 13:25:49 +0000 (13:25 +0000)]
* Fix object refcount
* Fix some cosmetics