544 Commits (f1d6824164a1b33c3befc8ad7e16aa94f866ee04)

Author SHA1 Message Date
Jean-Baptiste Kempf 01fad0ca83 Remove mediacontrol bindings 14 years ago
Pere Orga 9abcaacf83 fix filename self-references 15 years ago
Rémi Denis-Courmont 6a06521577 Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 15 years ago
Rémi Duraffort 4d85871d1b s/informations/information/ 16 years ago
Laurent Aimar 5a6ee7961b Moved "sub-filter" from spu_t to vout_thread_t. 16 years ago
Rémi Denis-Courmont 7eccf3a2cf libvlc_media_new_path: create a media from a file path 17 years ago
Rémi Duraffort 6867a707cb Add all bindings as a submodule of the main vlc git tree. 17 years ago
Rémi Duraffort 5135682402 Remove the python bindings. The python bindings is now autogenerated. 17 years ago
Rémi Denis-Courmont b3d6afc65d Remove Common Intermediate Language bindings 17 years ago
Rémi Denis-Courmont 353b673196 Update test_headers 17 years ago
Rémi Duraffort 080366288b bindings: remove java, phonon and python-ctypes. They moved to a dedicated git. 17 years ago
Rémi Duraffort b24c7589a2 Move C++ binding to a new repository vlc/bindings/libvlcpp.git 17 years ago
Rémi Duraffort b92cb88202 libvlcpp: fix the compilation and throw an exception if the constructor fail. 17 years ago
Rémi Duraffort 46761435a8 libvlcpp: add a function to handle video. 17 years ago
Rémi Duraffort 0ca9ac70ba libvlcpp: stop the media player in the destructor. 17 years ago
Rémi Duraffort ae749fcdc0 libvlcpp: add a function to get the audio infromations from the media player. 17 years ago
Rémi Duraffort 829df8297e libvlcpp: fix compilation. 17 years ago
Rémi Duraffort 33b0e8dfb0 libvlcpp: fix compilation. 17 years ago
Rémi Denis-Courmont b01e357d01 Move mediacontrol to bindings 17 years ago
Rémi Duraffort 0851b345b9 libvlcpp: fix compilation. 17 years ago
Colin Guthrie 49aed5c302 phonon: Add specific support for PulseAudio. 17 years ago
Rémi Duraffort 3a34857997 libvlcpp: add an audio class to handle audio functions. 17 years ago
Rémi Duraffort dee7abe325 phonon: fix compilation. 17 years ago
Rémi Duraffort df1a14da78 libvlcpp: add some functions for Video. 17 years ago
Rémi Duraffort f81a7e4779 cil binding: typo. 17 years ago
Rémi Duraffort 6ffbc6cfb7 Update Doxyfile.in file. 17 years ago
Rémi Duraffort 474088e2c8 libvlcpp: add version-info to the library. 17 years ago
Rémi Duraffort 66e08e1b6f libvlcpp: directly access to the instance. 17 years ago
Rémi Duraffort 4807aded6e libvlcpp: add a .pc file. 17 years ago
Olivier Aubert 648b92d126 python-ctypes: add MediaES structure definition 17 years ago
Olivier Aubert 8a9a4cb41b python-ctypes: cosmetic fixes in README 17 years ago
Colin Guthrie 8a4209e095 phonon: Improve chances of finding libvlc.so.* 17 years ago
Colin Guthrie 320641ea29 phonon: Follow 2c57cb and remove exceptions in calls. 17 years ago
Colin Guthrie f56248d6f0 phonon: Add support to detect the pulsesupport.h header from kdesupport phonon package 17 years ago
Colin Guthrie 9ef1fb93b1 phonon: Allow building against kdesupport libphonon. 17 years ago
Rémi Duraffort e50b47115a libvlcpp: fix compilation. 17 years ago
Rémi Duraffort b3dce1b984 libvlcpp: add some function to MediaPlayer class. 17 years ago
Rémi Duraffort a206b9f5e4 libvlcpp: getSomething => something 17 years ago
Rémi Duraffort d2edbc8ebc phonon: 0 => NULL. 17 years ago
Rémi Duraffort 10a63bb57f New C++ binding for libvlc. 17 years ago
Rémi Duraffort 4514176255 Fix phonon-vlc compilation and linking. 17 years ago
JP Dinger 8329f64d75 Update bindings for marquee change (untested). 17 years ago
Martin T. H. Sandsmark 70a5235e5c fix crash when switching phonon backends on the fly, remember to stop libvlc media player before releasing it 17 years ago
Martin T. H. Sandsmark 345b176f96 remember to emit currentSourceChanged 17 years ago
Benoit Calvez 1de18f4ebf Phonon: fix for Win32 compilation 17 years ago
Martin T. H. Sandsmark 5ddff2bd70 fix the fetching of the total time of the media loaded, and small optimization when loading media 17 years ago
Martin T. H. Sandsmark 865ab4eda8 Fix building of phonon-vlc 17 years ago
Jean-Baptiste Kempf 1ab428a94e Phonon: synchronise with KDE HEAD, part 1 17 years ago
Olivier Aubert fb1a1c12dc python-ctypes: define a .value() method for enums in java code 17 years ago
Olivier Aubert 5ba19660a8 python-ctypes: add support for media stats in java generator 17 years ago