]> git.sesse.net Git - vlc/history - src
Qt4: forward and back were using key-pressed where they should be using key-action...
[vlc] / src /
2009-06-05 Derk-Jan HartmanMissing include for vlm_Delete() usage.
2009-06-05 Jean-Paul Samanfix wording: no --> not
2009-06-05 Laurent AimarRemoved useless date check when using vlc_cond_timedwait.
2009-06-05 Cyril MathéDeinterlace fix in liblc
2009-06-05 Laurent AimarUsed new filter blend helpers in vout_subpictures.
2009-06-05 Laurent AimarAdded blend filter helpers.
2009-06-05 Sébastien Escudierp_vlm destruction fixes
2009-06-05 Pierre d'HerbemontTest suite start to prove its usefulness. (oops).
2009-06-05 Pierre d'Herbemontlibvlc: Make sure we don't attempt to delete the curren...
2009-06-05 Pierre d'Herbemontlibvlc: Fix a typo in a memcpy and constify.
2009-06-05 Pierre d'Herbemontlibvlc: pop_listener does not do its job.
2009-06-05 Pierre d'Herbemontlibvlc: cond_wait can wake up without being signaled.
2009-06-04 Derk-Jan Hartmancore vout: Fix snapshots
2009-06-04 Laurent AimarDot not quick select mod demuxer as it is not safe...
2009-06-04 Rémi Denis-Courmontpreparser: shut threat down when not needed
2009-06-04 Derk-Jan Hartmanmacosx: Fix configurability of some of the hotkeys
2009-06-04 Derk-Jan Hartmancore: fix time-offset and position-offset callbacks
2009-06-04 Pierre d'Herbemontlibvlc: Make sure no event will be send after _detach...
2009-06-04 Pierre d'Herbemontrevision: No need for the -n in echo. Choke Darwin.
2009-06-04 Pierre d'Herbemontlibvlc: Get rid of the recursive lock.
2009-06-04 Pierre d'Herbemonttimer: Dummy work around for darwin. (dummy stub).
2009-06-03 Laurent AimarFixed old naming standard splitted rar archive (close...
2009-06-03 Cyril Mathélibvlc API: Add Deinterlace Filter to libvlc in video.c
2009-06-03 Derk-Jan HartmanPostproc: Set a description string for the postprocess...
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
next