- 19 Apr, 2004 1 commit
-
-
Andre Pang authored
-
- 18 Apr, 2004 1 commit
-
-
Clément Stenac authored
- 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
-
- 16 Apr, 2004 1 commit
-
-
Felix Paul Kühne authored
* 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
-
- 06 Apr, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 01 Apr, 2004 1 commit
-
-
Gildas Bazin authored
+ added a --video-title option, courtesy of Hornsby Adrian. * modules/video_output/directx/directx.c: minor changes.
-
- 29 Mar, 2004 1 commit
-
-
Clément Stenac authored
* 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.
-
- 23 Mar, 2004 1 commit
-
-
Gildas Bazin authored
+ 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
-
- 18 Mar, 2004 1 commit
-
-
Rocky Bernstein authored
-
- 11 Mar, 2004 1 commit
-
-
Gildas Bazin authored
+ 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.
-
- 05 Mar, 2004 2 commits
-
-
Laurent Aimar authored
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, ...)
-
Carlo Calabrò authored
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
-
- 02 Mar, 2004 1 commit
-
-
Felix Paul Kühne authored
* 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
-
- 20 Feb, 2004 1 commit
-
-
Christophe Massiot authored
OSes, and added an rt-offset configuration variable to tune the priority of VLC against other programs without recompiling everything.
-
- 11 Feb, 2004 1 commit
-
-
Laurent Aimar authored
without destroying/recreating a new input. (Will be usefull for streaming). ( A value of -1 means repeat for ever). --> Not tested with dvd.
-
- 31 Jan, 2004 1 commit
-
-
Alexis de Lattre authored
* 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.
-
- 29 Jan, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
* defined a CPU_CAPABILITY_SSE2 src/libvlc.(c|h): * implemented --see2/--no-sse2
-
- 25 Jan, 2004 1 commit
-
-
Clément Stenac authored
-
- 20 Jan, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
* add description to valid values of --align
-
- 06 Jan, 2004 1 commit
-
-
Rocky Bernstein authored
option. Run-of-the mill users may want to select that. Update documentation.
-
- 24 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-
- 22 Dec, 2003 1 commit
-
-
Sam Hocevar authored
+ 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.
-
- 20 Dec, 2003 1 commit
-
-
Boris Dorès authored
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.
-
- 15 Dec, 2003 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Yoann Peronneau authored
* added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8 * bookmark9 and 10 are not added since F9 and F10 are reserved keys
-
- 12 Dec, 2003 1 commit
-
-
Yoann Peronneau authored
(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.
-
- 11 Dec, 2003 4 commits
-
-
Benjamin Pracht authored
-
Derk-Jan Hartman authored
-
Rocky Bernstein authored
cddax and vcdx.
-
Yoann Peronneau authored
-
- 10 Dec, 2003 1 commit
-
-
Yoann Peronneau authored
-
- 09 Dec, 2003 1 commit
-
-
Yoann Peronneau authored
* added a the default CD Audio device in General Settings -> Input * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
-
- 08 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-
- 07 Dec, 2003 1 commit
-
-
Derk-Jan Hartman authored
-
- 04 Dec, 2003 1 commit
-
-
Sam Hocevar authored
+ 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.
-
- 30 Nov, 2003 1 commit
-
-
Laurent Aimar authored
packetizers running in the input thread. (Usefull with sout)
-
- 29 Nov, 2003 1 commit
-
-
Christophe Massiot authored
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
-
- 27 Nov, 2003 1 commit
-
-
Laurent Aimar authored
demuxer using es_out_* ie everyone but TS and PS).
-
- 22 Nov, 2003 1 commit
-
-
Eric Petit authored
+ *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.
-
- 16 Nov, 2003 1 commit
-
-
Gildas Bazin authored
* 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.
-