]> git.sesse.net Git - vlc/history - include/vlc/libvlc_media_player.h
Revert "Remove libvlc_free"
[vlc] / include / vlc / libvlc_media_player.h
2010-10-02 Rémi Denis-CourmontRevert "Remove libvlc_free"
2010-09-11 Arnaud VallatExtend libvlc Media Player API for DVD menu navigation
2010-07-19 Rémi Denis-CourmontUndocument the now fixed X11 drawable depth bug
2010-07-14 Rémi Denis-CourmontDoc typo
2010-07-11 Mark LeeAdd functions to get/set audio delay.
2010-07-10 Rémi Denis-CourmontAdd LibVLC API for vmem
2010-06-27 Rémi Denis-CourmontAdd version infos to new LibVLC functions
2010-06-27 Rémi Denis-Courmontlibvlc_media_player_set_pause: race-free pause/resume...
2010-06-24 Frank EnderleAdd adjust filter features to libvlc_media_player/libvl...
2010-06-03 Rémi Denis-Courmontlibvlc_set_*_input also works on Win32 nowadays
2010-02-28 Pierre d'Herbemontlibvlc: Attempt to fix set_nsobject() with QMacCocoaVie...
2010-02-28 Rémi Duraffortlibvlc: fix doxygen comments.
2010-02-20 Rémi Denis-CourmontImprove Doxygen documentation, deobfuscate event types
2010-02-20 Rémi Denis-Courmontlibvlc_video_set_fullscreen: fix documentation
2010-02-14 Rémi Denis-CourmontLibVLC: allow setting playback rate even without input
2010-02-13 Rémi Denis-CourmontRemove libvlc_free
2010-02-11 Rémi Denis-Courmontlibvlc_video_get_cursor: get the current mouse video...
2010-02-11 Rémi Duraffortlibvlc: fix doxygen documentation.
2010-02-11 Rémi Duraffortlibvlc: fix doxygen documentation
2010-02-06 Rémi Denis-CourmontDoxygen updates
2010-02-06 Rémi Denis-CourmontLibVLC logo/marquee: allow settings without video,...
2010-02-06 Rémi Denis-CourmontLibVLC teletext: various fixes
2010-02-05 Jean-Paul Samanlibvlc: restore Teletext functionality
2010-02-01 Rémi Denis-Courmontlibvlc_video_*: rewrite
2010-01-31 Hugo Beauzee-LuyssenRemove unused exception from video.c
2010-01-31 Rémi Denis-CourmontLibVLC audio: take a player object for most functions...
2010-01-31 Rémi Denis-CourmontLibVLC media player: remove exceptions
2010-01-31 Rémi Denis-Courmontgood
2010-01-31 Rémi Denis-CourmontKill one exception
2010-01-29 JP DingerRefactor libvlc_video_{get,set}_{marquee,logo}_{int...
2010-01-29 Pierre d'HerbemontRevert "libvlc: Export libvlc_media_player_get_input_th...
2010-01-29 Pierre d'Herbemontlibvlc: Export libvlc_media_player_get_input_thread().
2010-01-29 Pierre d'Herbemontlibvlc_media_player.h: Remove trailing whitespaces.
2010-01-24 Rémi Denis-CourmontDo not export unimplemented functions
2010-01-24 Rémi Denis-Courmontlibvlc media (list) player: remove a bunch of never...
2010-01-21 Rémi Duraffortlibvlc: add some missing 'extern "C"'
2010-01-19 JP DingerDrop option_as_ from marquee interface.
2010-01-19 JP DingerAdd libvlc interface to video_filter/logo module, like the
2009-12-24 Pierre d'Herbemontlibvlc: Fix documentation regarding drawable-nsobject.
2009-12-21 Pierre YnardBuild fix
2009-12-21 Olivier AubertFix and augment libvlc_media_player_(s|g)et_nsobject...
2009-12-16 Rémi Denis-CourmontNote that embedded video cannot go to fullscreen directly
2009-10-29 Rémi Denis-CourmontLibVLC: add functions to control mouse and keyboard...
2009-10-05 Rémi Denis-Courmontlibvlc_audio_*: remove useless exception parameters
2009-09-03 Olivier Aubertpython-ctypes: implement consistency checker, and fix...
2009-08-17 Rémi Duraffortlibvlc_video*: constify.
2009-08-14 Hugo Beauzee-LuyssenAdding a libvlc_media_player_next_frame
2009-07-31 Olivier AubertFix comments/variable names in includes
2009-07-30 Olivier AubertFix comments in include files
2009-07-06 Pierre d'HerbemontRevert "Remove enums from public APIs"
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-06-29 Cyril Mathélibvlc API: Add Marquee Filter to libvlc in video.c
2009-06-03 Cyril Mathélibvlc API: Add Deinterlace Filter to libvlc in video.c
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Pierre d'Herbemontlibvlc: nsobject is void *.
2009-05-25 Pierre d'Herbemontlibvlc: Split public headers by object and layers.