]> git.sesse.net Git - vlc/history - src/control/media_player.c
Merge branch 'master' into lpcm_encoder
[vlc] / src / control / media_player.c
2010-09-11 Arnaud VallatExtend libvlc Media Player API for DVD menu navigation
2010-09-07 Jean-Paul Samanmozilla: activex: add cache filling level to event...
2010-07-14 Rémi Denis-CourmontTypo, fix libvlc_video_set_format() pitch
2010-07-10 Rémi Denis-CourmontAdd LibVLC API for vmem
2010-07-08 Rémi Denis-CourmontForce the X11 video outputs when libvlc_*_set_xwindow...
2010-07-08 Rémi Denis-Courmontunset "window" if the LibVLC drawable is cleared
2010-07-08 Rémi Denis-CourmontXCB/window: force window provider when libvlc_*_set_xid...
2010-07-08 Rémi Denis-CourmontWin32: drop drawable plugin priority to zero
2010-07-08 Rémi Denis-CourmontAdd a window variable to select the window provider
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-17 Laurent AimarAdded a ref count on input_resource_t.
2010-06-08 Rémi Denis-Courmontlibvlc_media_player_stop: destroys the kept vout
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-02-28 Rémi Denis-Courmontlibvlc_media_player_play: missing unlock
2010-02-18 Hugo Beauzee-Luyssenlibvlc: Don't lock the media player twice in set_media().
2010-02-17 Rémi Denis-CourmontLibVLC: hopefully fix media player callback dead lock...
2010-02-17 Rémi Denis-CourmontMostly revert "libvlc: add mouse events as libvlc_Media...
2010-02-17 Rémi Denis-Courmontrelease_input_thread: NULL check after dereference
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-14 Rémi Denis-CourmontLibVLC: allow setting playback rate even without input
2010-02-14 Rémi Denis-CourmontAdd indirection to find input from wanabee input manage...
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-11 Jean-Paul Samanlibvlc: add mouse events as libvlc_MediaPlayerEvents
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-06 Rémi Denis-CourmontKeep the instance until after the media player is destroyed
2010-02-01 Rémi Denis-Courmontlibvlc_video_*: rewrite
2010-02-01 Rémi Denis-CourmontLibVLC: enable mouse events by default
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-CourmontLibVLC: use VLC variables inheritance for drawable...
2010-01-31 Rémi Denis-CourmontMake media player a VLC object
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: Remove some white spaces in media_player.c.
2010-01-25 Rémi Denis-Courmontlibvlc_event_manager: remove exceptions
2010-01-24 Rémi Denis-Courmontlibvlc media (list) player: remove a bunch of never...
2010-01-18 Rafaël Carrémedia_player set_state() : only lock if needed
2010-01-16 Pierre d'Herbemontlibvlc: Fix a bunch of messed up mtime_t to libvlc_time_t.
2010-01-09 Hugo Beauzee-Luyssenlibvlc: Register (MediaPlayer) SeekableChanged event.
2009-12-23 Pierre d'Herbemontmedia_player: Emit an event when the root media is...
2009-12-07 Pierre d'Herbemontlibvlc: Make sure the media_player has its own state...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-20 Rémi Duraffortlibvlc_media_player: factorize.
2009-10-29 Rémi Denis-CourmontLibVLC: add functions to control mouse and keyboard...
2009-10-05 Rémi Denis-Courmontlibvlc_media_*: remove a bunch of useless exception...
2009-09-18 Pierre d'Herbemontlibvlc: Add some shortcuts in media_player.c and do...
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-09-07 Rémi Denis-CourmontRemove set/get drawable
2009-08-29 Erwan Tulousnapshot: replace vout_snapshottaken with snapshot...
2009-08-26 Niles BindelAdd input resource support to the LibVLC Media Player
2009-08-17 Rémi Duraffortlibvlc_media_player: use var_Get(Bool|Float|Integer...
2009-08-17 Rémi Duraffortlibvlc_media_player: fix object leak (input thread).
2009-08-14 Hugo Beauzee-LuyssenAdding a libvlc_media_player_next_frame
2009-08-04 Jean-Paul Samanlibvlc: clean up libvlc_Stopped and vlc_to_libvlc_state...
2009-07-24 Rémi DuraffortUnused variables (remaining from a previous cleanup).
2009-07-24 Rémi DuraffortUe var_Get(Time|Address) when applicable.
2009-07-23 Rémi DuraffortDirectly release the input thread.
2009-07-23 Rémi Duraffortcosmetics.
2009-07-12 Rémi Denis-Courmontlibvlc_media_player_get_media: missing lock
2009-07-06 Pierre d'HerbemontRevert "Remove enums from public APIs"
2009-06-29 Rémi Denis-CourmontRemove enums from public APIs
2009-06-05 Jean-Paul Samanfix wording: no --> not
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 Geoffroy CouprieAdd missing config.h
2009-05-25 Pierre d'Herbemontlibvlc: nsobject is void *.
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-05-24 Jean-Paul Samanlibvlc: delete callback in media_player_release.
2009-05-24 Jean-Paul Samanmedia_player: cosmetics
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMissing initializer
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortFactorization.
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortFix potential object leak.
2009-05-20 Rémi DuraffortNo need to check for a NULL as libvlc_media_release...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 Rémi DuraffortFix a (really) small memleak (even if i_count is 0...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Hugo Beauzee-LuyssenAdding a libvlc_MediaPlayerLengthChanged event
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
next