]> git.sesse.net Git - vlc/history - src
Invmem: fix a crash when allocating pictures memory, remove duplicate statement and...
[vlc] / src /
2009-04-26 Laurent AimarReplaced playlist_internal.h by libvlc.h in control...
2009-04-26 Laurent AimarDo not include vout_control.h in mediacontrol_audio_video.c
2009-04-26 Laurent AimarReplaced ReduceHeight by GCD (vout).
2009-04-26 Rémi Denis-CourmontYum, abusing private headers
2009-04-25 Rémi Denis-CourmontUse libvlccore C flags for libvlccore
2009-04-25 Laurent AimarComplete review of clock.c to use VLC_TS_INVALID.
2009-04-25 Laurent AimarRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put...
2009-04-25 Rémi Denis-CourmontSeparate libvlccore and libvlc flags, fix pthread linki...
2009-04-25 Rémi Duraffortplaylist_sort: sort using the title and fallback to...
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-04-25 Laurent AimarAdded BLOCK_TS_INVALID define to check against unset...
2009-04-25 Rémi Denis-CourmontMake drawable-xid a config item, so VLC can be embedded...
2009-04-21 Rémi Denis-CourmontUse POSIX TPS option only if present
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-19 Rémi Denis-CourmontUse ANSI/POSIX float notation uniformly for the command...
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-18 Rémi Denis-CourmontTypo
2009-04-18 Rémi Denis-Courmontx264: handle obsolete parameters (fix #2667)
2009-04-18 Christophe MutricyAdd the comment on why and how we translate "C" in...
2009-04-17 Cyril MathéAdd a us_strtof function to prevent some problem
2009-04-16 Rémi Duraffortsort: we have a macro so use it and remove unused variable.
2009-04-16 Jean-Baptiste KempfDebug the timeshift granularity in MB, not Bytes...
2009-04-16 Rémi Denis-CourmontRevert "Do not crash if sout access is not specified...
2009-04-16 Rémi Denis-CourmontAllow empty module name in chain
2009-04-16 Rémi Denis-CourmontDo not crash if sout access is not specified - fixes...
2009-04-16 Rémi Denis-CourmontInclude <libintl.h> only when really needed
2009-04-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-15 Laurent AimarFixed win32 compilation.
2009-04-15 Rémi Denis-CourmontThread-safe and more compact hotkeys initialization
2009-04-15 Rémi Denis-CourmontRevert "Win32: use the destructor function for TLS...
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.
next