]> git.sesse.net Git - vlc/history - bindings/java/core/src/main/java/org/videolan
jvlc: libvlc synchronization: some missing audio functions added
[vlc] / bindings / java / core / src / main / java / org / videolan /
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-15 Rémi Duraffortjvlc: add missing events.
2009-09-14 Rémi Duraffortjvlc: update libvlc_exception_t structure.
2009-09-03 Rémi DuraffortJVLC: update libVLC event types.
2009-08-30 Rémi Duraffortjvlc_audio: add missing function (get_track_count).
2009-08-30 Rémi Duraffortjvlc_video: soemetics.
2009-08-08 Alexander BethkeRevert broken loading of libvlc with OPTION_DLOPEN_GLOB...
2009-01-10 Filippo Caronejvlc #23: make native resources release explicit
2009-01-06 Filippo Caronelibvlc, jvlc: media_player_is_playing method added
2009-01-06 Filippo Caronejvlc: audio is an instance property
2008-12-22 Filippo Caronejvlc: make the medialistplayer a property of the jvlc...
2008-12-22 Filippo Caronejvlc: event type enum commented for readability
2008-12-22 Filippo Caronejvlc: LibVlcMediaInstance renamed to LibVlcMediaPlayer
2008-12-22 Filippo Caronejvlc: event types updated
2008-12-20 Filippo Caronejvlc: mediadescriptor tests added
2008-12-14 Filippo Caronejvlc: fix LibVlcState enum to reflect native states
2008-12-14 Filippo Caronejvlc: some libvlc_media bindings added
2008-12-14 Filippo Caronejvlc: LibVlcMediaDescriptor renamed to LibVlcMedia
2008-12-14 Filippo Caronejvlc: libvlc_add_intf and libvlc_wait added
2008-12-14 Filippo Caronereturn width on getWidth, not height
2008-12-13 Filippo Caronetell jna to load libvlc with RTLD_GLOBAL option
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Filippo Caronejvlc: comment fixed
2008-07-31 Filippo Caronejvlc: libvlcState enum index comment added for reference
2008-07-31 Filippo Caronejvlc: code formatted
2008-07-27 Filippo Caronejvlc: load the correct libvlc library on windows (2)
2008-07-27 Filippo Caronejvlc: errorOccurred callback added
2008-07-27 Filippo Caronejvlc: load the correct libvlc library on windows
2008-07-25 Filippo Caronejvlc: only log if the media player event is not handled
2008-07-21 Filippo Caronejvlc: MediaPlayerListener stopped method added
2008-07-21 Filippo Caronejvlc: VLCExample updated
2008-07-21 Filippo Caronejvlc: MediaInstance* renamed to MediaPlayer*
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Adrien GrandVOD support for Java bindings
2008-07-20 Filippo Caronejvlc: libvlc state and event type enums aligned with...
2008-07-20 Filippo Caronejvlc: remove MediaInstace
2008-07-20 Filippo CaroneMediaInstance renamed to MediaPlayer
2008-07-19 Filippo Caronejvlc: fix the native type for drawable
2008-07-19 Filippo CaroneExtra info about compiler and revision name added binde...
2008-05-15 Rémi Denis-CourmontRename the shared libraries
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-12 Filippo Caroneremove interface override annotations
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Adrien Grandorg.videolan.jvlc.MediaList: Javadoc fix.
2008-04-08 Filippo Caroneprotect from null options param, and finalize added
2008-04-08 Filippo Caronerelease method added
2008-04-08 Filippo Caroneminor changes to JVLC class
2008-04-07 Filippo CaroneVLM class almost done
2008-04-07 Filippo CaroneInitial VLM class implementation
2008-04-06 Filippo Caroneinitial release method added to the JVLC class
2008-04-06 Filippo Caronejvlc logging classes added
2008-04-06 Cristian MaglieJava bindings: added log functions. Removed @Override...
2008-04-06 Cristian Magliejava bindings: vlm bindings
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-28 Filippo Caronefix jvlc arguments
2008-03-26 Filippo Caronenew convenience constructor added
2008-03-23 Filippo Caronemore unit test and functions for media list
2008-03-21 Filippo Caronenew failing test for medialistplayer_next
2008-03-21 Filippo Caronegive the opportunity to play synchronously
2008-03-21 Filippo CaroneaddMediaDescriptor refactored to addMedia
2008-03-20 Filippo Caronemore unit tests
2008-03-20 Filippo Caronecreate a medialist on JVLC creation
2008-03-18 Filippo Caronefixes for libvlc medialistplayer_play_item and medialis...
2008-03-15 Adrien Grand[PATCH] - maven project structure reorganization ...