- 22 Apr, 2004 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
b-frame and it doesn't do pts/dts computation but I fear it won't be possible). * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
- 21 Apr, 2004 12 commits
-
-
Christophe Massiot authored
the whole PES because the contents may be corrupt.
-
Christophe Massiot authored
specify the audio bitmask (0xA9 seems a good value).
-
Christophe Massiot authored
trash the PES packet (the rest of the PES can still be used, and anyway the decoder must be aware that a discontinuity happened).
-
Christophe Massiot authored
estimation ; if the error is too high, lower the quantizer scale.
-
Laurent Aimar authored
-
Carlo Calabrò authored
-
Sam Hocevar authored
-
Carlo Calabrò authored
-
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 9 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().
-