- 23 Jun, 2004 4 commits
-
-
Laurent Aimar authored
(becarefull, it's just if you can seek or not, and not if you have to display the progress bar, for thet last you have to check if "position" value get != 0.0 ) - added "audio-delay" and "spu-delay" object variables to delay audio/spu to the video. They can be changed on the fly (untested). - renamed INPUT__GET/SET_SUBDELAY into INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY (wrapper to "audio-delay" and "spu-delay") - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use them, a demuxer should export DEMUX_GET_META and not using them.
-
gbazin authored
* src/input/stream.c: fixed detection of EOF.
-
gbazin authored
-
Jon Lech Johansen authored
-
- 22 Jun, 2004 7 commits
-
-
zorglub authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 18 Jun, 2004 1 commit
-
-
sigmunau authored
-
- 17 Jun, 2004 1 commit
-
-
yoann authored
When you want to use OSD, you have to register an OSD channel, by calling vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture. There is a particular channel, DEFAULT_CHANNEL that can be used for general purpose. See modules/control/hotkeys.c for an example.
-
- 15 Jun, 2004 2 commits
- 12 Jun, 2004 1 commit
-
-
zorglub authored
- set_volume - get_volume - mute - clear_playlist - add_item - next - previous - isplaying - ge_length - get_position - get_time - seek * Fixed VLC_VolumeSet and a description
-
- 09 Jun, 2004 1 commit
-
-
gbazin authored
-
- 07 Jun, 2004 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* demux, access: change the prototype of access2_New/demux2_New. * control: implemented all INPUT_GET/SET. * src/input/*.c: removed old functions, move some of them.
-
- 06 Jun, 2004 3 commits
-
-
hartman authored
- VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet - VLC_ClearPlaylist was changed to VLC_PlaylistClear - Added a lot of new calls: VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet, VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex, VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute. - everything doxygenized. - There are NO mozilla functions of these additions yet. (someone else please?)
-
zorglub authored
-
zorglub authored
* Edit bookmarks if possible
-
- 05 Jun, 2004 6 commits
-
-
Laurent Aimar authored
time-offset change.
-
Laurent Aimar authored
STREAM_CONTROL_ACCESS. * all: added previous new commands support.
-
gbazin authored
-
gbazin authored
* src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces). * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
-
hartman authored
-
hartman authored
* renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does. * added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause. * reordered the functions in libvlc. everything was mixed up. * added doxygen info to all the functions * fixed several functions to use the correct underlying API calls * corrected the copyright info This is in preparation of the new libvlc calls for mozilla plugin temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
-
- 04 Jun, 2004 1 commit
-
-
gbazin authored
-
- 03 Jun, 2004 1 commit
-
-
gbazin authored
* src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
-
- 02 Jun, 2004 1 commit
-
-
yoann authored
* added i_channel and i_content properties to subpicture_t * p_last_osd_message is no more used An OSD channel can contain simultaneously an OSD text and an OSD widget.
-
- 01 Jun, 2004 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
gbazin authored
-
- 31 May, 2004 1 commit
-
-
zorglub authored
-
- 30 May, 2004 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-