]> git.sesse.net Git - vlc/history - src
Contribs: use XulRunner 1.9.2 on Win32
[vlc] / src /
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...
2010-03-05 Antoine CellerierFix quoted values containing # in VLM shell.
2010-03-05 Antoine CellerierFix randomisation algorithm. Thanks to jawbroken on...
2010-03-05 Pierre d'HerbemontRevert "modules: Put bool at the end of the structure...
2010-03-05 Pierre d'Herbemontmodules: Put bool at the end of the structure to eventu...
2010-03-05 Rémi DuraffortLower the size of the module_t structure because not...
2010-03-05 Pierre d'HerbemontRevert "modules: Put bool at the end of the structure...
2010-03-05 Pierre d'Herbemontmodules: Put bool at the end of the structure to eventu...
2010-03-05 Rémi DuraffortUse var_Type to test for the existence of a variable...
2010-03-04 Laurent AimarAdded an option (clock-jitter) to control the maximum...
2010-03-04 Laurent AimarPrepare for maximal clock jitter configuration.
2010-03-04 Laurent AimarCosmetic.
2010-03-04 Rémi Denis-CourmontGet rid of PLUGIN_PATH
2010-03-04 Rémi Denis-CourmontSet libvlc path for other platforms
2010-03-04 Rémi Denis-CourmontAvoid tabs
2010-03-04 Rémi Denis-CourmontLIBDIR is not used anywhere
2010-03-04 Rémi Denis-CourmontLinux: fix set_libvlc_path and enable it
2010-03-04 Pierre d'Herbemontmodules: Don't look in install directory on the Mac OS.
2010-03-03 Rémi Denis-Courmontutf8_lstat -> vlc_lstat for consistency
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
2010-03-03 Rémi Denis-CourmontMerge branch 'master' of git.videolan.org:vlc
2010-03-03 Rémi Denis-CourmontRemove HTML anchor from URI in all cases, not just...
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-03-02 Antoine CellerierParse input specific options earlier to enable using...
2010-03-02 Antoine CellerierCheck rate value before using.
2010-03-02 Rémi Denis-CourmontHandle -v correctly (i.e. as most other programs do)
2010-03-02 Rémi Denis-CourmontInstall and look for plugins in plugins/, not modules...
2010-03-02 Rémi Denis-CourmontInput item URI cannot be NULL
2010-03-02 Rémi Denis-CourmontSplitMRL: warn if we get a path instead of a MRL/URI
2010-03-02 Rémi Denis-Courmontstream redirected path is a path, not a URI (i.e. no...
2010-03-02 Antoine CellerierUse var_Inherit instead of var_CreateGet + var_Destroy.
2010-03-02 Jakob LebenPlaylist: fix faulty duration sorting due to integer...
2010-03-01 Erwan Tuloucore: two typos
2010-02-28 Pierre d'Herbemontlibvlc: Use a union for libvlc_media_track_info_t.
2010-02-28 Rémi Denis-Courmontlibvlc_media_player_play: missing unlock
next