- 21 Apr, 2004 4 commits
-
-
Sam Hocevar authored
+ Check for vec_ld instead of vec_mtvscr in the C AltiVec detection. + Include <altivec.h> in the C AltiVec detection. * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c: + Include <altivec.h> in the C AltiVec versions.
-
Gildas Bazin authored
* modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
-
Laurent Aimar authored
not pace controlable (temporary workaround, we should create a thread that handles all packetizers).
-
Derk-Jan Hartman authored
- when we open a kasenna multicast udp stream, don't pass along to RTSP. - set the correct mtu for Kasenna streams. * rest --mtu can now be set via :mtu playlist option.\
-
- 20 Apr, 2004 15 commits
-
-
Anil Daoud authored
-
Gildas Bazin authored
* modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
-
Gildas Bazin authored
* modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
-
Yoann Peronneau authored
-
Gildas Bazin authored
* modules/gui/skins2/src/skin_main.cpp: "play on start" support. * src/interface/interface.c: explicit init of b_play. * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
-
Sam Hocevar authored
-
Yoann Peronneau authored
',') where VLC can look for a subtitle file ; typically, ./Subtitles or ./subtitles (the directory in wich the film is located is implicit).
-
Sam Hocevar authored
+ Check for <altivec.h>. + Test for -maltivec -mabi=altivec in addition to -fvec.
-
Gildas Bazin authored
When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts). * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype. * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves. * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
-
Sam Hocevar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Antoine Cellerier authored
* added restore to default settings button (for those sliders)
-
Andre Pang authored
than only responding to shortcut keys which are defined in the .nib interface file
-
Derk-Jan Hartman authored
- fix goom location - some small url improvements. please test the contrib system. * modules/gui/macosx/* - autodetect Quartz Extreme. Use OpenGL vout if present. - --macosx-vout auto|quartz|opengl to force a vout. * Makefile.am: add share/http/vlm to target. * NEWS: small updates * AUTHORS: updated my email address.
-
- 19 Apr, 2004 13 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Eric Petit authored
-
Andre Pang authored
description of what it does and how it's implemented. * Overview of the CMML codec: This is an implementation of the Continuous Media Markup Language (CMML) for VideoLAN. In short, CMML is a (XML) markup language for time-continuous data, which of course includes multimedia such as video and audio. It allows one to annotate a media file with both structured and unstructured textual data, but one of its distinguishing features--and what this code implements--is its support for embedding hyperlinks in media files. So, while viewing some media (e.g. a radio interview with a band), you could provide a hyperlink to any URL, including a standard web page or other media (e.g. the band's home page). The hyperlinks are active only for specific intervals of time while the media is playing, so for example during a radio interview, the hyperlinks can change depending on what questions the interviewer is asking and topic is being discussed. For more general information on CMML and its role in the bigger picture of extending the World Wide Web to properly support multimedia, see <http://www.annodex.net/overview.html>. For specifications of CMML, see <http://www.annodex.net/specifications.html>. * CMML codec usage: Once you have hyperlinking capability, you take on some of the capabilities of a web browser, in particular following hyperlinks, and also maintaining a browsing history where you can go backwards and forwards between pieces of media you've linked to. So, if you are viewing a file with CMML markup: * Hyperlinks are displayed as a subtitle track * Hyperlinks are followed with the VLC "activate" hotkey (by default, this is just the Enter key) * Going back and forward are done with the "history-back" and "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X, and Ctrl-[ and Ctrl-] on all other platforms. Until the media browsing history features are made available outside of the CMML plugin, you can only use the history features while viewing a file that contains CMML markup: e.g. you cannot navigate backwards or forward in the history while viewing a standard MPEG video. This is a limitation which may be removed if the media browsing code is merged into the VLC core.
-
Clément Stenac authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
-
Benjamin Pracht authored
adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
-
Gildas Bazin authored
* src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
-
Laurent Aimar authored
-
Andre Pang authored
-
Andre Pang authored
-
Derk-Jan Hartman authored
I'm not aware of any REAL problems with the openGL output please report your experiences.
-
- 18 Apr, 2004 8 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
-
Clément Stenac authored
-
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
-
Olivier Teulière authored
As it is not perfect yet, a new config option allows to disable transparency effects.
-
Clément Stenac authored
* Fixed layout of the item info dialog
-
Derk-Jan Hartman authored
-