1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

7611 Commits

Author SHA1 Message Date
Laurent Aimar
3e666faf3f * vcd/vcd.c: ported to access2.
* access2: added chapter support.
2004-06-06 17:02:55 +00:00
Olivier Aubert
d279ea85b7 Removed call to input_Tell (which is deprecated) 2004-06-06 16:15:23 +00:00
Laurent Aimar
9db201ccd0 * ts.c: module name is now ts. (thx thedj). 2004-06-06 13:55:40 +00:00
Anil Daoud
5291e759dd * bookmarks.cpp: compilation fix 2004-06-06 13:54:12 +00:00
Laurent Aimar
2e9954d9e4 * udp: increase the mtu by *2 instead of 10%. 2004-06-06 13:53:53 +00:00
Derk-Jan Hartman
d48e6bfefb * bugfix to libvlc header 2004-06-06 13:28:02 +00:00
Derk-Jan Hartman
515a10abba * No longer force ts2 for Kasenna udp multicast. ts2 is now ts. 2004-06-06 13:13:06 +00:00
Derk-Jan Hartman
347e1ecf94 * WARNING: Libvlc API change
- 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?)
2004-06-06 13:02:26 +00:00
Yoann Peronneau
b4e738fdf4 * modules/control/hotkeys.c : clean up 2004-06-06 13:00:23 +00:00
Laurent Aimar
3b6a46b8c5 * access/*: use var_* helpers.
* access/vcd/ clean up.
2004-06-06 12:51:06 +00:00
Clément Stenac
e34b5bebef Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer 2004-06-06 12:45:32 +00:00
Clément Stenac
ae6057812b * Interaction between bookmarks and streaming wizard
* Edit bookmarks if possible
2004-06-06 12:44:35 +00:00
Laurent Aimar
5772405255 * variables: added var_Get/Set/CreateGetBool. 2004-06-06 12:17:15 +00:00
Laurent Aimar
fd265bfd52 * variables: helpers: var_Get* . 2004-06-06 11:56:22 +00:00
Laurent Aimar
c861d72141 * variables: added more helpers: var_CreateGet* 2004-06-06 11:44:01 +00:00
Laurent Aimar
fc6d8a2cfc * input: compute right value for position/time on position-offset and
time-offset change.
2004-06-05 22:36:13 +00:00
Laurent Aimar
df3ce87c81 * mms/* : converted to access2. It should be reworked to use pf_block, but
that can wait ...
 * access2: little fix + added mms* shortcuts.
2004-06-05 21:53:24 +00:00
Laurent Aimar
b28679143b * snapshot: small warning fix + coding rules.
Btw, the module uses input_Tell that is deprecated, Is it really needed ?
 If so, when ?
2004-06-05 20:13:08 +00:00
Laurent Aimar
b8df288b42 * livedotcom: small warning fix for old version. 2004-06-05 20:11:05 +00:00
Clément Stenac
b3900df748 Fixed warning 2004-06-05 19:48:09 +00:00
Laurent Aimar
7d9e6c9cb9 * mp4: fixed a small bug with subtitle. 2004-06-05 19:45:56 +00:00
Laurent Aimar
bd080991f0 * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
STREAM_CONTROL_ACCESS.
 * all: added previous new commands support.
2004-06-05 19:36:51 +00:00
Jean-Paul Saman
e3dfa45149 HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS 2004-06-05 19:27:48 +00:00
Olivier Teulière
6474e0a6e1 * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
loading of .vlt files on Win32
2004-06-05 19:23:03 +00:00
Laurent Aimar
d1cbbc197a * cdda: converted to access2. It seems stable.
* access2: added/fixed title support.
2004-06-05 18:58:58 +00:00
Laurent Aimar
4d342851a7 * demux2: added wav. 2004-06-05 18:54:18 +00:00
Gildas Bazin
a88c1a091c * src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes. 2004-06-05 18:04:06 +00:00
Gildas Bazin
788a3c84dc * 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.
2004-06-05 17:49:22 +00:00
Derk-Jan Hartman
9717a6963a * Added an extension check to m3u plugins for .ram files.
These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.

for MPEG-4 unicasted RealMedia streams.
2004-06-05 17:12:16 +00:00
Derk-Jan Hartman
f2e7996905 * fix a compilation error 2004-06-05 16:58:57 +00:00
Derk-Jan Hartman
be973dfb40 NOTE: libvlc API changes
* 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()
2004-06-05 16:09:00 +00:00
Laurent Aimar
2d64aa5c99 * udp: activate udp-auto-mtu by default. It increases the internal MTU
by 10% each time we read a packet greater or equal to the MTU.
 It should be harmless.
2004-06-04 21:59:48 +00:00
Laurent Aimar
e5ab6347d3 * ts.c : renamed to ts.
* mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
2004-06-04 21:52:55 +00:00
Laurent Aimar
74444e997f * udp: converted to access2 (using pf_block, so for now it may hurt a
bit the perfs as we do a memcpy in access2.c)
2004-06-04 21:51:34 +00:00
Olivier Teulière
0037d94205 * doc/skins2-howto.xml: Missing "required" specification 2004-06-04 19:37:13 +00:00
Gildas Bazin
c042b1c292 * src/misc/modules.c: some error checking when loading the cache plugins file. 2004-06-04 12:47:06 +00:00
Gildas Bazin
560e907c01 * modules/codec/spudec/render.c: chroma support for dvd subtitles. 2004-06-04 10:35:06 +00:00
Olivier Aubert
96c54f23c4 Coding-style updates (whitespace related) 2004-06-04 09:10:48 +00:00
Laurent Aimar
88c640583e * ffmpeg: added XVIX fourcc (buggy xvid streams) 2004-06-03 21:43:34 +00:00
Laurent Aimar
671f21a04d * directory: converted to access2. 2004-06-03 18:08:27 +00:00
Laurent Aimar
4d53622335 * mp4: fix for width in tkhd for video stream with null aspect. 2004-06-03 18:02:14 +00:00
Derk-Jan Hartman
d67ece3dd0 * Fix the todotable 2004-06-03 14:35:05 +00:00
Sigmund Augdal Helberg
14b0415fc8 TODO: Fixed up the entry on vobsub 2004-06-03 13:56:34 +00:00
Derk-Jan Hartman
952fdbb17d * shitload of work we can do 2004-06-03 13:40:08 +00:00
Clément Stenac
206b6fd982 Embryo of a Todo list, feel free to use it :) 2004-06-03 11:57:04 +00:00
Gildas Bazin
db80e894a8 * 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. 2004-06-03 09:14:16 +00:00
Laurent Aimar
87570dbb37 * file: converted to access2. I hope it still compils everywhere.
* access2: added stream/file/kfir shortcut. Begin title support but
nothing usable yet.
2004-06-03 00:08:54 +00:00
Yoann Peronneau
df5b86aaba * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking. 2004-06-02 23:19:54 +00:00
Yoann Peronneau
50b658157c Support for multiple OSD channels :
* 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.
2004-06-02 22:53:26 +00:00
Laurent Aimar
9b7132be53 * pvr: cosmetic. 2004-06-02 22:47:30 +00:00