]> git.sesse.net Git - vlc/history - bindings
Merge branch 'master' into lpcm_encoder
[vlc] / bindings /
2010-07-28 Rémi Durafforts/informations/information/
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-02-18 Rémi Denis-Courmontlibvlc_media_new_path: create a media from a file path
2010-02-11 Rémi DuraffortAdd all bindings as a submodule of the main vlc git...
2010-02-11 Rémi DuraffortRemove the python bindings. The python bindings is...
2010-02-09 Rémi Denis-CourmontRemove Common Intermediate Language bindings
2010-02-06 Rémi Denis-CourmontUpdate test_headers
2010-02-06 Rémi Duraffortbindings: remove java, phonon and python-ctypes. They...
2010-02-03 Rémi DuraffortMove C++ binding to a new repository vlc/bindings/libvl...
2010-02-03 Rémi Duraffortlibvlcpp: fix the compilation and throw an exception...
2010-02-02 Rémi Duraffortlibvlcpp: add a function to handle video.
2010-02-02 Rémi Duraffortlibvlcpp: stop the media player in the destructor.
2010-02-02 Rémi Duraffortlibvlcpp: add a function to get the audio infromations...
2010-02-02 Rémi Duraffortlibvlcpp: fix compilation.
2010-02-02 Rémi Duraffortlibvlcpp: fix compilation.
2010-02-01 Rémi Denis-CourmontMove mediacontrol to bindings
2010-01-31 Rémi Duraffortlibvlcpp: fix compilation.
2010-01-30 Colin Guthriephonon: Add specific support for PulseAudio.
2010-01-29 Rémi Duraffortlibvlcpp: add an audio class to handle audio functions.
2010-01-28 Rémi Duraffortphonon: fix compilation.
2010-01-26 Rémi Duraffortlibvlcpp: add some functions for Video.
2010-01-26 Rémi Duraffortcil binding: typo.
2010-01-26 Rémi DuraffortUpdate Doxyfile.in file.
2010-01-26 Rémi Duraffortlibvlcpp: add version-info to the library.
2010-01-26 Rémi Duraffortlibvlcpp: directly access to the instance.
2010-01-26 Rémi Duraffortlibvlcpp: add a .pc file.
2010-01-25 Olivier Aubertpython-ctypes: add MediaES structure definition
2010-01-25 Olivier Aubertpython-ctypes: cosmetic fixes in README
2010-01-25 Colin Guthriephonon: Improve chances of finding libvlc.so.*
2010-01-25 Colin Guthriephonon: Follow 2c57cb and remove exceptions in calls.
2010-01-25 Colin Guthriephonon: Add support to detect the pulsesupport.h header...
2010-01-25 Colin Guthriephonon: Allow building against kdesupport libphonon.
2010-01-24 Rémi Duraffortlibvlcpp: fix compilation.
2010-01-23 Rémi Duraffortlibvlcpp: add some function to MediaPlayer class.
2010-01-23 Rémi Duraffortlibvlcpp: getSomething => something
2010-01-23 Rémi Duraffortphonon: 0 => NULL.
2010-01-23 Rémi DuraffortNew C++ binding for libvlc.
2010-01-20 Rémi DuraffortFix phonon-vlc compilation and linking.
2010-01-19 JP DingerUpdate bindings for marquee change (untested).
2010-01-15 Martin T. H. Sandsmarkfix crash when switching phonon backends on the fly...
2010-01-12 Martin T. H. Sandsmarkremember to emit currentSourceChanged
2010-01-11 Benoit CalvezPhonon: fix for Win32 compilation
2010-01-06 Martin T. H. Sandsmarkfix the fetching of the total time of the media loaded...
2009-12-29 Martin T. H. SandsmarkFix building of phonon-vlc
2009-12-15 Jean-Baptiste KempfPhonon: synchronise with KDE HEAD, part 1
2009-12-10 Olivier Aubertpython-ctypes: define a .value() method for enums in...
2009-12-10 Olivier Aubertpython-ctypes: add support for media stats in java...
2009-12-08 Olivier Aubertpython bindings: indicate that old python bindings...
2009-11-23 Olivier Aubertpython-ctypes: add support for media stats
2009-11-23 Olivier Aubertpython-ctypes: implement shortcut media.add_options...
2009-11-23 Olivier Aubertpython-ctypes: override Instance.media_new to allow...
2009-10-29 Fathi BoudraAdd audio/mp4 mimetype
2009-09-26 Filippo Carone[maven-release-plugin] prepare for next development...
2009-09-26 Filippo Carone[maven-release-plugin] prepare release jvlc-parent...
2009-09-26 Filippo Caronejvlc: samples pom fixed
2009-09-26 Filippo Caronejvlc: Playlist class removed
2009-09-26 Filippo Caronejvlc: LibVlc class updated and code aligned to current...
2009-09-26 Filippo Caronejvlc: pom version set to 1.0.1-SNAPSHOT
2009-09-23 Olivier Aubertpython-ctypes: first shot at generating java JNA glue...
2009-09-23 Filippo Caronejvlc: libvlc synchronization: some missing audio functi...
2009-09-20 Filippo Caronejvlc: video_set_parent does not exist anymore, use...
2009-09-20 Filippo Caronejvlc: honour asynchronousness of the libvlc_media_list_...
2009-09-15 Rémi Duraffortjvlc: add missing events.
2009-09-14 Rémi Duraffortjvlc: update libvlc_exception_t structure.
2009-09-11 Olivier Aubertpython-ctypes: fix pylint/pyflakes warnings
2009-09-11 Olivier Aubertpython-ctypes: try to detect plugin path on win32 ...
2009-09-04 Olivier Aubertpython-ctypes: provide a helper pygtk VLCWidget which...
2009-09-04 Olivier Aubertpython-ctypes: improve enum conversion
2009-09-03 Olivier Aubertpython-ctypes: implement consistency checker, and fix...
2009-09-03 Olivier Aubertpython-ctypes: fix Logger bindings.
2009-09-03 Olivier Aubertpython: workaround a vlc-config issue on win32 (reporte...
2009-09-03 Rémi DuraffortJVLC: update libVLC event types.
2009-09-03 Rémi DuraffortJVLC: file name consitency.
2009-09-03 Olivier Aubertpython: use new function libvlc_errmsg (reported by...
2009-09-03 Olivier Aubertpython-ctypes: really accomodate new and old-style...
2009-09-03 Olivier Aubertpython: remove get_vlc_id
2009-09-03 Olivier Aubertpython: fix undefined/badly defined method bindings...
2009-09-03 Olivier Aubertpython-ctypes: implement comparison operators for enum...
2009-09-03 Olivier Aubertpython-ctypes: tweak exception handling
2009-09-02 Olivier Aubertpython-ctypes: implement basic unit tests
2009-09-01 Olivier Aubertpython-ctypes: accomodate new event type definitions...
2009-09-01 Olivier Aubertpython-ctypes: define additional docstrings
2009-08-30 Rémi Duraffortjvlc_audio: add missing function (get_track_count).
2009-08-30 Rémi Duraffortjvlc_video: soemetics.
2009-08-28 Olivier Aubertpython-ctypes: check at load time the availability...
2009-08-28 Olivier Aubertpython-ctypes: accomodate both old and new message...
2009-08-28 Olivier Aubertpython-ctypes: fix mediacontrol_new_from_instance invoc...
2009-08-21 Jean-Baptiste KempfPhonon: add a way to run 'cmake .'
2009-08-18 Rémi Duraffortphonon: fix uninitialized value (Not sure if that's...
2009-08-18 Rémi Duraffortphonon: fix typo.
2009-08-11 Jean-Baptiste KempfMore debug by default.
2009-08-10 Olivier Aubertpython-ctypes: improve win32 initialization (contrib...
2009-08-10 Olivier Aubertpython-ctypes: fix indent issue
2009-08-09 Olivier Aubertpython-ctypes: refactor generate.py to be more modular
2009-08-09 Olivier Aubertpython-ctypes: define setup.py (based on a contribution...
2009-08-09 Olivier Aubertpython-cytpes: fix MediaControl API support
2009-08-09 Olivier Aubertpython-ctypes: capitalize enum names only if they do...
2009-08-09 Jean-Baptiste KempfPhonon Backend using VLC
2009-08-08 Alexander BethkeRevert broken loading of libvlc with OPTION_DLOPEN_GLOB...
2009-08-04 Olivier Aubertpython-ctypes: in app mode, quit on end-of-stream
next