- 22 Sep, 2003 2 commits
-
-
zorglub 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
-
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
-
-
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.
-
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
-
-
gbazin 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
- 18 Aug, 2003 1 commit
-
-
zorglub 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
-
-
sigmunau 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
-
-
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
-
-
gbazin 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
-
-
hartman authored
-
- 17 Jun, 2003 1 commit
-
-
Cyril Deguet authored
-
- 06 Jun, 2003 1 commit
-
-
hartman authored
There is a lot of improvement left here.
-
- 28 May, 2003 1 commit
-
-
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
-
-
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
-
-
gbazin 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
- 17 May, 2003 1 commit
-
-
gbazin 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
-
-
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
-
-
gbazin 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...
-
- 07 May, 2003 1 commit
-
-
hartman authored
-
- 05 May, 2003 2 commits
-
-
gbazin authored
* 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.
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
- 04 May, 2003 1 commit
-
-
Christophe Massiot authored
-
- 16 Apr, 2003 1 commit
-
-
Laurent Aimar authored
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)
-
- 08 Apr, 2003 1 commit
-
-
Christophe Massiot authored
-
- 06 Apr, 2003 2 commits
-
-
Christophe Massiot authored
messages "option headphone does not exist". I'm not clever enough to find out why it doesn't work when it's named "headphone".
-
Christophe Massiot authored
work.
-
- 30 Mar, 2003 2 commits
-
-
gbazin authored
* modules/gui/wxwindows/*: small formating changes. * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
-
gbazin authored
* 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().
-
- 29 Mar, 2003 1 commit
-
-
gbazin authored
* 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.
-
- 26 Mar, 2003 1 commit
-
-
gbazin authored
* 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.
-
- 17 Mar, 2003 1 commit
-
-
Christophe Massiot authored
-