]> git.sesse.net Git - vlc/history - src
macos playlist: fix a deadlock when deleting items.
[vlc] / src /
2009-06-03 Laurent AimarAdded mouse support to filter_t and filter_chain_t.
2009-06-03 Rémi Denis-CourmontFall back if this is not a git checkout
2009-06-03 Rémi Denis-Courmontfetcher: shut thread down when not needed
2009-06-03 Rémi Denis-Courmontfetcher: don't recycle the main condition variable...
2009-06-03 Rémi Denis-CourmontRepair libvlc_get_changeset()
2009-06-03 Rémi Denis-CourmontPrint the changeset with --version
2009-06-03 Rémi Denis-CourmontCreate revision.c
2009-06-03 Rémi Denis-CourmontRemove useless timer parameter
2009-06-03 Pierre d'Herbemontlibvlc: Use mutex_cleanup_push.
2009-06-03 Pierre d'Herbemontlibvlc: Missing unlock.
2009-06-02 Laurent AimarCorrectly setup the clock state when creating a new...
2009-06-02 Rémi Denis-CourmontTimer: fallback to realtime if monotonic clock is not...
2009-06-02 Rémi Denis-CourmontAsynchronous timer API
2009-06-02 Rémi Denis-CourmontWin32: fix warnings
2009-06-02 Derk-Jan HartmanCore: Closed Captions memleak
2009-06-02 Pierre d'Herbemontlibvlc: Fix media_list_player's test by using asynchron...
2009-06-02 Pierre d'Herbemontlibvlc: Allow event to be dispatched asynchronously.
2009-06-02 Pierre d'Herbemontlibvlc: Make sure we unlock on error code path.
2009-06-02 Pierre d'HerbemontRevert "libvlc_event_*: fix locking"
2009-06-01 Derk-Jan Hartmanmtime: grah, compile before thou commits.
2009-06-01 Derk-Jan Hartmanmtime: ifdef vs if defined()
2009-06-01 Derk-Jan Hartmanmac PPC: don't use mach absolute_time()
2009-05-31 Laurent AimarMissing vlc_picture_fifo/pool.h includes in src/Makefile.am
2009-05-31 Laurent AimarFixed infinite loop in config_ChainDuplicate.
2009-05-31 Rémi Denis-CourmontSAP_Add: use a union to fix aliasing bug
2009-05-31 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-05-31 Rémi Denis-CourmontRevert "SAP_Add: use a union to fix aliasing bug"
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Rémi Denis-CourmontSAP_Add: use a union to fix aliasing bug
2009-05-31 Laurent AimarAdded config_ChainDuplicate to duplicate config_chain_t...
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-31 Laurent AimarAdded vout_GetSpu to retreive the spu_t object from...
2009-05-30 Laurent AimarAdded picture_NewFromFormat/Ressource functions.
2009-05-30 Laurent AimarAdded picture_pool_t and functions helpers.
2009-05-30 Laurent AimarAdded a picture_fifo_t helper.
2009-05-30 Laurent AimarAdded a picture_Reset helper.
2009-05-30 Laurent AimarUsed subpicture_NewFromPicture in snapshot code.
2009-05-30 Laurent AimarAdded a subpicture_NewFromPicture helper.
2009-05-30 JP DingerA few sprintf()+n in text/strings.c
2009-05-30 JP DingerCosmetics: Remove need to (char*)"..." by making the...
2009-05-30 JP DingerCosmetics, and pull finding the playlist sorting functi...
2009-05-29 Rémi DuraffortInclude vlc_url when using make_URI
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-29 Rafaël CarréRemove unused unescape_URI() and unescape_URI_duplicate()
2009-05-29 JP Dingerplaylist/sort.c: remove globals, replace with pointers...
2009-05-29 JP Dingerplaylist sorting: for inline to work, the text has...
2009-05-29 Pierre YnardWinCE: typo
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi DuraffortAvoid \n in error messages.
2009-05-26 Geoffroy CouprieFix compilation on Windows
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Rémi Denis-CourmontFix compilation
2009-05-26 Rémi Denis-CourmontFix compilation (missing _GNU_SOURCE)
2009-05-26 Sébastien EscudierHandle VLM events in libvlc
2009-05-26 Rémi Duraffortplaylist_sort: rewrite the sort functions and split...
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 Duraffortinput: partially revert f63268acaafdca4f3e17b837c37a105...
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Erwan Tulousnapshot core : correct aspect ratio issue (trac #2705)
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Rémi Denis-CourmontAllocatePluginFile: handle *alloc() errors properly
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-25 Geoffroy CouprieAdd missing config.h
2009-05-25 Pierre d'HerbemontInclude new headers in headers.c.
2009-05-25 Pierre d'Herbemontlibvlc: nsobject is void *.
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-05-25 Pierre d'Herbemontlibvlc: Split public headers by object and layers.
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-24 Jean-Paul Samanmodules: do not autosave configfile when --ignore-confi...
2009-05-24 Jean-Paul Samanlibvlc_event_*: fix locking
2009-05-24 Jean-Paul Samanlibvlc: delete callback in media_player_release.
2009-05-24 Jean-Paul Samanmedia_player: cosmetics
2009-05-24 Jean-Paul Samanlibvlc_media_list_player_release: do not leak memory
2009-05-23 Jean-Baptiste KempfFix obvious typo that prevented correct build.
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontQuit VLC explicitly before we destroy the interface
2009-05-23 Rémi Denis-CourmontUnused variable
2009-05-23 Rémi Denis-CourmontUse intf_Create() directly whenever a module is specified
2009-05-23 Rémi Denis-CourmontKill VLC_OBJECT_INTF
2009-05-23 Rémi Denis-CourmontKeep a thread-safe list of interfaces
2009-05-23 Rémi Denis-CourmontReplace intf_StopThread() with intf_DestroyAll()
2009-05-23 Rémi Denis-Courmontfix intf_c
2009-05-23 Rémi Denis-CourmontDo not create an interface thread if not needed
2009-05-23 Rémi Denis-CourmontSet intf-add before loading the interface module
2009-05-23 Rémi Denis-CourmontMerge intf_Create() and intf_RunThread()
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontAhem
2009-05-23 Rémi Denis-CourmontSupport for older xcb-xv
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-23 Rémi Denis-Courmontlibvlc_media_list_player: privatize
2009-05-22 Laurent AimarFixed demux_vaControlHelper GET_TIME implementation.
2009-05-22 JP DingerRecover from documented undefined value return on gnu...
2009-05-22 JP DingerMoving system includes to happen before vlc includes...
2009-05-21 Rémi Denis-CourmontActually initialize media_list_player
2009-05-21 Rémi Denis-CourmontMissing initializer
2009-05-21 Rémi Denis-CourmontRemove error value from locks and condvar initialization
next