- 05 Nov, 2003 1 commit
-
-
Gildas Bazin authored
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.
-
- 30 Oct, 2003 2 commits
-
-
Derk-Jan Hartman authored
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.
-
Gildas Bazin authored
* modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.
-
- 29 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: improved hotkeys support.
-
- 27 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
-
- 12 Oct, 2003 1 commit
-
-
Derk-Jan Hartman authored
* 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.
-
- 11 Oct, 2003 1 commit
-
-
Derk-Jan Hartman authored
* 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.
-
- 08 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-
- 03 Oct, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
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
-
- 02 Oct, 2003 1 commit
-
-
Derk-Jan Hartman authored
- 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.
-
- 01 Oct, 2003 1 commit
-
-
Derk-Jan Hartman authored
* 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
-
- 29 Sep, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-
- 24 Sep, 2003 1 commit
-
-
Gildas Bazin authored
* 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().
-
- 22 Sep, 2003 2 commits
-
-
Clément Stenac authored
- 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
-
Derk-Jan Hartman authored
* 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.
-
- 20 Sep, 2003 2 commits
-
-
Derk-Jan Hartman authored
- 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.
-
Derk-Jan Hartman authored
* 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.
-
- 07 Sep, 2003 1 commit
-
-
Laurent Aimar authored
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.)
-
- 28 Aug, 2003 1 commit
-
-
Gildas Bazin authored
* 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).
-
- 19 Aug, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
( your parents couldn't find anything shorter? :) * Added this language to the options in the preferences.
-
- 18 Aug, 2003 1 commit
-
-
Clément Stenac authored
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
-
- 17 Aug, 2003 1 commit
-
-
Alexis de Lattre authored
src/libvlc.h: replaced "VLS" by "streaming server".
-
- 14 Aug, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
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.
-
- 20 Jul, 2003 1 commit
-
-
Derk-Jan Hartman authored
* 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.
-
- 18 Jul, 2003 1 commit
-
-
Gildas Bazin authored
* 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.)
-
- 20 Jun, 2003 1 commit
-
-
Derk-Jan Hartman authored
-
- 17 Jun, 2003 1 commit
-
-
Cyril Deguet authored
-
- 06 Jun, 2003 1 commit
-
-
Derk-Jan Hartman authored
There is a lot of improvement left here.
-
- 28 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
- 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?
-
- 24 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
* 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
-
- 22 May, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-
- 21 May, 2003 2 commits
-
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
- 17 May, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-
- 14 May, 2003 1 commit
-
-
Laurent Aimar authored
* libvlc.h : set correct value for sout-a/vcodec
-
- 10 May, 2003 2 commits
-
-
Derk-Jan Hartman authored
no longer start. (it fails on the duplication of the config of this variable)
-
Eric Petit authored
with old config files; --language is now a string_from_list you can use to specify the language (default is auto-detection).
-
- 08 May, 2003 2 commits
-
-
Gildas Bazin authored
* modules/access/file.c: fixed large file support on win32. * src/libvlc.[ch]: made the description of the translation option more explicit.
-
Eric Petit authored
a different language than your OS, or if your OS is not localized...
-