]> git.sesse.net Git - vlc/history - src
Ignore signal/sigaction on blocked signals
[vlc] / src /
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarDisable invalid access of internal vout fields.
2010-04-18 Laurent AimarTypo (vout).
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarMoved vout_sys_t out of vlc_common.h.
2010-04-18 Laurent AimarRemoved write only picture_heap_t::b_allow_modify_pics.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_heap_size field.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_AllocatePicture out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_IntfInit out of vlc_vout.h
2010-04-18 Laurent AimarRemoved vout_PlacePicture function.
2010-04-18 Laurent AimarRemoved dead code in vout.
2010-04-18 Laurent AimarRemoved picture_heap_t::pf_setpalette
2010-04-18 Laurent AimarCalls directly the vout wrapper iof using function...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_control field and relat...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
2010-04-17 Laurent AimarDo not show non working deinterlacing modes until it...
2010-04-17 Laurent AimarEnabled support for video splitter directly at the...
2010-04-17 Laurent AimarMoved "video output" -> "vout display" wrapper to the...
2010-04-17 Laurent AimarLet mouse events go through vout filter chain.
2010-04-17 Rémi Denis-CourmontNAME_MAX requires <limits.h>
2010-04-17 Rémi Denis-Courmontvlc_readdir: thread-safety fix
2010-04-16 Rémi Denis-CourmontWin32: vlc_rename() needs to erase target file first...
2010-04-16 Rémi Denis-CourmontWin32: handle WSAEINTR correctly, should fix #3101
2010-04-16 Francois CartegnieFix segfault in preparser
2010-04-15 Francois Cartegniefix unsupported compact ifelse syntax
2010-04-15 Sébastien EscudierVLM : add a dedicated mutex for the manage thread....
2010-04-14 Francois Cartegnievoid function cannot return a value
2010-04-14 Francois Cartegnietypedef va_arg function pointers to avoid compiler...
2010-04-14 Erwan Tulouhelp: fix semi-colon wrongly stated where colon or...
2010-04-14 Erwan Tulouhelp: fix comma wrongly stated when colon is actually...
2010-04-11 Erwan Tuloustrings: typo
2010-04-11 Rémi Denis-CourmontPrint error when setting TTL fails
2010-04-11 Rémi Denis-Courmontsnprintf() always puts a nul terminator...
2010-04-10 Rémi Denis-Courmontfdopendir does not imply openat (fix #3505)
2010-04-07 Rémi Denis-CourmontWin32: fix race between vlc_cancel() and vlc_threadvar_...
2010-04-07 Rémi Denis-CourmontWin32: inline vlc_cancel_self
2010-04-03 Erwan Tuloumediadirs: better detection for recorded material
2010-04-03 Erwan Tulounet: fix socket blocking if accept4 not available
2010-03-31 Rémi Denis-CourmontCompile fix
2010-03-31 Rémi Denis-CourmontUse vlc_accept()
2010-03-31 Rémi Denis-Courmontvlc_accept: accept() with close-on-exec
2010-03-31 Rémi Denis-Courmontuse vlc_socket()
2010-03-31 Rémi Denis-Courmontvlc_socket: create socket with close-on-exec à la vlc_dup()
2010-03-31 Keary Griffinexport vlc_rename
2010-03-31 Francois Cartegnieaudio_intf: fix initial value on increment (fixes ...
2010-03-31 Julien / GelluleFix for trac #3452 VLC fails to compile on OS X with...
2010-03-30 Christophe MutricyActivate Nynorsk on Win32 and MacOS
2010-03-30 Christophe MutricyActivate Walloon on win and mac
2010-03-30 Jean-Baptiste KempfAdd 2.35 and 2.39 AR
2010-03-30 Lucas C. Villa RealFixes a crash in VLC caused by a missing verification...
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-29 Rémi Denis-CourmontMark --(no-)overlay as safe - fixes #3465
2010-03-29 Rémi Denis-CourmontRemove debug statement
2010-03-29 Rémi Denis-Courmontgetopt: use stack instead of global variables, fixes...
2010-03-29 Rémi Denis-Courmontsystem_Configure: do not depend on vlc_optind global
2010-03-29 Rémi Denis-Courmontsystem_Configure: remove unused indirection
2010-03-29 Rémi Denis-CourmontGetFilenames: avoid use of vlc_optind global
2010-03-29 Rémi Denis-CourmontNo need to print warning on obsolete command line options
2010-03-29 Rémi Denis-CourmontRemove useless indirection
2010-03-29 Rémi Denis-Courmontgetopt: use ANSI style prototypes
2010-03-29 Rémi Denis-Courmontgetopt: remove strict POSIX ordering
2010-03-29 Rémi Denis-Courmontgetopt: remove unused ordering modes
2010-03-29 Rémi Denis-Courmontgetopt: posixly_correct need not be static
2010-03-29 Rémi Denis-Courmontgetopt: remove useless global variable
2010-03-28 Rémi Denis-Courmontvout wrapper: fix creation of vout with window on top
2010-03-28 Rémi Denis-Courmontplaylist: allow video-on-top variable to be preserved...
2010-03-28 Rémi Denis-CourmontFix warning
2010-03-28 Rémi Denis-Courmontgetaddrinfo() may list IPv6 even if not supported
2010-03-28 Rémi DuraffortTypo.
2010-03-26 Hugo Beauzee-LuyssenDon't inhibit the screensaver if no-disable-screensaver...
2010-03-26 Sébastien EscudierVLM : move a mutex lock/unlock
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-03-26 Laurent AimarSimplify a bit input rate setting.
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-24 Rémi Denis-CourmontConfusing typo
2010-03-23 Laurent AimarPrevent negative caching value to be displayed.
2010-03-18 Jean-Paul Samanactivex: sync libvlc_MediaPlayer events between activex...
2010-03-13 Rémi Denis-CourmontPrint exact revision in addition to version number...
2010-03-13 Rémi Denis-CourmontPut only the copyright statement in COPYRIGHT_MESSAGE
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-13 Rémi Denis-CourmontTLS: attach before inheriting variables
2010-03-10 Rémi DuraffortUpdate: remove printf.
2010-03-09 Fabio RitrovatoFix typo
2010-03-07 Geoffroy CouprieWin32: fix the path to the plugins cache
2010-03-06 Rémi Denis-Courmontvideo-x, video-y: make zero the default
2010-03-06 Ilkka Ollakkaplaylist: fix crash when p_playlist->current.i_size...
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-03-06 Rémi Denis-Courmontplaylist: randomize in a thread-safe manner
2010-03-06 Rémi Denis-Courmontvlc_(d|l|m)rand48: thread-safe wrappers for non-secure...
2010-03-06 Rémi Denis-Courmontvlc_rand_bytes: minor thread-safety fix
2010-03-06 Rémi DuraffortFix use of uninitialized value.
2010-03-05 Rémi Denis-CourmontRun system_Configure after playlist is created (fixes...
2010-03-05 Geoffroy CouprieWin32: use ShellExecuteW instead of ShellExecuteA in...
2010-03-05 Geoffroy CouprieWin32: Store the plugins cache in c:\ProgramData\VideoL...
next