]> git.sesse.net Git - vlc/history - src
Fixing the mosaic memleak is worth mentioning.
[vlc] / src /
2009-04-14 Rémi Denis-CourmontFix --vout-event value descriptions
2009-04-14 Rémi Denis-Courmontvout-event used to be called x11-event
2009-04-13 Rémi Denis-CourmontDon't try to lock locked mutexes under valgrind
2009-04-13 Rémi Denis-CourmontDe-inline vlc_assert_locked()
2009-04-12 Rémi Denis-CourmontRemove unused vlc_(send|recv)msg
2009-04-11 Pierre d'Herbemontlibvlc: Export _get/set_nsobject.
2009-04-11 Rémi Denis-CourmontWin32: use the destructor function for TLS (fixes ...
2009-04-11 Rémi Denis-Courmontvlc_thread_fatal is not needed on production builds
2009-04-11 Rémi Denis-Courmontlibvlc.dll needs libcompat.la
2009-04-11 Rémi Denis-CourmontDeinline vlc_threadvar_(|s)get and kill useless indirection
2009-04-10 Rémi Denis-CourmontRemove buggy and unused vlc_wraptext()
2009-04-10 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis-CourmontMove remaining replacement to static import library
2009-04-10 Rémi Denis-CourmontStart moving replacement functions to a static import...
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-04-10 Rémi Denis-CourmontRemove useless check for (C89) <signal.h>
2009-04-09 Rémi Denis-CourmontAdd vlm_MessageSimpleNew with --disable-vlm
2009-04-08 Laurent AimarFixed spu_t attach/detach sequence.
2009-04-08 Laurent AimarFixed sanetizing of file name in input_CreateFilename.
2009-04-06 Antoine CellerierDon't reinvent strcasecmp().
2009-04-06 Antoine CellerierAdd image_Mime2Fourcc() function and use in image_ReadUrl()
2009-04-06 Rémi Denis-CourmontBring the glibc detection back, not using dlopen()...
2009-04-06 Rémi Denis-CourmontMissing comma (fixes #2634)
2009-04-06 Rémi Denis-CourmontDo not translate "". Fix the localized configuration...
2009-04-06 Rémi Denis-CourmontAttach VLM inputs to LibVLC. Fixes #2639.
2009-04-06 Rémi Denis-CourmontReally fix the vlm_MessageNew NULL warning
2009-04-05 Sébastien EscudierVLM : Add media name in callbacks
2009-04-05 Rémi Denis-CourmontAttach VOD task to libvlc rather than VLM - fixes ...
2009-04-05 Rémi Denis-CourmontWin32: canonicalize path separator, avoid isalpha(...
2009-04-05 Rémi Denis-Courmontresolve_xml_special_chars handles non-ASCII Unicode...
2009-04-04 Rémi Denis-CourmontUse C functions
2009-04-04 Rémi Duraffortfilename_sanitize: spaces are forbidden only when begin...
2009-04-04 Rémi Denis-CourmontFix return
2009-04-04 Rémi Denis-CourmontSimplifications and cleanup
2009-04-04 Sébastien EscudierRemove uneeded exceptions
2009-04-04 Sébastien EscudierDo not leak exception message
2009-04-03 Rémi Duraffortlibvlc: remove unused private structs.
2009-04-03 Laurent AimarRemoved unused block_t->p_prev field.
2009-04-02 Rémi DuraffortFix memleak and use var_Get(Integer|String|...) when...
2009-04-01 Rémi Duraffortuse var_Set(Integer|Time|Float) when needed.
2009-04-01 Rémi Duraffortadd libvlc_media_player_(get|set)_agl to the hearder...
2009-04-01 Rémi Duraffortmissing vlc_mutex_destroy in case of failure.
2009-04-01 Rafaël CarréFix a memory leak when media library is disabled
2009-03-31 Rémi Denis-CourmontFix httpd reference counting (closes: #2614)
2009-03-31 Rémi Denis-CourmontCosmetics
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-03-31 Antoine CellerierAdd image_Type2Fourcc to symbols list.
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-03-31 Rémi Duraffortplaylist_art: blacklist some forbidden char for windows.
2009-03-31 Rémi Denis-CourmontUnused parameter
2009-03-31 Rémi Denis-CourmontFix missing prototype warning
2009-03-31 Rémi Denis-CourmontDocument another issue
2009-03-31 Rémi Denis-CourmontUseless parameter
2009-03-31 Rémi Denis-CourmontUnused parameters
2009-03-31 Rémi Denis-CourmontFormat string (make gcc happy)
2009-03-28 Laurent AimarFixed typo in input.c
2009-03-28 Laurent AimarDo not use only one vlc_cond_t for bidirectionnal signa...
2009-03-28 Laurent AimarCosmetic (input).
2009-03-26 Pavlov KonstantinAlso define KEY_AUDIODEVICE_CYCLE on OSX.
2009-03-25 Kaarlo Raihafix audiodevice cycle hotkey
2009-03-23 Laurent AimarCosmetics.
2009-03-23 Laurent AimarFixed potential memleak in input control fifo.
2009-03-23 Laurent AimarAdded a missing lock around attachments.
2009-03-22 Laurent AimarEnsure that meta-* are valid UTF8.
2009-03-22 Laurent AimarMake meta-* option safe.
2009-03-22 Laurent AimarAvoid event spaming on epg changes.
2009-03-22 Laurent AimarCreated input_item_SetEpg function.
2009-03-22 Laurent AimarFixed a crash in video filter_chain_t code when closing...
2009-03-22 Laurent AimarClean up a bit filter_chain_* code.
2009-03-19 Christophe MutricyMerge the l10n from 0.9-bugfix
2009-03-18 JP DingerSimplify libvlc_media_player_is_playing(). Should reall...
2009-03-17 Laurent AimarTry to use video-filter instead of vout-filter for...
2009-03-17 Laurent AimarMake sure that var_Get on a string will return a non...
2009-03-17 Laurent AimarCosmetics (vout, deinterlace).
2009-03-17 Rémi Denis-CourmontRemove intf_thread_t.change_lock
2009-03-17 Rémi Denis-CourmontUnload interface plugin in StopThread rather than destroy
2009-03-17 Rémi Denis-Courmontinput: fix stack overflow if user feeds an overly large MRL
2009-03-17 Jean-Paul Samancheck against libvlc_state_t states
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-17 Jean-Paul Samanvougl.m: cosmetics
2009-03-17 Jean-Paul Samanlibvlc_media_player_is_playing(): no need to throw...
2009-03-16 Rémi Duraffortupdate: fix objects leak.
2009-03-15 Rémi Denis-Courmontstats leaks
2009-03-12 Laurent AimarAdded missing lock for INPUT_EVENT_ABORT check (input).
2009-03-12 Laurent AimarSend INPUT_EVENT_ABORT from input thread instead of...
2009-03-12 Rémi Denis-CourmontAdd a centralized avcodec lock
2009-03-11 JP Dingers/(void)p_e;/VLC_UNUSED(p_e);/
2009-03-11 Laurent AimarExport ES_OUT_GET_EMPTY which is needed for interactive...
2009-03-11 Laurent AimarFixed DecoderUpdatePreroll.
2009-03-11 Rémi Denis-CourmontAlmost wait-free snapshot handling in the vout thread
2009-03-11 Rémi Denis-CourmontAdd vlc_mutex_trylock
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-10 Pierre YnardWin32: remove uneeded %z hack
2009-03-10 Jean-Paul Samanlibvlc_media_player_get_state: cache is between [0...
2009-03-10 Jean-Paul Samanlibvlc_media_player_set_rate: Allow for changing playou...
2009-03-10 Jean-Paul Samanlibvlc api: detect when core is buffering.
2009-03-09 Laurent AimarTry to interrupt fetcher thread as soon as possible.
2009-03-09 Laurent AimarFixed a possible fetcher deadlock.
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
next