Commit Graph

384 Commits

Author SHA1 Message Date
Derk-Jan Hartman 3fa0456184 * Changed mute hotkey to command-alt-arrowdown (like in iTunes) to avoid dupe with messages window hotkey.
* Solved a deadlock due to volumeGet. Remember locking functions are not allowed from the GUI thread.
* Fix the OSD feedback of the Repeat One, Repeat All commands
* Added Chris Clepper to the THANKS file for his OpenGL fix [11368]
2005-06-10 19:44:13 +00:00
Derk-Jan Hartman 0c8da59955 * Some changes to preferences categorization (This really needs a lot more work) 2005-06-10 15:29:32 +00:00
Rémi Denis-Courmont ec9d1adf50 Fix precompiler warning 2005-06-02 19:20:21 +00:00
Felix Paul Kühne 66dda431fd * backport of [11256] to trunk 2005-06-02 17:14:52 +00:00
Christophe Mutricy 6787a19ad2 Typo 2005-06-02 09:40:30 +00:00
Clément Stenac 9160790e0c Merge mediacontrol to trunk 2005-06-01 21:58:13 +00:00
Antoine Cellerier 4ed95dfa2a * same string fix on trunk 2005-05-24 09:56:05 +00:00
Rémi Denis-Courmont b59991fc28 - Use the new vlc_getaddrinfo API
- Unduplicate TCP networking code (closes #101)
- Modify net_ListenTCP to support multiple listening sockets
- Update net_ListenTCP callers to the new API
2005-05-22 11:24:08 +00:00
Christophe Mutricy b252ac5ce3 configuration.[ch]: Handling of deprecated options in the command line. Add a new configuration helper add_deprecated( name, b_strict).
gui/*: Don't show deprecated option in the preferences
libvlc.h: add the deprecated options from NEWS. Is there others ?
Could the Mac and BeOS dev, check for their gui, please.
Closes #112
2005-05-21 15:07:46 +00:00
Felix Paul Kühne fb751f6e27 * capitalise "Time To Live" always
* fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
2005-05-17 13:37:48 +00:00
Antoine Cellerier abfb521423 * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
ctrl-s which is also used for changing skins)
2005-05-09 19:23:39 +00:00
Rémi Denis-Courmont 133c0cc1b0 Enable catalan translation 2005-05-03 11:07:20 +00:00
Felix Paul Kühne fb0c412456 * fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards 2005-04-26 18:59:56 +00:00
Laurent Aimar b753b11341 * all: added a new access_filter module: record + one hotkey to start/stop
recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
2005-04-26 07:28:07 +00:00
Sigmund Augdal Helberg 4a861e43ab libvlc.h: move -A back to --aout where it belongs 2005-04-23 18:38:01 +00:00
Christophe Massiot f3feceb873 * ALL: x86-64 fixes. 2005-04-15 18:06:51 +00:00
Felix Paul Kühne c525c6f220 * src/libvlc.h: added Chinese Traditional to the list of languages
* modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
* de.po: first update to the German translation
2005-04-12 22:48:27 +00:00
Laurent Aimar 02d6384dce * access.* input/*: added access_filter architecture (same API as a
standard access_t except that it reads from an access_t).

 * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
 under linux/windows).
 It allows to pause and to fast/slow forward. To try it, use
 --access-filter timeshift.
2005-03-29 16:01:23 +00:00
Derk-Jan Hartman 8546a7c7e4 * Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters. 2005-03-28 23:23:51 +00:00
Gildas Bazin a1ee749f1d * src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes). 2005-03-16 21:53:15 +00:00
Christophe Massiot 2e76205061 * src/video_output/vout_synchro.c: New --quiet-synchro config option. 2005-03-15 18:52:52 +00:00
Derk-Jan Hartman 5ff0a30839 * Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
* Added a notice of this to news
* Another request from the forum.
2005-03-14 23:12:06 +00:00
Derk-Jan Hartman 25a0dbbbce * More descriptions of the VLC commandline syntax when running --help.
* Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
* Restored some add_category_hint so the cli help shows the proper categories again.
2005-03-14 22:14:46 +00:00
Clément Stenac 2e3847698a More prefs fixes
- String fixes
- Sort some large panels
- Change some advanced flags
- Fix & move audio-channel-mixer
- hide picture vout
- Remove saved-volume, replaced by a variable
2005-03-10 13:05:43 +00:00
Clément Stenac ef235f269c Preferences update :
- Sorted marq options
- A52 & DTS are audio decoders
- Moved freetype to subtitles/OSD

(last 2 suggested by Anil)
2005-03-10 00:17:33 +00:00
Clément Stenac ba9826cacf Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
+ put access and demux in the right place
2005-03-03 06:58:04 +00:00
Felix Paul Kühne ce1647fa13 * ALL: added Nepali as the last of Simos Xenitellis' list of languages 2005-02-16 18:00:06 +00:00
Derk-Jan Hartman 22d112f2b7 * correction of the description of audio-language 2005-02-15 22:37:57 +00:00
Derk-Jan Hartman 37e87108a3 * renamed --spu-track to --sub-track
* renamed --spumargin to --sub-margin
* renamed --spu-language to --sub-language
* added note to NEWS about changed names of options
2005-02-15 20:29:29 +00:00
Derk-Jan Hartman a3a82045af * Added the new languages to the prefs and the OSX environment. 2005-02-15 20:03:09 +00:00
Derk-Jan Hartman 02c94f5640 * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
* renamed spu-channel to spu-track
* "Tracks settings" should be "Track settings"
2005-02-15 17:33:58 +00:00
Gildas Bazin 17ce2b17ac * src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options. 2005-02-10 14:45:34 +00:00
Gildas Bazin e512e5bec6 * src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm. 2005-02-10 13:26:52 +00:00
Laurent Aimar 236ca7aea1 * all: added a --audio-language and --spu-language to select tracks based
on language code.
 Both options accepts a list (comma separated) of country code(2/3 letters)
or name (english/native).
 For demuxers that doesn't provide language info, they are ignored.

 Support for dvdnav isn't complete (only first language is tried) and untested.

 Ex: --spu-language en,fr will try to select english track and if none
 then french one (and if none, no subtitle).
 (you can also use --spu-language english,french or english,francais)
2005-02-08 17:00:18 +00:00
Clément Stenac 44d19ee25e * A few string and organization fixes in preferences
* Update the LIST
* Coding style fixes
2005-01-29 15:22:53 +00:00
Gildas Bazin 26039bc458 * src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic. 2005-01-26 16:12:37 +00:00
Derk-Jan Hartman 031428f699 * libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers) 2005-01-17 19:42:13 +00:00
Derk-Jan Hartman 89885149e8 * src/libvlc.h: Added a "snapshot-format" option to be able to select png or jpg (png default)
* src/video_output/vout_intf.c: use above option and set the default destination for snapshots
   on OS X to the Desktop.
* REST: Add the Snapshot command to the menu's etc.
2004-12-23 00:33:05 +00:00
Gildas Bazin e727aa7f05 * src/libvlc.h: properly place the snapshot-path option. 2004-12-21 21:45:27 +00:00
Gildas Bazin 65d40ed458 * modules/control/hotkeys.c: snapshot hotkey. 2004-12-21 14:52:49 +00:00
Olivier Teulière 98d5f2915b * src/libvlc.h: Use window decorations by default 2004-12-18 16:08:07 +00:00
Benjamin Pracht dab1d31ace * Hotkey to set audio delay on the fly
* This currently sets audio-delay, which produses some ugly warning messages. The new resampling algorithm seems to behave quite well however.
2004-12-17 19:18:07 +00:00
Clément Stenac d2adc9f3c1 Implement add_module_cat to add a module by category + use this for intf 2004-12-14 18:44:04 +00:00
Sigmund Augdal Helberg 17d55b1dc1 libvlc.h: moved --video-deco, shorter short string for --input-repeat 2004-12-11 17:56:40 +00:00
Clément Stenac a90a19a6b0 Improvements to preferences
* Each module can declare a "human-readable short name" with set_name
* Modules are sorted by category (set_category, set_subcategory).
  Modules configs can be separated by set_section()
* Separated audio-filter and audio-visual
* Separated extraintf and control
* New command and widget : add_module_list() for comma-separated modules
* Vfilters now use "," as separator
2004-12-11 14:45:46 +00:00
Gildas Bazin cdbc709296 * src/libvlc.h: --video-deco is enabled by default.
* src/input/input.c: fixed small memory leak.
2004-12-09 10:03:22 +00:00
Sigmund Augdal Helberg 24ca1e6df8 libvlc.h: Remove --audio-type which was never used according to grep 2004-12-08 16:46:52 +00:00
Christophe Massiot 5c856bccc3 * src/video_output/vout_synchro.c: Added a --no-skip-frames option (for
compatibility with MPEG-2 HD, the current frame skipping algorithm seems
  to be too aggressive).
2004-12-08 00:15:30 +00:00
Gildas Bazin 935a2e8d90 * modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius at kjeldahl dot net) + modifications by me. 2004-12-02 11:14:43 +00:00
Antoine Cellerier e55fc1b4d4 * add core option --vlm-conf
specifies a vlm configuration file to load when vlm is launched
2004-11-23 16:46:04 +00:00
Laurent Aimar 57fe689b4f * input: access meta data support.
* net: support for SOCKS proxy support (for all TCP connections).
2004-11-15 17:07:06 +00:00
Clément Stenac 5353fdc377 * access_directory : only play if we are the current playlist item. Handle the case where we are not
* libvlc : add -S as shortcut for services-discovery
2004-11-14 13:25:18 +00:00
Clément Stenac 8b61d4ef61 Initial Services discovery support 2004-11-08 18:19:51 +00:00
Derk-Jan Hartman be89dddf43 * Spelling correction 2004-11-04 16:39:40 +00:00
Sam Hocevar a705ab3377 * include/vlc_interface.h src/libvlc.h: typography. 2004-11-03 00:05:22 +00:00
Gildas Bazin 70f942b109 * src/libvlc.h: --intf isn't an advanced option.
* TODO: updated.
2004-10-31 16:21:28 +00:00
Gildas Bazin c9bcebfb8f * src/libvlc.h: do not make --high-priority an advanced option. 2004-10-25 08:19:29 +00:00
Christophe Massiot b2147ab9e1 * src/input: Added a --programs configuration option, allowing to select
several coma-separated programs.
2004-10-22 13:49:14 +00:00
Olivier Teulière 62d1b7d2d6 - modules/control/showintf.c: new control module, able to show the
interface when moving the mouse to the top of the screen (in
   fullscreen mode).
 - modules/control/hotkeys.c: added a hotkey to raise the interface
 - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
   the "intf-show" variable; it should be easy to do the same for BeOS
   and MacOSX interfaces
2004-10-10 10:08:44 +00:00
Gildas Bazin 521e212408 * src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open. 2004-09-26 17:54:56 +00:00
Gildas Bazin 4a18d7bec8 * src/libvlc.h: -f shortcut for fullscreen option. 2004-09-22 19:29:32 +00:00
Gildas Bazin 4df49d8628 * modules/video_filter/logo.c: implemented a logo subpictures filter. 2004-09-17 09:30:19 +00:00
Gildas Bazin c6b7377987 * src/video_output/vout_subpictures.c: support for subpictures filters.
* src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
2004-09-17 09:11:50 +00:00
Gildas Bazin 10844d09b5 * src/libvlc.h: plugins-cache is now enabled by default. 2004-09-02 21:42:14 +00:00
Clément Stenac e94917b177 * Fixed a few string errors
* Update PO files

* First round of updates for the french l10n
2004-09-01 11:02:15 +00:00
Gildas Bazin dae08eab4d * src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
* src/libvlc.h: updated useage.
2004-08-21 11:06:19 +00:00
Gildas Bazin d6f04ffa8a * src/libvlc.h: updated useage.
* src/input/input.c: hack for udp access and MRLSections().
2004-08-21 00:22:44 +00:00
Eric Petit 254f695e73 + src/libvlc.h: use KEY_SPACE instead of ' '
+ gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
               complex now that we have variables

 Language/subtitle selection works again in the BeOS UI, but there's
 still a lot to fix :|
2004-08-17 17:24:02 +00:00
Derk-Jan Hartman e4ceccd323 - 2004-07-27 16:20:32 +00:00
Gildas Bazin 7f29318ef3 * src/libvlc.h: cleanup in the hotkeys definitions. 2004-07-27 11:33:26 +00:00
Derk-Jan Hartman c7a0be70d2 * Fix audio subtitle track changer hotkey on OSX. 2004-07-11 16:26:21 +00:00
Sigmund Augdal Helberg 17961cd32f hadded keys to cycle audio track and subtitle track 2004-07-07 21:09:20 +00:00
Gildas Bazin f0b9adc739 * src/libvlc.c:
+ start daemon mode before modules are loaded.
   + dummy interface is the default interface when in daemon mode.
2004-07-01 12:37:14 +00:00
Derk-Jan Hartman f1579f9046 * first stab at vlc daemon mode (-d, --daemon ) 2004-06-30 16:26:48 +00:00
Laurent Aimar c84f881e16 * all: a new --input-slave option to start playing with multi-input (#
is used as a separator), it may or may not work (depend a lot on the
 demux).
2004-06-27 19:54:35 +00:00
Gildas Bazin e7abe37c63 * include/*,src/*: New plugins cache feature for faster load times.
This is still experimental so isn't enabled by default (use --plugins-cache).
   There are also a few issues that aren't dealt with yet:
     - translation of module strings.
     - config options callbacks and actions.
     - a few memory leaks.
     - and likely other things ;)
   You can easily reset the plugins cache with --reset-plugins-cache.
2004-05-29 21:41:57 +00:00
Derk-Jan Hartman 9a426b4b22 * src/libvlc.h
src/playlist/playlist.c: added a "--play-and-stop" feature.
   This stops the playlist after each played item. It does however increase
   the index. (also very useful for sap playlist when a lot of channels fail to open).
2004-05-27 00:02:43 +00:00
Gildas Bazin 7fecd43956 * src/libvlc.h: moved a few hotkeys to the advanced options. 2004-05-05 20:29:14 +00:00
Felix Paul Kühne 7190da5b4a * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
* share/http/index.html: another minor layout fix
* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
2004-04-27 20:47:12 +00:00
Sam Hocevar 4b9f4ff644 * Massive spelling corrections. 2004-04-27 16:35:15 +00:00
Gildas Bazin c0669b212a * src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps). 2004-04-26 09:43:45 +00:00
Gildas Bazin a7c7b52dc7 * src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;) 2004-04-23 13:22:16 +00:00
Gildas Bazin c7fa078a89 * src/libvlc.h: reverted my last change. 2004-04-23 13:06:53 +00:00
Gildas Bazin c55e169d9b * src/*: portability fixes.
* msvc/vlc.dsw: httpd is not a plugin anymore.
2004-04-23 12:38:04 +00:00
Yoann Peronneau 291b59b66a * src/input/subtitles.c: corrected bug in subtitle detection
* src/libvlc.h: modified subtitle paths for Windows
2004-04-23 11:56:21 +00:00
Gildas Bazin e9ef439277 * src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
* modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
2004-04-20 19:24:03 +00:00
Yoann Peronneau 6ba132035f Changed directory separator from '/' to '\' for windows version. 2004-04-20 18:12:42 +00:00
Yoann Peronneau 070dae15b3 Added a --sub-autodetect-path which is a list of paths (separated by
',') where VLC can look for a subtitle file ; typically, ./Subtitles or
./subtitles (the directory in wich the film is located is implicit).
2004-04-20 15:54:54 +00:00
Andre Pang 87a35e0608 * Add hotkeys to go back/forward in media browsing history 2004-04-19 01:26:26 +00:00
Clément Stenac fab59c05a4 * ALL: Better announce system
- The SAP handler now runs in a separate thread.
  - RTP sessions can be announced with sap (sdp=sap://,name=...)
	TODO: Make this more configurable
  - Better SDP generation (the timestamp problem is not resolved)
	About this, there is a problem : as, for a RTP session, the URI
        is the complete SDP, if the session is recreated, as the URI has 
        changed, a new item is added to the playlist
  - Experimental flow control algorithm :
       It does not follow the "Recommended" implementation, as it needs
       to count the sessions (to achieve this, we should make this work
       together with the SAP listener)
       It is disabled by default (use --sap-flow-control to enable).
       When it is disabled, sap announcement interval is set by --sap-interval

* src/misc/net.c : created net_ReadNonBlock
* sap.c : Fixed memory problem
2004-04-18 18:21:09 +00:00
Felix Paul Kühne d5d59ea9a5 * modules/control/telnet.c: removed translation of "VLM"
* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
* modules/gui/wxwindows/wizard.cpp: minor string-corrections
* modules/misc/logger.c: more minor string-corrections
* modules/misc/sap.c: ditto
* src/libvlc.h: ditto
* po/de.po: updated german translation
2004-04-16 18:41:00 +00:00
Derk-Jan Hartman bb998bd7da * Spelling fix 2004-04-06 23:14:44 +00:00
Gildas Bazin bc138de9f0 * src/libvlc.h, modules/video_output/directx/events.c:
+ added a --video-title option, courtesy of Hornsby Adrian.
* modules/video_output/directx/directx.c: minor changes.
2004-04-01 11:16:10 +00:00
Clément Stenac 17d78502f8 * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
* Allow to modify subtitle delay on the fly and implement hotkeys 
  (h and j)

* When framerate is available with subrip, use sub-fps to make corrections
  (sub-fps default value is now 0, if left to this value, 25fps will be
   assumed in microdvd mode and no correction will be applied in subrip)

Main problem is that when seeking in the subtitles, you easily get
several of them displayed. Maybe we could add a flag to subpicture_t,
like SUBTITLE_PICTURE to say that only one of them must be displayed at
a time, but that other subpictures (OSD, ...) can remain present on the
screen at the same time.
2004-03-29 07:28:45 +00:00
Gildas Bazin 36b86f5b99 * src/input/*:
+ new input_Control() function (doesn't do much for now).
   + started bookmarks support through input_Control().
   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.

* src/video_output/*:
   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
   + new --video-x/y config options
2004-03-23 23:44:49 +00:00
Rocky Bernstein 37c01b3c92 Correct MRL syntax. 2004-03-18 02:12:08 +00:00
Gildas Bazin ab94829b29 * src/libvlc.h, src/input/input.c:
+ added --meta-title/author/artist/genre/copyright/description/date/url config options.
     This allows the user to specify/override metadata information for an input.

* include/vlc_meta.h:
   + vlc_meta_Merge( dest, src ) helper function.

* modules/demux/mp4/*:
   + Fixed a couple of mem-leaks.
   + Support for "description" metadata.
2004-03-11 12:33:16 +00:00
Laurent Aimar a17b39049c * input/input.c, libvlc.h: implemented new way to break vlc preferences :
start-time and stop-time (both given in second) ;)
 
 Becarefull that it won't work with all files because of missing/wrong
 media length (ex: ts, broken avi, ...) or the fact that the headers
 will not be read (ex: mpeg1 ps, perhaps ogg, ...)
2004-03-05 23:26:36 +00:00
Carlo Calabrò 44bc88f363 String review, as promised :)
Found and fixed:
- some untranslated macros
- some acronyms which were not in capital letters
- a couple of VLC Media Player (_m_edia _p_layer, now)
- typos here and there
- dots missing in some of the long texts
- spaces before ? and :, which is correct in french but not in english :)
- NT services are now called Windows Services
2004-03-05 19:24:14 +00:00
Felix Paul Kühne d1adc0c779 * modules/codec/dvbsub.c: disabled translation of some internal error messages
* po/de.po: removed my reminders
* modules/demux/mkv.cpp: disabled translation of the string "Matroska"

* src/libvlc.h: small corrections of to-be-localised strings
* modules/gui/macosx/macosx.m: ditto
* modules/video_output/fb.c: ditto
2004-03-02 13:53:14 +00:00
Christophe Massiot c73cac4ec8 * src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
OSes, and added an rt-offset configuration variable to tune the priority
  of VLC against other programs without recompiling everything.
2004-02-20 17:20:01 +00:00
Laurent Aimar e13b6c4d01 * all: added a "input-repeat" option that allow repeating the same entry
without destroying/recreating a new input. (Will be usefull for streaming).
 ( A value of -1 means repeat for ever).
 --> Not tested with dvd.
2004-02-11 19:17:14 +00:00
Alexis de Lattre f73d3dd225 * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
* udp.c: restored the old syntax udp:server_addr@destination_addr
 * libvlc.h: updated 'vlc --help'

 To do an IGMPv3 query under Windows XP do:
 vlc udp:<source_addr>@<multicast_addr>
 Note: under previous versions of Windows, it will fail to join the group.
2004-01-31 18:02:32 +00:00
Sigmund Augdal Helberg 8f735381bb include/vlc_common.h:
* defined a CPU_CAPABILITY_SSE2
src/libvlc.(c|h):
 * implemented --see2/--no-sse2
2004-01-29 14:39:08 +00:00
Clément Stenac b16f809c5d First round of stringreview 2004-01-25 13:50:33 +00:00
Sigmund Augdal Helberg d1a8075859 src/libvlc.h:
* add description to valid values of --align
2004-01-20 15:47:42 +00:00
Rocky Bernstein bda80603d9 Choosing an audio or subtitle channel isn't an "advanced"
option. Run-of-the mill users may want to select that.

Update documentation.
2004-01-06 03:59:48 +00:00
Gildas Bazin c87f2a542c * src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default. 2003-12-24 12:38:04 +00:00
Sam Hocevar 4219568532 * toolbox:
+ Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.
2003-12-22 02:24:53 +00:00
Boris Dorès 78ffa46b5e * libvlc.h input.c headphone.c:
fix support of audio channel mixers, like the headphone channel mixer
    for instance, which was broken since the introduction of user audio
    filters; if specified by the user and compatible with the audio
    pipeline, we add the channel mixer after the user filters.
    -> unfortunately, this fix removed two strings and introduced 4 new
       ones
    -> TODO: allow the user to choose only amongst channel mixers, not
       all available audio filters

* vlc.exe.manifest Makefile.am install-win32 :
    add a manifest file to allow the win32 gui to use Windows XP visual
    styles when available.
2003-12-20 22:57:36 +00:00
Derk-Jan Hartman d93b0d46e1 * compile before you commit 2003-12-15 14:05:19 +00:00
Derk-Jan Hartman f3ce44c8f9 * added bookmark 9 and 10 but set their combo to KEY_UNSET 2003-12-15 13:38:27 +00:00
Yoann Peronneau 26bb0adf68 For OSX:
* added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
* bookmark9 and 10 are not added since F9 and F10 are reserved keys
2003-12-15 01:11:44 +00:00
Yoann Peronneau f869db1f34 * added hotkeys F1, F2, ..., F10 to switch between predefined medias
(using CTRL+Fn)
* only F1 and COMMAND+F1 are defined for OSX (I let those developpers
  chose their keys)
* Currently the medias assigned to Fn are not saved in vlcrc if they
  have been assigned with Ctrl+Fn. But they are, if assigned via the
  preferences panel.
2003-12-12 23:03:35 +00:00
Benjamin Pracht b8c5f7b1ee fix a typo 2003-12-11 20:21:12 +00:00
Derk-Jan Hartman d47174422f * fix new hotkeys for osx. 2003-12-11 14:58:06 +00:00
Rocky Bernstein e80e672324 Let folks know that the no device string means to scan for one if
cddax and vcdx.
2003-12-11 13:21:11 +00:00
Yoann Peronneau 5ad2df4f1f added a 'mute' hotkey ('m') 2003-12-11 01:36:12 +00:00
Yoann Peronneau d2c70247d8 added a hotkey ('t') which displays the position in the media 2003-12-10 17:19:05 +00:00
Yoann Peronneau c743991c5d This fixes bugs 1285 and 1343
* added a the default CD Audio device in General Settings -> Input
* added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
2003-12-09 00:46:03 +00:00
Gildas Bazin b2149863d3 * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
* modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
2003-12-08 19:50:22 +00:00
Derk-Jan Hartman 30f42d35f9 * Incorrect default value of align 2003-12-07 20:48:21 +00:00
Sam Hocevar 3d6ee48d4a * modules/misc/dummy/renderer.c:
+ Removed evil ^Ms from the file.
  * modules/video_output/caca.c:
    + Support for new dithering modes (libcaca HEAD only).
  * modules/* src/*:
    + Grammar and spelling fixes.
    + Coding style fixes.
  * po/fr.po:
    + Spelling fixes.
    + Updated a few translations.
  * po/en_GB.po:
    + Updated a few translations.
2003-12-04 16:49:45 +00:00
Laurent Aimar 26eae60c2b *all: added a --minimize-thread options to make all decoders and
packetizers running in the input thread. (Usefull with sout)
2003-11-30 16:00:24 +00:00
Christophe Massiot 2613ac4108 * input: new cr-average option, allowing to configure the
CR_AVERAGE #define in input_clock.c (useful for PVR input)
* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes
  for older version of ffmpeg
* modules/stream_out/transrate/transrate.c : misc optimizations
2003-11-29 18:36:13 +00:00
Laurent Aimar be8812aeb5 * all: added an sout-all option to stream all es (does work only with
demuxer using es_out_* ie everyone but TS and PS).
2003-11-27 05:46:01 +00:00
Eric Petit eae53f7c78 + modules/misc/freetype.c: fixed a couple of typos
+ *threads*, src/libvlc.h:
   test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H
   for now because Zeta now has a pthread implementation but it's doesn't
   seem to be (enough) POSIX compliant atm.
2003-11-22 00:41:07 +00:00
Gildas Bazin 1e9f16e284 * ALL: final improvements to the decoders/packetizers api.
(There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
* ALL: small improvements to the encoders api.
2003-11-16 21:07:31 +00:00
Derk-Jan Hartman b7d624b9d9 * spelling fix 2003-11-15 00:26:15 +00:00
Derk-Jan Hartman 42ea64beae * Fix the label in the prefs of the play/pause hotkey. 2003-11-14 20:17:29 +00:00
Derk-Jan Hartman 764f9e8b0e * include/vlc_keys.h: added StringToKey()
* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
* modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
* REST: implemented configurable hotkeys for OS X.
2003-11-11 23:50:41 +00:00
Derk-Jan Hartman b7ba11b0eb * New Hungarian translation contributed by 'DirectX' (Name under investigation) 2003-11-10 00:49:48 +00:00
Christophe Massiot 5cefc07311 * src/misc/threads.c: Implementation of real-time priorities for UNIX-like
pthread systems (activate with --rt-priority)
* modules/access_output/udp.c: Only discard packets which are _very_ late
2003-11-07 19:30:28 +00:00
Gildas Bazin e53ac062b4 * include/configuration.h: some small re-work of the config declaration macros.
String choices lists can now also have a list of text descriptions associated with them.
   Added integer choices lists.
* modules/gui/wxwindows/: modified config widgets to use the new config options.
* ALL: updated for the new config options.
2003-11-05 00:39:17 +00:00
Derk-Jan Hartman a6233ea016 * implemented a vout_OSDMessage to display messages on the video at a specific
location by any module.
* added a OSD config option to the Video options. this will allow you to disable
  the messages printed by OSDMessage. Subtitles will still be shown however.
* src/audio_output/intf.c: volumeSet sets the intf-change variable.
* modules/gui/macosx/vout.m: fix the modifier detection.
2003-10-30 22:34:48 +00:00
Gildas Bazin 46c6826dab * modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions. 2003-10-30 17:58:07 +00:00
Gildas Bazin 9097385460 * ALL: improved hotkeys support. 2003-10-29 01:33:27 +00:00
Gildas Bazin 5d8bdd3f4d * src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis. 2003-10-27 21:54:10 +00:00
Derk-Jan Hartman d3a29a550f * Updated the pt_BR translation
* Added the new es language to the preferences
* Updated same stuff in the NEWS file, new release will still take a long time
* Updated the subtitle info in the README file.
2003-10-12 23:28:36 +00:00
Derk-Jan Hartman b841a87b2a * src/input/subtitles.c: made the autodetection fuzziness a config option.
* ALL:
  use a counter and pass this along to New_Subtitle, so we can add more
  than one subtitle file. This 'fixes' a problem where all subtitles got the
  same track_id and therefore were all (un)selected at the same time.
2003-10-11 22:40:05 +00:00
Gildas Bazin c28682f6ad * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
* src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
* modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
2003-10-08 19:40:42 +00:00
Sigmund Augdal Helberg f49d070542 src/libvlc.h: fixed line length of a string
modules/gui/wxwindows/preferences.cpp:
 * slightly modified layout of the window
   * The help text is now below the controls
   * Neither heading nor help text is inside wxStaticBox but rather
     separated from the controls with a simple line.
 * changed a lot of strech-factors, makes the dialog look generally more tidy
2003-10-03 23:31:43 +00:00
Derk-Jan Hartman e26f8fd1f4 * src/libvlc.h:
- Removed a dupe.
  - Added a 'L' commandline shortcut for loop and 'R' for repeat. There
    already is a 'Z' shortcut for random.
* modules/codec/subsdec.c: debug info.
2003-10-02 13:31:00 +00:00
Derk-Jan Hartman 7c64ed1692 * modules/misc/freetype.c: spelling errors
* src/libvlc.h: spelling error
* include/ninput.h: There should not yet be a Subtitles section in Doxygen
* src/input/subtitles.c: Doxygen comments for this file
2003-10-01 22:44:58 +00:00
Gildas Bazin 08e5a1f7e5 * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
2003-09-29 17:36:35 +00:00
Gildas Bazin 45687727c7 * include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line.
* modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
2003-09-24 21:31:55 +00:00
Clément Stenac a8855655eb * modules/gui/wxwindows/preferences.cpp:
- Created the "General Settings" section
	- Added help strings in the two main sections,
		in the libvlc categories,
		and in the module capabilities

* modules/gui/wxwindows/playlist.cpp & wxwindows.h
	-Implemented random, loop and repeat using variables
	-The eye candy of the dialog box is not very good
	 but I have no idea how to improve it.
	-Focus on the currently playing item

* src/libvlc.h:
	- Added help strings for the libvlc categories
	- Changed a few "advanced" flag

* include/vlc_help.h:
	- Help strings for the two main sections
	- Help string for the module capabilities (both by Anil)

* po/*: updated potfiles with the new strings
2003-09-22 14:40:12 +00:00
Derk-Jan Hartman 21c4f10c6e * modules/gui/macosx/playlist.?: implemented Save Playlist
* modules/gui/macosx/output.m: updated part of the Stream output dialog
* modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
  sub-autodetect file options to src/input/input.c
* src/input/input.c: added the moved options and use them to add subtitle
  tracks.
* src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
* src/input/subtitles.c: new subtitles_Detect() largely based on the
  code used by MPlayer. Adapted for coding style and structure differences.

The autodetect routine can now detect multiple subtitle files and assigns scores
based on their names. if they much well enough they are sorted based on their
score. It will then return this set, and they will all be added as SPU tracks
to the current stream. The (un)selecting of these tracks will need to be fixed
because they all get assigned the es id 0xFF currently.
2003-09-22 03:40:06 +00:00
Derk-Jan Hartman 2b78a77486 * include/vlc/vlc.h:
- removed the defines for i_mode concerning random and loop. We use config
    variables for all of these.
* src/libvlc.h:
  - removed the enqueue playlist config option. It's no longer used.
  - added a repeat option. vlc will keep playing the same playlist_item,
    until the option is unset.
* src/playlist/playlist.c:
  - added a repeat, random and loop variable.
  - wxwindows should use these as well I think.
* modules/gui/macosx:
  - added the INTF_ABOUT_MSG to the about dialog.
  - implemented the about and repeat items.
2003-09-20 19:37:54 +00:00
Derk-Jan Hartman c4c3e73700 * NEWS: updated some entries
* po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br>
* src/libvlc.h: Added es (Spanish) to the list of choices.
2003-09-20 02:47:41 +00:00
Laurent Aimar 4b7cff4d24 * libvlc: removed some unused options.
added sout-keep option to keep sout instance across playlist
           items (usefull with 'gather' stream_out)
 * stream_output : implement the sout-keep mode.
 * playlist, video_output, stream_output: vout and sout are now reattached
 to playlist instead of being destroyed. There are automatically destroy
 if unused byt the new input (200 ms after access and demuxer have finished
 their inittialisation step.)
2003-09-07 22:43:17 +00:00
Gildas Bazin 6c7682e327 * src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
* modules/video_output/x11/xcommon.c: small cosmetic change.
* modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
2003-08-28 21:11:55 +00:00
Derk-Jan Hartman 3d503fff25 * deleted stray i char 2003-08-19 13:20:27 +00:00
Derk-Jan Hartman dd0347da7e * Updated brazilian portuguese translation by Andre de Barros Martins Ribreiro
( your parents couldn't find anything shorter? :)
* Added this language to the options in the preferences.
2003-08-19 11:26:59 +00:00
Clément Stenac 0596bf5920 * src/audio_output/input.c
src/libvlc.h :
       First try to implement "user audio filters"
       You can provide a list of audio filters that you want to add to
       the pipeline (only the "headphone", at that time).
	(use --audio-filter filter1,filter2,...)

   ***Warning***
   It seems to work, but no guarantee at all. Perhaps all is bad
   and the commit should be reverted, as it could break audio output

* modules/codec/libmpeg2.c :
	Fixed a segfault when vout creation fails
2003-08-18 13:16:43 +00:00
Alexis de Lattre c8b4bd8ba9 po/es.po THANKS configure.ac: Spanish translation started by Vicente Jim�nez Aguilar.
src/libvlc.h: replaced "VLS" by "streaming server".
2003-08-17 20:58:45 +00:00
Sigmund Augdal Helberg 1b9c64b11d First part of code to allow configurable hotkeys.
include/configuration.h, src/misc/configuration.h:
 * added a CONFIG_ITEM_KEY
include/vlc_keys.h:
 * constants to identify keys
src/libvlc.h:
 * provide a set of hotkey config options
modules/gui/wxwindows/interface.cpp, wxwindows.h:
 * set the configured hotkeys as accelerator for the appropriate menus
modules/gui/wxwindows/preferences.cpp:
 * start to support CONFIG_ITEM_KEY. Options are showed with the right value
   but any changes made have no effect yet.
2003-08-14 19:25:56 +00:00
Derk-Jan Hartman ebd0d9737a * README.MacOSX.rtf: updated section on subtitles.
* vlc.ebuild: added amd64 keyword. changed script to use emake again.
  Removed MODULES from the doc installation.
* src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
* share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
  "An Opensource Media Player" to "VLC media player".
* other: added the new transcoding codecs, channels option and SAP option
  to the stream output dialog.
2003-07-20 19:48:30 +00:00
Gildas Bazin e809bbac6c * src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
* src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
2003-07-18 20:52:11 +00:00
Derk-Jan Hartman 36b3260b3c * Made the search path configuration options, directory instead of string options. 2003-06-20 15:34:51 +00:00
Cyril Deguet 3f737ba4ce * moved the ttl help in the right section 2003-06-17 21:52:19 +00:00
Derk-Jan Hartman d693470b3b * All: some spelling corrections and description string clarifications.
There is a lot of improvement left here.
2003-06-06 02:23:30 +00:00
Derk-Jan Hartman 470e72bdbc * src/libvlc.h:
- added "en" to the list of languages in the preferences.
  - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
    FENRIR: is this correct this way?
2003-05-28 03:53:04 +00:00
Derk-Jan Hartman fd37e766f8 * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
* modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
* modules/gui/macosx/macosx.m: typo
* modules/gui/macosx/prefs.m: fix of the module selectors.
* po/nl.po: i've taken a head start on the translations.
* src/libvlc.h: removed unused string RT_PRIORITY_TEXT
2003-05-24 02:48:55 +00:00
Gildas Bazin 8b90225cdc * src/libvlc.h: fixed spelling mistake.
* modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
* modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
2003-05-22 21:42:44 +00:00
Sigmund Augdal Helberg 1d4447643c removed the desctiption texts of a nonexisting config option 2003-05-21 13:19:32 +00:00
Sigmund Augdal Helberg 5b476cdedf removed the --playlist option as it doesn't seem to be used 2003-05-21 13:10:05 +00:00
Gildas Bazin 4525fffaf0 * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
* src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
2003-05-17 11:35:14 +00:00
Laurent Aimar 668ce22d26 * aac: compilation fix.
* libvlc.h : set correct value for sout-a/vcodec
2003-05-14 21:29:43 +00:00
Derk-Jan Hartman fe93476f24 * fix titer's language commit. The list needs to end with a NULL, or VLC will
no longer start. (it fails on the duplication of the config of this variable)
2003-05-10 20:49:07 +00:00
Eric Petit 231797fcda * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
with old config files; --language is now a string_from_list you can use
 to specify the language (default is auto-detection).
2003-05-10 13:40:37 +00:00
Gildas Bazin 4ee99a9602 * modules/access/file.c: fixed large file support on win32.
* src/libvlc.[ch]: made the description of the translation option more explicit.
2003-05-08 15:58:56 +00:00
Eric Petit ce825efe58 src/libvlc.*: --translation is now a string. Usefull if want to specify
a different language than your OS, or if your OS is not localized...
2003-05-08 14:15:36 +00:00
Derk-Jan Hartman 039d36f2ec * changed "Gayscale video output" option back into "Grayscale video output" 2003-05-07 23:13:07 +00:00
Gildas Bazin 95b4a56a03 * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
* modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
2003-05-05 22:23:42 +00:00
Gildas Bazin cf3c9805ef * ALL: removed the old channels server stuff (was deprecated). 2003-05-05 16:09:41 +00:00
Christophe Massiot 5080ba2625 * First round of capitalization of description strings. 2003-05-04 23:38:06 +00:00
Laurent Aimar fd08bdbe1e * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
before first slice).
 * ffmpeg: use indeo v3 decoder (untested).
 * stream_ouput.c,libvlc.h : take care of:
 --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
using --sout-abitrate and --sout-vbitrate in kilobits/s).
 --sout-display: to display while streaming.
(Btw there is a problem with vout and display, it leads to a ref count = -1)
2003-04-16 00:12:36 +00:00
Christophe Massiot 406929a429 * Fixed the translation option with Mac OS X. 2003-04-08 08:36:00 +00:00
Christophe Massiot 6978439987 * Renamed the "headphone" option to "headphone-opt" to avoid error
messages "option headphone does not exist". I'm not clever enough to find
out why it doesn't work when it's named "headphone".
2003-04-06 23:44:53 +00:00
Christophe Massiot e8325b39c1 Disabled the translation configuration variable on OS X since it doesn't
work.
2003-04-06 14:12:46 +00:00
Gildas Bazin 5d2949dc73 * modules/gui/wxwindows/*: small formating changes.
* modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
2003-03-30 16:26:42 +00:00
Gildas Bazin 17a31fd892 * include/configuration.h: added the add_directory() config macro.
* modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
* ALL: changed some add_string() config options to add_file().
2003-03-30 14:24:20 +00:00
Gildas Bazin c32ee2a654 * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
moved the headphone-dim config option to the headphone plugin.
* modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
* src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
2003-03-29 12:22:15 +00:00
Gildas Bazin 3cec32c6e0 * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
* modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
2003-03-26 00:56:22 +00:00
Christophe Massiot 2bdd09121a Fixed aspect ratio's tooltip. 2003-03-17 12:14:26 +00:00
Christophe Massiot 780ba1b903 * Bumped up version number to 0.5.2
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
  configuration variable.
2003-03-10 00:04:14 +00:00
Christophe Massiot a0066f40af Fixed a segfault in the OS X preferences panel. 2003-03-06 09:58:00 +00:00
Christophe Massiot b3793e34cb * Made rt-priority a real-time variable (shut-up sam) and misc attempts
to improve responsiveness under OS X
2003-03-04 23:36:57 +00:00
Gildas Bazin de621e39dd * src/libvlc.h, modules/audio_output: added a global --spdif config option
to allow using the spdif output by default if available.
* modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
   a dos command box.
* modules/control/rc/rc.c: on win32 enabled the echo mode and the
   backspace key.
* modules/codec/mpeg_audio.c: fixed a sync bug.
2003-02-20 16:07:38 +00:00
Sigmund Augdal Helberg 5a13b475ce * include/configuration.h: added a new flag to the configuration stucture to
indicate wether it is an "advanced" option or not. The goal with this is to
hide the user from all the strange options that very seldom needs to be
changed. added an extra argument to all the add_* macros to indicate wether
the item is advanced or not.
* src/libvlc.h: added an "show advanced options" config option default
disabled
* src/libvlc.c: the advanced options are not listed by vlc --help and
friends unless --advanced is used
* modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
advanced options unless advanced is set
all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
using some common sense. Please check and correct

note: All interfaces should still work like they used to, see the change in
modules/gtk/preferences.c to find out how to "hide" options.

second note: I think I've changed all the modules, but I could not test
everyone for compilation, expect some broken modules (the fix is to add ",
VLC_TRUE" as last argument to the add_* I forgot)
2003-02-20 01:52:47 +00:00
Eric Petit cfa53f6914 * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
multicasting with the stream output
 * modules/control/: missing cvsignore
2003-02-18 18:33:44 +00:00
Christophe Massiot f055f01f00 * aout_Volume* functions now do their own vlc_object_find() on the
audio output. Consequently, the first argument can be any vlc_object_t.
* modules/gui/macosx/*: greatly simplified volume functions ; you can now
  call aout_Volume* even when there is no audio output, and the volume
  will be saved for later use.
2003-02-09 01:13:43 +00:00
Christophe Massiot 35a0bc34c5 * Fixed misc typos in strings,
* Updated po files,
* New --buggy-psi options, to supports streams which don't update the
continuity counter in their PSI packets (walkenizes #sam).
2003-02-08 19:10:22 +00:00
Sam Hocevar c0fc3bc207 * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
to come.
2003-02-02 00:29:29 +00:00
Sam Hocevar a793be381c * ALL: fixes for various compilation warnings and spelling errors. 2003-01-28 16:57:28 +00:00
Sam Hocevar 476ba22e35 * ./po/*: spelling fixes. 2003-01-28 02:03:33 +00:00
Sigmund Augdal Helberg ba0ff50cfd added an new config variable that takes an comma separated list of
interface modules to be loaded in the background when vlc starts. This is
usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
module was inserted, as this just needs to be added to this list now.
2003-01-22 22:19:29 +00:00
Laurent Aimar 2b9dfff883 * all: modified files for video transcoding. Still needed configure.ac.in 2003-01-22 10:44:50 +00:00
Arnaud Schauly 1dbae73cc2 * SAP is disabled by default. 2003-01-11 20:25:36 +00:00