- 24 Oct, 2006 1 commit
-
-
littlejohn authored
-
- 21 Oct, 2006 1 commit
-
-
zorglub authored
* Remove the random special case * Use the array of currently playing items for all cases * Convert array items to array API * Replace standard searches in sorted arrays by bsearches * Size is not yet fixed (next round). Array * Add reset/value and bsearch functions * Add foreach helper
-
- 15 Oct, 2006 1 commit
-
-
littlejohn authored
-
- 14 Oct, 2006 1 commit
-
-
Philippe Morin authored
-
- 04 Oct, 2006 1 commit
-
-
damienf authored
- use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way.
-
- 26 Sep, 2006 5 commits
-
-
damienf authored
-
Olivier Aubert authored
longer does.
-
damienf authored
- revert 16847, this breaks the activex and mozilla plugins, and passing a argv[0] is a very desirable feature as the path in argv[0] is also used to search for plugins. Typically users can pass on the argv[0] of their programs
-
Olivier Aubert authored
time unit
-
damienf authored
-
- 25 Sep, 2006 3 commits
-
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
that users of the API can simply pass parameters
-
- 24 Sep, 2006 1 commit
-
-
zorglub authored
Add input_ItemAddOptionNoDup (unused at the moment) + free warning fix
-
- 22 Sep, 2006 2 commits
-
-
Olivier Aubert authored
-
damienf authored
-
- 18 Sep, 2006 1 commit
-
-
zorglub authored
-
- 15 Sep, 2006 2 commits
-
-
zorglub authored
Convert the new libvlc API (so, the one that is in src/control) not to use the old libVLC API (the one that is in libvlc.c, er, no, was... ah... maybe it's the internal one... err .... well, it's about vlc for sure...)
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 04 Sep, 2006 1 commit
-
-
damienf authored
-
- 27 Aug, 2006 1 commit
-
-
damienf authored
- added a couple of support APIs in libvlc - retired XPCOM interface, all scripting now goes through NPObject apis - new APIs using libvlc (roughly similar to java bindings)
-
- 11 Aug, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 01 Aug, 2006 2 commits
-
-
littlejohn authored
-
zorglub authored
-
- 31 Jul, 2006 2 commits
-
-
littlejohn authored
-
littlejohn authored
Typo fix in modules/stream_out/bridge.c
-
- 29 Jul, 2006 1 commit
-
-
damienf authored
- allow for libvlc_exception_t to be NULL in APIs - remove X11 references from libvlc, as it breaks MacOS X
-
- 28 Jul, 2006 1 commit
-
-
littlejohn authored
if (vout_Control VOUT_REPARENT is called giving a Drawable in args) then that Drawable is used as new parent otherwise DefaultRootWindow will be the parent
-
- 26 Jul, 2006 1 commit
-
-
littlejohn authored
-
- 19 Jul, 2006 1 commit
-
-
Olivier Aubert authored
include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen
-
- 10 Jun, 2006 3 commits
-
-
littlejohn authored
-
littlejohn authored
-
littlejohn authored
-
- 06 Jun, 2006 2 commits
-
-
littlejohn authored
-
littlejohn authored
-
- 05 Jun, 2006 3 commits
-
-
littlejohn authored
* video.c: added 1 release object in GetVout * input.c: added libvlc_get_input_thread helper
-
littlejohn authored
-
littlejohn authored
* video height/width retrieval * input playing status check
-
- 04 Jun, 2006 1 commit
-
-
littlejohn authored
* libvlc playlist play uses locking
-
- 02 Jun, 2006 1 commit
-
-
littlejohn authored
- simple screenshot function - an helper function to check if the input item is playing
-