- 09 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 08 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 07 Aug, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 05 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 08 Jul, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 24 Jun, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 19 Jun, 2007 1 commit
-
-
Pierre d'Herbemont authored
libvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_release) in the libvlc.h header.
-
- 17 Jun, 2007 4 commits
-
-
Pierre d'Herbemont authored
libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 07 Jun, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 01 Jun, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 20 May, 2007 1 commit
-
-
littlejohn authored
-
- 19 May, 2007 4 commits
-
-
littlejohn authored
-
littlejohn authored
-
littlejohn authored
-
littlejohn authored
-
- 20 Feb, 2007 1 commit
-
-
zorglub authored
- Return correct item ids - Structures for navigating the playlist - Consistent locking * Add a b_locked parameter to the remaining playlist API calls
-
- 15 Feb, 2007 1 commit
-
-
littlejohn authored
-
- 29 Nov, 2006 1 commit
-
-
hartman authored
-
- 26 Nov, 2006 1 commit
-
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 13 Nov, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Sep, 2006 1 commit
-
-
zorglub authored
-
- 15 Sep, 2006 3 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
* instances creation/deletion stuff to libvlc-common.c * implementation of the old libvlc API to libvlc.c
-
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)
-
- 25 Aug, 2006 1 commit
-
-
Konstantin Pavlov authored
-
- 23 Aug, 2006 2 commits
-
-
Konstantin Pavlov authored
-
Eric Petit authored
-
- 01 Aug, 2006 1 commit
-
-
zorglub authored
-
- 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
-
- 14 Feb, 2006 1 commit
-
-
zorglub authored
* Some test work * Export vlm_MediaSearch
-
- 01 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 08 Jan, 2006 1 commit
-
-
zorglub authored
Fix compilation
-
- 15 Dec, 2005 2 commits
-
-
Olivier Aubert authored
-
littlejohn authored
-