28 Commits (17ada6c55fea1289c60475872b9613c4abb173fe)

Author SHA1 Message Date
Johannes Kauffmann 17ada6c55f lib: avoid including config.h in headers 3 years ago
Steve Lhomme 65659b20b4 lib: include vlc_arrays.h when using vlc_array_t 3 years ago
Steve Lhomme dff3b2d274 lib: include vlc_threads.h when using vlc_mutex_t 3 years ago
Steve Lhomme b20b959658 libvlc_internal: do the half up millisecond rounding with vlc_tick macros 4 years ago
Steve Lhomme aa70adf479 libvlc: rename outdated mtime functions to vlc_tick ones 4 years ago
Hugo Beauzée-Luyssen 6d32cdc4e0 lib: Remove unused instance lock 6 years ago
Hugo Beauzée-Luyssen 7ebbc0675a lib: core: Use vlc_atomic_rc_t for refcounting 6 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Hugo Beauzée-Luyssen a9014afdac lib: Add thumbnailing support 8 years ago
Rémi Denis-Courmont 3de6692cea lib: remove VLM API 8 years ago
Steve Lhomme 5073e5d0f1 libvlc: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Rémi Denis-Courmont b50d5f3131 lib: event: remove new/release functions 9 years ago
Rémi Denis-Courmont 72b3f02398 lib: vlm: privatize libvlc_vlm_t 9 years ago
Rémi Denis-Courmont 5ede6b918f lib: vlm: do not allocate inside the instance 9 years ago
Rémi Denis-Courmont d241be435f lib: add libvlc_event_manager_(init|destroy) functions 9 years ago
Thomas Guillem c2d3294584 libvlc: remove (almost unused) libvlc_structures.h 10 years ago
Thomas Guillem 68cc74c545 libvlc: add dialog API 11 years ago
Rémi Denis-Courmont 5fb1ac638e lib: remove libvlc_event_manager_register_event_type() 11 years ago
Rémi Denis-Courmont 062bd6c22a lib: remove no lonegr used asynchronous event queue 11 years ago
Rémi Denis-Courmont 7f4edacfd2 event: remove unused instance libvlc_event_manager_new() parameter 11 years ago
Jerome Forissier 99fffd130a libvlc_internal.h: delete unused function prototypes 13 years ago
Rémi Denis-Courmont c39376d370 lib: add helper for playlist startup 13 years ago
Rémi Denis-Courmont ae3b867b5b libvlc: simplify and clean up external logging API (fixes #8129) 14 years ago
Rémi Denis-Courmont f7260e64ce libvlc: add functions to register logging callbacks 15 years ago
Rémi Denis-Courmont 704980f3ce libvlc: small simplification of thread initialization 15 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 7dcac68447 Move src/control/ to lib/ 15 years ago
Rémi Denis-Courmont 195940cabc Also deprecate verbosity functions 15 years ago
Rémi Denis-Courmont 6f258887aa Replace VLC_EXPORT macro with a simple prefix, VLC_API 15 years ago
Rémi Denis-Courmont 473a276fdd Remove ugly builtin support 15 years ago
Pierre d'Herbemont cc629fa53e Allow libvlc client to build statically. 16 years ago
Rémi Denis-Courmont 6197b056e6 libvlc_Quit: support using a callback 16 years ago
Rémi Denis-Courmont 2a371fbfc9 Put a warning for developers 17 years ago
Rémi Denis-Courmont 09020b63ba LibVLC core: remove exceptions 17 years ago
Rémi Denis-Courmont 47f6cc9bcd Dead inline 17 years ago
Rémi Denis-Courmont 556953c4c2 libvlc_event_manager: remove exceptions 17 years ago
Pierre d'Herbemont a6b1ff10ee libvlc: Fix a bunch of messed up mtime_t to libvlc_time_t. 17 years ago
Rémi Denis-Courmont 848c006a78 Move LibVLC error messages to libvlc_printerr(). 17 years ago
Pierre d'Herbemont 5995f330ba libvlc: Remove unused mutex. 17 years ago
Rémi Denis-Courmont faf3eabb7b Remove unused libvlc_lock_state 17 years ago
Rémi Denis-Courmont b23065e7c8 Remove unused b_playlist_locked 17 years ago
Rémi Denis-Courmont e996cbefaf LibVLC: per-thread error message API 17 years ago
Rémi Denis-Courmont ef92eb2fb3 Remove RAISEVOID 17 years ago
Sébastien Escudier a3fee044eb libvlc_vlm_release : release events stuff Centralize vlm release operations in one new function : libvlc_vlm_release_internal 17 years ago
Pierre d'Herbemont 7da966334c libvlc: Allow event to be dispatched asynchronously. 17 years ago
Sébastien Escudier bda1fc3c38 Handle VLM events in libvlc 17 years ago
Pierre d'Herbemont 5b5a735b1a libvlc: Split libvlc_internal in different independant headers. 17 years ago
Rémi Denis-Courmont c462bb532b libvlc_media_list_player: privatize 17 years ago
Rémi Denis-Courmont 7b4ce76a13 Actually initialize media_list_player 17 years ago