]> git.sesse.net Git - vlc/history - src
Contribs: Use $STRIP
[vlc] / src /
2009-06-18 Konstantin PavlovDont install libvlc_media_list.h twice.
2009-06-18 Rémi DuraffortFix #2720: when deleting the current playing item we...
2009-06-17 Derk-Jan Hartmanlibvlc: fix libvlc_video_set_track()
2009-06-16 Jean-Baptiste KempfRevert "only print error when interface intialization...
2009-06-16 Pierre YnardAccept file:// URIs starting with an antislash
2009-06-16 Pierre YnardWinCE: don't strip leading slash when converting from...
2009-06-16 Jean-Baptiste KempfAdd trhd for TRUEHD fourcc
2009-06-15 Jean-Paul Samandarwin_specific: remove debug leftover
2009-06-15 Jean-Paul Samanonly print error when interface intialization failed...
2009-06-15 Jean-Paul Samandarwin_specific: cleanup
2009-06-15 Rémi DuraffortRemove dummy test.
2009-06-15 Rémi Duraffortfree(NULL) is legal.
2009-06-14 Laurent AimarAdd temporary hack for video splitter filters in vout_E...
2009-06-14 Cyril MathéAdd sub-filter and video-filter to vout_EnableFilter
2009-06-14 Laurent AimarFixed "position/time-offset" behaviour.
2009-06-12 Sébastien Escudierlibvlc vlm init fix Don't test p_vlm twice if it wasn...
2009-06-12 Rémi Denis-CourmontFix opening of file:// URIs (not tested on Windows)
2009-06-11 Laurent AimarFixed decoder_SynchroChoose when buffering.
2009-06-10 Rémi Denis-CourmontKorean: use CP494 rather than EUC-KR
2009-06-09 Laurent AimarFixed --input-repeat and large --*-caching value.
2009-06-09 Laurent AimarCorrectly update "title %2i" variable.
2009-06-09 Jean-Philippe AndreFix #2765: DVD chapters navigation menu.
2009-06-09 Pierre d'Herbemontmedia_player: Make sure everything gets initialized...
2009-06-09 Pierre d'Herbemontlibvlc: Use a valid pointer as thread var. Only to...
2009-06-09 Pierre d'Herbemontlibvlc: ref_count should only be accessed in the lock.
2009-06-09 Pierre d'Herbemontmessages: Make sure banks is never == 0 before --;
2009-06-07 Rémi Denis-Courmontblock_heap_Alloc(): create a block from an existing...
2009-06-06 Laurent AimarAdded a new "video splitter" module type.
2009-06-05 Laurent AimarAdded video_format/es_format_IsSimilar helper.
2009-06-05 Laurent AimarAdded amissing const to filter_Blend.
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...
next