]> git.sesse.net Git - vlc/history - src
Win32: implement cancellation of detached threads
[vlc] / src /
2010-12-05 Rémi Denis-CourmontWin32: implement cancellation of detached threads
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-12-05 Rémi Denis-CourmontAdd left and right wheel buttons
2010-12-05 Rémi Denis-CourmontRemove useless mouse buttons table
2010-12-05 Rémi Denis-CourmontRemove obsolete dump action
2010-12-05 Rémi Denis-CourmontUndefine unimplemented history actions
2010-12-04 Rémi Denis-CourmontWin32: remove thread times
2010-12-04 Rémi Denis-CourmontWin32: implement thread return value
2010-12-04 Rémi Denis-CourmontWin32: fix use-after-free in vlc_join() (untested)
2010-12-04 Rémi Denis-Courmontvlc_clone_detach: remove thread handle parameter
2010-12-02 Laurent AimarFix libvlc_media_get_tracks_info()
2010-12-02 Rafaël CarréRevert "Revert "input: Fill in the input_item es""
2010-12-02 Laurent AimarFixed a small memleak (vout).
2010-12-02 Jean-Paul Samansrc/stream_output/stream_output.c: input_UpdateStatisti...
2010-12-01 Pierre Ynardwin32: disable broken thread times too
2010-12-01 Pierre Ynardwince: build fix
2010-12-01 Pierre Ynardwin32: vlc_thread_set_priority() is broken
2010-11-29 Rémi Denis-Courmontsout_InstanceNew: remove __
2010-11-29 Rémi Denis-CourmontUnused mutex
2010-11-29 Rémi Denis-CourmontWin32: simplify vlc_cancel()
2010-11-29 Rémi Denis-CourmontWin32: simplify threads (merge cancel and thread data)
2010-11-29 Rémi Denis-CourmontReplace vlc_detach() with simpler vlc_clone_detach()
2010-11-27 Rémi Denis-CourmontWin32: don't destroy variables without destroy callbacks
2010-11-27 Rémi Denis-CourmontRemove unused msg_Stack stuff
2010-11-27 Rémi Denis-CourmontWin32: really set fd_set size dynamically
2010-11-26 Laurent AimarFixed opengl provider vout window selection.
2010-11-26 Laurent AimarFixed coding style (window.c).
2010-11-26 Laurent AimarAdded video_format_ScaleCropAr().
2010-11-26 Pierre Ynardvlm: use a per-instance parent object to set VoD variables
2010-11-26 Pierre Ynardvlm: make proper use of semaphore
2010-11-25 Pierre Ynarddescription: don't use vlc_object_find()
2010-11-24 Rémi Denis-CourmontWin32: fix poll() with more than 64 sockets
2010-11-24 Rémi Denis-CourmontWin32: fix a few warnings
2010-11-24 Rémi Denis-CourmontAllow rescheduling a one shot timer from itself
2010-11-24 Rémi Denis-CourmontFix one shot timers
2010-11-24 Rémi Denis-Courmontvlc_timer_schedule: fix resetting the timer from itself
2010-11-24 Rémi Duraffortwin32: fix memleak.
2010-11-24 Pierre Ynardvariables: properly reset the variable tree in var_Dest...
2010-11-24 Rémi Denis-Courmontcosmetic fix
2010-11-24 Rémi Denis-CourmontRemove unused timer attribute
2010-11-24 Pierre YnardFix grammar in comments
2010-11-23 Rémi Denis-CourmontWin32: implement variable cleanup more similar to POSIX...
2010-11-23 Rémi Denis-CourmontWin32: also cleanup thread variable on cancellation
2010-11-23 Rémi Denis-CourmontWin32: fix thread variable leaks
2010-11-23 Rémi Denis-CourmontWin32: cancel_data is on the stack, don't free it
2010-11-23 Rafaël CarréRevert "input: Fill in the input_item es"
2010-11-21 Rémi Denis-CourmontDisable screensaver preemption before destroying the...
2010-11-21 Rémi Denis-Courmontlibvlc_set_format_callbacks: dynamic video format selection
2010-11-19 Rafaël CarréUse AC_FUNC_STRCOLL / HAVE_STRCOLL
2010-11-19 Pierre Ynardvlm: accept "ps" and "ts" as mux arguments
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-17 Rémi Denis-CourmontFix memory leak in previous commit
2010-11-17 Rémi Denis-CourmontLift the line length limit on config files (fixes ...
2010-11-17 Rémi Denis-CourmontLoad the whole config file all the time
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
2010-11-16 Jean-Baptiste KempfSubtitles: remove .txt for autodetection
2010-11-12 Pierre Ynardvlm: use make_URI()
2010-11-11 Rémi DuraffortFix use of unitialized value.
2010-11-10 Rémi Denis-Courmontuse var_Inherit
2010-11-07 Laurent AimarImproved support for crop/ar changes.
2010-11-07 Laurent AimarFixed support for crop parameters in picture_NewFrom*().
2010-11-07 Laurent AimarCosmetics (vout).
2010-11-07 Laurent AimarAdded video_format_CopyCrop helper.
2010-11-07 Laurent AimarFixed crop parameters when the decoded video has crop...
2010-11-07 Laurent AimarGet process affinity mask to compute the number of...
2010-11-07 Laurent AimarFixed support of crop coming from the decoder.
2010-11-07 Laurent AimarModified vout_SetDisplayAspect() to take a DAR instead...
2010-11-07 Rémi Denis-CourmontFix libvlc_media_player_(prev|next)_chapter assertion
2010-11-06 Rémi Denis-CourmontAdd libvlc_media_new_fd
2010-11-06 Rémi Denis-CourmontInput location is always an URL
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-11-06 Rémi Denis-CourmontPrivatize appropriate module typedefs
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-11-06 Rémi Denis-CourmontFix warning
2010-11-04 Srikanth Rajucheck_headers: look for leading spaces as well
2010-11-04 Rémi Duraffortcheck_headers: fix the script (a partial match is not...
2010-11-04 Rémi Duraffortvout: remove dead assignement (and one mdate).
2010-11-03 Laurent AimarFixed another bug in ToCharset I introduced.
2010-11-03 Laurent AimarFixed a bug in ToCharset I introduced by fixing another...
2010-11-03 Laurent AimarSmall simplification (ToCharset).
2010-11-03 Laurent AimarFixed two potential segfaults in ToCharset().
2010-11-03 Rémi Denis-CourmontWin32: pack vlc_DIR
2010-11-03 Rémi Denis-CourmontWin32: remove dead code
2010-11-03 Rémi Denis-CourmontWin32: expand, simplify and (hopefully) fix vlc_w*dir...
2010-11-03 Rémi Denis-CourmontSplit portable, POSIX and Win32 file system helpers
2010-11-03 Rémi Denis-Courmontutf8_vfprintf(): handle ToLocale() failure
2010-11-03 Jean-Baptiste KempfRevert "Stats: be extra careful when cleaning members"
2010-11-03 Jean-Baptiste KempfStats: be extra careful when cleaning members
2010-11-02 Rémi Denis-CourmontRemove unused file
2010-11-02 Laurent AimarRemoved uneeded hack (vout).
2010-11-02 Jean-Paul Samanstream_filter core: add procotol information to stream_t
2010-11-02 Rafaël Carréstats: fix initialization on 32bits builds
2010-11-01 Laurent AimarUsed the right object for messages in src/input/decoder.c
2010-11-01 Laurent AimarCosmetic (vout).
2010-11-01 Laurent AimarReenabled mean and discard deinterlacer mode in the...
2010-11-01 Laurent AimarAllowed using filter changing their output formats...
2010-11-01 Laurent AimarCosmetics (vout).
2010-11-01 Laurent AimarDo not save deinterlace settings in the p_input object.
next